ohzi-core 13.1.1 → 13.2.0

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/build/index.mjs CHANGED
@@ -1,2 +1,2 @@
1
- import{ShaderMaterial as e,Vector2 as t,NoBlending as s,AlwaysDepth as i,Color as r,Scene as n,Mesh as o,PlaneGeometry as a,OrthographicCamera as _,Vector4 as l,RenderTarget as h,Vector3 as c,PositionalAudio as u,Audio as d,AudioContext as p,Texture as m,SRGBColorSpace as g,NoColorSpace as f,CubeTextureLoader as v,CanvasTexture as w,UVMapping as y,ClampToEdgeWrapping as b,NearestFilter as x,Object3D as T,LineBasicMaterial as S,BufferGeometry as M,Line as z,PerspectiveCamera as F,CylinderGeometry as A,ConeGeometry as R,MeshBasicMaterial as k,BoxGeometry as C,SphereGeometry as P,Box3 as L,Box3Helper as D,CatmullRomCurve3 as U,Sphere as O,Plane as j,Line3 as I,Quaternion as N,Matrix4 as E,Ray as q,DataTexture as V,RGBAFormat as B,RepeatWrapping as Y,LinearFilter as G,HalfFloatType as Q,UnsignedByteType as W,LinearSRGBColorSpace as X,BufferAttribute as H,Skeleton as K,DoubleSide as $,LinearMipMapLinearFilter as Z,Box2 as J,InstancedBufferGeometry as ee,Float32BufferAttribute as te,InstancedBufferAttribute as se,DynamicDrawUsage as ie,FloatType as re,Points as ne,FileLoader as oe,PlaneHelper as ae}from"three";import{GLTFLoader as _e}from"three/examples/jsm/loaders/GLTFLoader.js";import{HDRCubeTextureLoader as le}from"three/examples/jsm/loaders/HDRCubeTextureLoader.js";import{HDRLoader as he}from"three/examples/jsm/loaders/HDRLoader";import*as ce from"three/examples/jsm/utils/BufferGeometryUtils.js";export{ce as BufferGeometryUtils};import{MeshBasicNodeMaterial as ue}from"three/webgpu";import{uniform as de,attribute as pe,vec3 as me,mix as ge,fwidth as fe,smoothstep as ve,min as we}from"three/tsl";import{ColladaLoader as ye}from"three/examples/jsm/loaders/ColladaLoader.js";import{FontLoader as be}from"three/examples/jsm/loaders/FontLoader.js";import{OBJLoader as xe}from"three/examples/jsm/loaders/OBJLoader.js";class Te{on_post_start(){}on_enter(e){}on_exit(e){}before_update(){}update(){}fixed_update(){}on_post_render(){}on_pre_render(){}on_frame_end(){}dispose(){}}class Se extends e{constructor(e,r,n){super({uniforms:{_MainTex:{value:null},_Resolution:{value:new t(0,0)},_TargetResolution:{value:new t(0,0)}},defines:n||{},vertexShader:r||"#define GLSLIFY 1\nvarying vec2 vUv;void main(){gl_Position=vec4(uv*2.0-1.0,1.0,1.0);vUv=uv;}",fragmentShader:e||"#define GLSLIFY 1\nuniform sampler2D _MainTex;varying vec2 vUv;void main(){gl_FragColor=texture2D(_MainTex,vUv);}",depthWrite:!1,blending:s,depthTest:!1,depthFunc:i})}}class Me extends Se{constructor(e=!1){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform sampler2D _SecondTex;varying vec2 vUv;vec4 sampleTex(sampler2D tex,vec2 uv){vec4 col=texture2D(tex,uv);\n#ifndef USE_LINEAR_COLOR_SPACE\ncol.rgb=pow(col.rgb,vec3(2.2));\n#endif\nreturn col;}void main(){vec4 col0=sampleTex(_MainTex,vUv);vec4 col1=sampleTex(_SecondTex,vUv);gl_FragColor=col0+col1;gl_FragColor.rgb=pow(gl_FragColor.rgb,vec3(0.4545));}"),this.defines.USE_LINEAR_COLOR_SPACE=e,this.uniforms._SecondTex={value:void 0}}set_add_texture(e){this.uniforms._SecondTex.value=e}}var ze="#define GLSLIFY 1\nuniform vec3 _Color;void main(){gl_FragColor=vec4(_Color,1.0);}",Fe="#define GLSLIFY 1\nvarying vec2 vUv;void main(){vec3 pos=position;mat4 MVP=projectionMatrix*modelViewMatrix;gl_Position=MVP*vec4(pos,1.0);vUv=uv;}";class Ae extends e{constructor(e,t,s){super({vertexShader:e||Fe,fragmentShader:t||ze,uniforms:s??{_Color:{value:new r("#FF0000")}}})}}class Re extends Se{constructor(e,t=!1){super("#define GLSLIFY 1\nvarying vec2 vUv;uniform sampler2D blurTexture1;uniform sampler2D blurTexture2;uniform sampler2D blurTexture3;uniform sampler2D blurTexture4;uniform sampler2D blurTexture5;uniform float bloomStrength;uniform float bloomRadius;uniform float bloomFactors[NUM_MIPS];uniform vec3 bloomTintColors[NUM_MIPS];float lerpBloomFactor(const in float factor){float mirrorFactor=1.2-factor;return mix(factor,mirrorFactor,bloomRadius);}vec4 sampleTex(sampler2D tex,vec2 uv){vec4 col=texture2D(tex,uv);\n#ifndef USE_LINEAR_COLOR_SPACE\ncol.rgb=pow(col.rgb,vec3(2.2));\n#endif\nreturn col;}void main(){gl_FragColor=bloomStrength*(lerpBloomFactor(bloomFactors[0])*vec4(bloomTintColors[0],1.0)*sampleTex(blurTexture1,vUv)+lerpBloomFactor(bloomFactors[1])*vec4(bloomTintColors[1],1.0)*sampleTex(blurTexture2,vUv)+lerpBloomFactor(bloomFactors[2])*vec4(bloomTintColors[2],1.0)*sampleTex(blurTexture3,vUv)+lerpBloomFactor(bloomFactors[3])*vec4(bloomTintColors[3],1.0)*sampleTex(blurTexture4,vUv)+lerpBloomFactor(bloomFactors[4])*vec4(bloomTintColors[4],1.0)*sampleTex(blurTexture5,vUv));\n#ifndef USE_LINEAR_COLOR_SPACE\ngl_FragColor.rgb=pow(gl_FragColor.rgb,vec3(0.4545));\n#endif\n}",void 0,{NUM_MIPS:e}),this.uniforms._MainTex={value:void 0},this.uniforms._BlurredTex={value:void 0},this.uniforms._BloomStrength={value:1},this.uniforms.blurTexture1={value:null},this.uniforms.blurTexture2={value:null},this.uniforms.blurTexture3={value:null},this.uniforms.blurTexture4={value:null},this.uniforms.blurTexture5={value:null},this.uniforms.bloomStrength={value:1},this.uniforms.bloomFactors={value:[1,.8,.6,.4,.2]},this.uniforms.bloomRadius={value:1},this.defines.USE_LINEAR_COLOR_SPACE=t;const s=[new r("#FFFFFF"),new r("#FFFFFF"),new r("#FFFFFF"),new r("#FFFFFF"),new r("#FFFFFF")];this.uniforms.bloomTintColors={value:s}}set_blur_texture_0(e){this.uniforms.blurTexture1.value=e}set_blur_texture_1(e){this.uniforms.blurTexture2.value=e}set_blur_texture_2(e){this.uniforms.blurTexture3.value=e}set_blur_texture_3(e){this.uniforms.blurTexture4.value=e}set_blur_texture_4(e){this.uniforms.blurTexture5.value=e}set_bloom_strength(e){this.uniforms.bloomStrength.value=e}set_bloom_radius(e){this.uniforms.bloomRadius.value=e}set_tint_color_0(e){this.uniforms.bloomTintColors.value[0].set(e)}set_tint_color_1(e){this.uniforms.bloomTintColors.value[1].set(e)}set_tint_color_2(e){this.uniforms.bloomTintColors.value[2].set(e)}set_tint_color_3(e){this.uniforms.bloomTintColors.value[3].set(e)}set_tint_color_4(e){this.uniforms.bloomTintColors.value[4].set(e)}}class ke{constructor(){}render(e){}on_enter(e,t){}on_exit(e,t){}resize(){}dispose(){}}class Ce{constructor(e,t,s=1){this.resource_id=e,this.url=t,this.loaded_bytes=0,this.total_bytes=s,this.has_finished=!1,this.has_error=!1,this.error_message="none"}__update_downloaded_bytes(e,t){e=this.is_number(e)?e:1,t=this.is_number(t)?t:1,this.loaded_bytes=e,t>0&&(this.total_bytes=t),this.loaded_bytes>this.total_bytes&&console.warn("Total bytes is smaller than loaded ones. Please set total bytes by hand to:",this.url)}__loading_ended(){this.has_finished=!0}__set_error(e){this.has_error=!0,this.error_message=e}print_error(){console.error("Error while loading "+this.resource_id+"\n\t path: "+this.url+"\n\t\t"+this.error_message)}load(e){if(void 0===e.resources_by_url[this.url]){const t="default";fetch(this.url,{method:"GET",mode:"cors",cache:t,credentials:"same-origin",redirect:"follow"}).then(this.on_progress.bind(this,e)).catch(this.__on_error.bind(this))}else e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended()}async on_progress(e,t){const s=t.clone(),i=t.body.getReader(),r=+t.headers.get("Content-Length");let n=0;for(;;){const{done:e,value:t}=await i.read();if(e)break;n+=t.length,this.__update_downloaded_bytes(n,r)}t.ok?this.on_preloaded_finished(e,s):(this.__set_error(`${t.status}: ${t.statusText}`),this.__loading_ended())}on_preloaded_finished(e,t){}__on_error(e){console.error(e)}is_int(e){return Number(e)===e&&e%1==0}is_float(e){return Number(e)===e&&e%1!=0}is_number(e){return this.is_int(e)||this.is_float(e)}}const Pe=new class{init(){this._current=void 0,this._spectator=void 0}set current(e){this._current=e}get current(){return this._current}set spectator(e){this._spectator=e}get spectator(){return this._spectator}};const Le=new class{init(){this.width=1,this.height=1,this.position=new t,this.render_width=1,this.render_height=1,this.width_height=new t(this.width,this.height),this.dpr=1,this.pixel_size=new t(1/this.width,1/this.height)}update_position(e,t){this.position.set(e,t)}update(){this.size_changed=!1}update_size(e,s){this.width=e,this.height=s,this.pixel_size=new t(1/this.width,1/this.height),this.width_height.x=e,this.width_height.y=s,this.render_width=e*this.dpr,this.render_height=s*this.dpr,this.size_changed=!0}apply_pixel_density_v2(e){return e.multiplyScalar(1/this.dpr),e}apply_pixel_density(e){return e*(1/this.dpr)}get_pixel_size(){return this.pixel_size}get aspect_ratio(){return this.width/this.height}get portrait(){return this.width<this.height}};const De=new class{init(){this._current=new nt({name:"default_scene",compilators:{}}),this._current.name="default_scene"}add_scene(e){}get current(){return this._current}set current(e){this._current=e}dispose(){for(this.current.traverse((e=>{if(e.geometry){e.geometry.dispose();const t=e.material;Array.isArray(t)?t.forEach((e=>e.dispose())):t.dispose()}}));this.current.children.length>0;)this.current.remove(this.current.children[0])}};class Ue{constructor(e){this.renderer=e,this._blit_scene=new n,this._blit_material=new Se,this._blit_quad=new o(new a(1,1),this._blit_material),this._blit_scene.add(this._blit_quad),this._blit_camera=new _(-1,1,1,-1,-1e4,1e4)}blit(e,t){this._blit_quad.material=this._blit_material;const s=!0===e.isRenderTarget?e.texture:e,i=!0===e.isRenderTarget?e.width:e.image.width,r=!0===e.isRenderTarget?e.height:e.image.height;this._blit_quad.material.uniforms._MainTex.value=s,this._blit_quad.material.uniforms._Resolution.value.set(i,r),t?this._blit_quad.material.uniforms._TargetResolution.value.set(t.width,t.height):this.renderer.getSize(this._blit_quad.material.uniforms._TargetResolution.value),this.__render(t)}material_pass(e,t){this._blit_quad.material=e,this.__render(t)}blit_with_material(e,t,s){const i=!0===e.isRenderTarget?e.texture:e,r=!0===e.isRenderTarget?e.width:e.image.width,n=!0===e.isRenderTarget?e.height:e.image.height;this._blit_quad.material=s,this._blit_quad.material.uniforms._MainTex.value=i,this._blit_quad.material.uniforms._Resolution.value.set(r,n),t?this._blit_quad.material.uniforms._TargetResolution.value.set(t.width,t.height):this.renderer.getSize(this._blit_quad.material.uniforms._TargetResolution.value),this.__render(t)}blit_clear_with_material(e,t){this._blit_quad.material=t,this.__render(e)}dispose(){this._blit_quad.geometry.dispose(),this._blit_quad.material.dispose()}__render(e){const t=void 0===e?null:e,s=this.renderer.getRenderTarget();this.renderer.setRenderTarget(t),this.renderer.render(this._blit_scene,this._blit_camera),this.renderer.setRenderTarget(s)}}class Oe extends Se{constructor(e,t){super("#define GLSLIFY 1\nuniform vec4 _DepthNormal;vec2 EncodeFloatRG(float v){vec2 kEncodeMul=vec2(1.0,255.0);float kEncodeBit=1.0/255.0;vec2 enc=kEncodeMul*v;enc=fract(enc);enc.x-=enc.y*kEncodeBit;return enc;}vec2 EncodeNormal(vec3 n){float scale=1.7777;vec2 enc=n.xy/(n.z+1.0);enc/=scale;enc=enc*0.5+0.5;return enc;}void main(){gl_FragColor=vec4(EncodeFloatRG(_DepthNormal.x),EncodeNormal(normalize(_DepthNormal.yzw)));}"),this.uniforms._DepthNormal={value:new l(e,t.x,t.y,t.z)}}}class je extends e{constructor(){super({uniforms:{_FarPlane:{value:1}},vertexShader:"#define GLSLIFY 1\nvarying vec3 v_normal;varying vec3 v_pos;void main(){vec3 pos=position;mat4 MVP=projectionMatrix*modelViewMatrix;v_normal=(modelViewMatrix*vec4(normal,0.0)).xyz;v_pos=(modelViewMatrix*vec4(pos,1.0)).xyz;gl_Position=MVP*vec4(pos,1.0);}",fragmentShader:"#define GLSLIFY 1\nvarying vec3 v_normal;varying vec3 v_pos;uniform float _FarPlane;vec2 EncodeFloatRG(float v){vec2 kEncodeMul=vec2(1.0,255.0);float kEncodeBit=1.0/255.0;vec2 enc=kEncodeMul*v;enc=fract(enc);enc.x-=enc.y*kEncodeBit;return enc;}vec2 EncodeNormal(vec3 n){float scale=1.7777;vec2 enc=n.xy/(n.z+1.0);enc/=scale;enc=enc*0.5+0.5;return enc;}void main(){gl_FragColor=vec4(EncodeFloatRG(length(v_pos.z)/_FarPlane),EncodeNormal(normalize(v_normal)));}"})}set far_plane(e){this.uniforms._FarPlane.value=e}get far_plane(){return this.uniforms._FarPlane.value}}class Ie{constructor(){this.RT=new h(Le.width,Le.height),this.clear_depth_normal_mat=new Oe(1,new c(0,0,1)),this.depth_normal_material=new je}render(e){this.__resize_RT_if_necessary(),e.clear(this.RT,void 0,!0,!0),e.blit_clear_with_material(this.RT,this.clear_depth_normal_mat),this.depth_normal_material.far_plane=Pe.current.far,e.render(void 0,void 0,this.RT,this.depth_normal_material)}__resize_RT_if_necessary(){this.RT.width===Le.width&&this.RT.height===Le.height||this.RT.setSize(Le.width,Le.height)}get render_target(){return this.RT}}const Ne=new class{init({renderer:e,core_attributes:t,dpr:s}){this._renderer=e,this.blitter=void 0,this.canvas=void 0,this.no_render=void 0,this.current_render_mode=void 0,this.generate_depth_normal_texture=!1,this.depth_and_normals_renderer=void 0,this.core_attributes={xr_enabled:!1},Object.assign(this.core_attributes,t),this.core_attributes.xr_enabled?this._renderer.xr.enabled=!0:this._renderer.autoClear=!1,Le.dpr=s,this._renderer.setPixelRatio(s),this.blitter=new Ue(this._renderer),this.canvas=this._renderer.domElement,this.no_render=new ke,this.current_render_mode=this.no_render,this.generate_depth_normal_texture=!1,this.depth_and_normals_renderer=new Ie}get dom_element(){return this._renderer.domElement}get depth_normals_RT(){return this.depth_and_normals_renderer.render_target}set_state(e){this.current_render_mode.on_exit(this,this._renderer),this.current_render_mode=e,this.current_render_mode.on_enter(this,this._renderer)}update(){this.generate_depth_normal_texture&&this.depth_and_normals_renderer.render(this),this.__update_current_camera(),Pe.current&&this.current_render_mode.render(),Le.update()}__update_current_camera(){Pe.current&&(Pe.current.aspect=Le.aspect_ratio,Pe.current.updateProjectionMatrix(),Pe.current.updateMatrix(),Pe.current.updateMatrixWorld(!0))}render(e,t,s,i){this.__apply_override_material(e,i),this._renderer.setRenderTarget(void 0===s?null:s),this._renderer.render(e||De.current,t||Pe.current),this.__apply_override_material(e,void 0)}async compile(e,t,s,i){this.__apply_override_material(e,i),this._renderer.setRenderTarget(void 0===s?null:s),await this._renderer.compile(e||De.current,t||Pe.current),this.__apply_override_material(e,void 0)}async compile_async(e,t,s,i,r){this.__apply_override_material(e,i),this._renderer.setRenderTarget(void 0===s?null:s);const n=this._renderer.compileAsync(e||De.current,t||Pe.current,r);return this.__apply_override_material(e,void 0),n}render_scene(e){"on_pre_render"in e&&e.on_pre_render(),"render"in e?e.render():this.render(e,void 0),"on_post_render"in e&&e.on_post_render()}__apply_override_material(e,t){t=void 0===t?null:t,e?e.overrideMaterial=t:De.current.overrideMaterial=t}async readback_RT(e){return this._renderer.readRenderTargetPixelsAsync(e,0,0,e.width,e.height)}clear(e,t,s,i){this._renderer.setRenderTarget(void 0===e?null:e),t&&this._renderer.setClearColor(t.clear_color,t.clear_alpha),this._renderer.clear(!!t,!!s,!!i)}on_resize(e,t){for(const s of e)Le.dpr=t,Le.update_position(s.contentRect.x,s.contentRect.y),Le.update_size(s.contentRect.width,s.contentRect.height),this.canvas.width=Le.render_width,this.canvas.height=Le.render_height,this._renderer.setViewport(0,0,Le.render_width,Le.render_height),this._renderer.setSize(window.innerWidth,window.innerHeight),this.__update_current_camera()}material_pass(e,t){this.blitter.material_pass(e,t)}blit(e,t,s){s?this.blitter.blit_with_material(e,t,s):this.blitter.blit(e,t)}blit_clear_with_material(e,t){this.blitter.blit_clear_with_material(e,t)}take_screenshot(e,t=Le.width,s=Le.height){const i=Le.width,r=Le.height,n=t,o=s,a=1024,_=1024,l=Math.ceil(n/a),h=Math.ceil(o/_);Le.update_size(a,_);const c=this._renderer.getPixelRatio();this._renderer.setPixelRatio(1),this._renderer.setSize(a,_,!1);const u=document.createElement("canvas").getContext("2d");u.canvas.width=n,u.canvas.height=o,Pe.current.aspect=Le.aspect_ratio,Pe.current.updateMatrix(),Pe.current.updateMatrixWorld(!0);for(let e=0;e<l;e++)for(let t=0;t<h;t++)Pe.current.setViewOffset(n,o,Le.width*e,Le.height*t,Le.width,Le.height),this.current_render_mode.render(),u.drawImage(this._renderer.domElement,Le.width*e,Le.height*t);u.canvas.toBlob(e,"image/png;base64;"),Pe.current.clearViewOffset(),Le.update_size(i,r),this._renderer.setPixelRatio(c),this._renderer.setSize(i,r,!1),Pe.current.aspect=Le.aspect_ratio,Pe.current.updateMatrix(),Pe.current.updateMatrixWorld(!0)}download_screenshot(e){const t=document.createElement("a");t.download="Snapshot.png",t.href=URL.createObjectURL(e),t.click(),t.onclick=function(){requestAnimationFrame((function(){URL.revokeObjectURL(t.href)})),t.removeAttribute("href")}}dispose(){this._renderer.dispose(),this.current_render_mode.dispose(),this.blitter.dispose()}};class Ee{constructor(e,t=!0,s=1,i=!1){this.buffer=e,this.loop=t,this.volume=s,this.positional=i,this.audio=void 0}init(e){this.positional?this.audio=new u(e):this.audio=new d(e),this.audio.setBuffer(this.buffer),this.audio.setLoop(this.loop),this.audio.gain.gain.value=0,this.audio.setVolume(this.loop?0:this.volume)}play(){this.audio.play()}pause(){this.audio.pause()}stop(){this.audio.stop()}get is_playing(){return this.audio.isPlaying}}class qe extends Ce{constructor(e,t,s=!0,i=0,r,n=!1){super(e,t,r),this.loop=s,this.volume=i,this.positional=n}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.instantiate_audio(e):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}instantiate_audio(e){const t=p.getContext(),s=t.createBuffer(2,22050,44100);fetch(this.url).then((e=>e.blob())).then((i=>{i.arrayBuffer?i.arrayBuffer().then((s=>{t.decodeAudioData(s,(t=>{e.set_resource(this.resource_id,this.url,new Ee(t,this.loop,this.volume,this.positional)),this.__update_downloaded_bytes(1,1),this.__loading_ended()}))})):(e.set_resource(this.resource_id,this.url,new Ee(s,this.loop,this.volume,this.positional)),this.__update_downloaded_bytes(1,1),this.__loading_ended())}))}}const Ve=new class{init(){this.resources={},this.resources_by_url={}}set_resource(e,t,s){Object.keys(this.resources_by_url).includes(t)?this.resources[e]=this.resources_by_url[t]:(this.resources[e]=s,this.resources_by_url[t]=s)}get_resource(e){return this.resources[e]}get(e){return this.resources[e]}};class Be{constructor(e,t,s){this.resource_container=Ve,this.assets=t,this.name=e,this.worker=s,this.bound_on_message=this.on_message.bind(this),this.__setup_worker(),this.assets_loaders=this.__setup_loaders()}load(){this.worker.postMessage({type:"load",loader_name:this.name})}is_loaded(){for(let e=0;e<this.assets_loaders.length;e++){const t=this.assets_loaders[e];if(!t.has_finished)return!1;t.has_error&&(t.url=t.original_url,t.print_error())}return!0}get_progress(){return this.__get_loaded_bytes()/this.__get_total_bytes()}__get_loaded_bytes(){let e=1;for(let t=0;t<this.assets_loaders.length;t++)e+=this.assets_loaders[t].loaded_bytes;return e}__get_total_bytes(){let e=1;for(let t=0;t<this.assets_loaders.length;t++)e+=this.assets_loaders[t].total_bytes;return e}get_assets_names(){const e=[];for(let t=0;t<this.assets.length;t++){const s=this.assets[t];e.push(s.name)}return e}static create_worker(){return new Worker(new URL("./assets_loader/AsyncAssetsLoaderWorker.ts",import.meta.url),{name:"OHZI - AssetLoader",type:"module"})}__setup_worker(){this.worker.addEventListener("message",this.bound_on_message),this.worker.postMessage({type:"assets",loader_name:this.name,data:this.assets})}on_message(e){const t=e.data;if(t.type===`asset_loaded_${this.name}`)this.__on_assets_loaded(t.data)}__on_assets_loaded(e){this.worker.removeEventListener("message",this.bound_on_message);for(let t=0;t<this.assets_loaders.length;t++){const s=this.assets_loaders[t];s.original_url=s.url,s.url=e[s.resource_id],s.on_preloaded_finished(this.resource_container)}}__setup_loaders(){return console.warn("Not implemented"),[]}}class Ye extends Be{constructor(e,t,s){super(e,t,s)}__setup_loaders(){const e=[];for(let t=0;t<this.assets.length;t++){const s=this.assets[t];e.push(new qe(s.name,s.url,s.loop,s.volume,s.size,s.positional))}return e}}class Ge extends Ce{constructor(e,t,s,i){super(e,t,i),this.loader=new _e,this.loader.setDRACOLoader(s)}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Qe extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new _e}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class We extends Be{constructor(e,t,s){super(e,t,s)}__setup_loaders(){const e=[];for(let t=0;t<this.assets.length;t++){const s=this.assets[t];if(s.draco){const t=Ve.get("draco_loader");e.push(new Ge(s.name,s.url,t,s.size))}else e.push(new Qe(s.name,s.url,s.size))}return e}}const Xe=new class{async init(){switch(this.browser_name="",this.agent=window.navigator.userAgent.toLowerCase(),this.has_web_xr_support="xr"in navigator,this.is_vr=this.has_web_xr_support&&await navigator.xr.isSessionSupported("immersive-vr"),!0){case this.agent.indexOf("edge")>-1:this.browser_name="edge_ie";break;case this.agent.indexOf("edg")>-1:this.browser_name="edge_chromium";break;case this.agent.indexOf("opr")>-1&&!!window.opr:this.browser_name="opera";break;case this.agent.indexOf("chrome")>-1&&!!window.chrome:this.browser_name="chrome";break;case this.agent.indexOf("trident")>-1:this.browser_name="iexplorer";break;case this.agent.indexOf("firefox")>-1:this.browser_name="firefox";break;case this.agent.indexOf("safari")>-1:this.browser_name="safari";break;default:this.browser_name="other"}this.version=this.get_version()}get name(){return this.browser_name}get is_safari(){return"safari"===this.browser_name}get is_chrome(){return"chrome"===this.browser_name}get is_firefox(){return"firefox"===this.browser_name}get is_edge(){return"edge_ie"===this.browser_name}get is_edge_chromium(){return"edge_chromium"===this.browser_name}get has_webm(){return!!(this.is_chrome||this.is_firefox||this.is_edge_chromium)}get has_hvec(){return this.is_safari}get preferred_video_extension(){return this.has_webm?"webm":this.has_hvec?"hvec.mp4":"mp4"}get_version(){const e=navigator.userAgent;let t=[],s="0",i=e.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i.test(i[1])&&(t=/\brv[ :]+(\d+)/g.exec(e)||[],s="IE "+(t[1]||"")),"Chrome"===i[1]&&(t=e.match(/\b(OPR|Edge)\/(\d+)/),null!=t&&(s=t.slice(1).join(" ").replace("OPR","Opera"))),i=i[2]?[i[1],i[2]]:[navigator.appName,navigator.appVersion,"-?"],null!=(t=e.match(/version\/(\d+(\.\d+)?)/i))&&i.splice(1,1,t[1]),s=i.join(" "),Number(s.split(" ")[1])}};class He extends Ce{constructor(e,t,s,i=!0,r=!1,n=!0){super(e,t,s),this.original_url="",this.colorSpaceConversion=n,this.premultiplyAlpha=r,this.flipY=i}on_preloaded_finished(e){Xe.is_safari?this.load_with_old_method(e):this.load_with_new_method(e)}load_with_old_method(e){if(void 0===e.resources_by_url[this.url]){const t=new m,s=new Image;s.src=this.url,s.onload=()=>{t.image=s,t.flipY=this.flipY,t.premultiplyAlpha=this.premultiplyAlpha,t.colorSpace=this.colorSpaceConversion?g:f,t.needsUpdate=!0,e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()},s.onerror=()=>{console.error("The source image could not be decoded.",this.original_url)}}else e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended()}load_with_new_method(e){if(void 0===e.resources_by_url[this.url]){const t={credentials:"same-origin"};fetch(this.url,t).then((e=>e.blob())).then((e=>createImageBitmap(e,{colorSpaceConversion:this.colorSpaceConversion?"default":"none",imageOrientation:this.flipY?"flipY":"from-image",premultiplyAlpha:this.premultiplyAlpha?"premultiply":"none"}))).then((t=>{const s=new m(t);s.flipY=this.flipY,s.premultiplyAlpha=this.premultiplyAlpha,s.colorSpace=this.colorSpaceConversion?g:f,s.needsUpdate=!0,e.set_resource(this.resource_id,this.url,s),this.__update_downloaded_bytes(1,1),this.__loading_ended()})).catch((e=>{console.error(e,this.original_url)}))}else e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended()}}class Ke extends Ce{constructor(e,t,s,i){super(e,t,i),this.loader=s}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(e=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class $e extends Ce{constructor(e,t,s,i){super(e,t,i),this.loader=new v,this.loader.setPath(t+"/"),this.urls=[`px.${s}`,`nx.${s}`,`py.${s}`,`ny.${s}`,`pz.${s}`,`nz.${s}`]}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.urls,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error("Image could not be loaded. Maybe wrong name or path, I don't know¯\\_(ツ)_/¯"+e),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Ze extends Ce{constructor(e,t,s,i){super(e,t,i),this.loader=new le,this.loader.setPath(t+"/"),this.urls=[`px.${s}`,`nx.${s}`,`py.${s}`,`ny.${s}`,`pz.${s}`,`nz.${s}`]}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.urls,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Je extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new he}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class et extends Be{constructor(e,t,s){super(e,t,s)}__setup_loaders(){const e=[];for(let t=0;t<this.assets.length;t++){const s=this.assets[t];switch(s.kind){case"regular":e.push(new He(s.name,s.url,s.size,s.flipY,s.premultiplyAlpha,s.colorSpaceConversion));break;case"basis":e.push(new Ke(s.name,s.url,Ve.get("basis_loader"),s.size));break;case"hdr":e.push(new Je(s.name,s.url,s.size));break;case"cubemap":e.push(new $e(s.name,s.url,s.extension,s.size));break;case"cubemap_hdr":e.push(new Ze(s.name,s.url,s.extension,s.size))}}return e}}class tt{constructor(e){this.compilators=e,this.first_update=!0,this.index=0}update(){this.is_finished()||(this.compilators[this.index].finished?(this.index++,this.first_update=!0):this.first_update?(this.compilators[this.index].start(),this.first_update=!1):this.compilators[this.index].update())}is_finished(){return this.index===this.compilators.length}}class st{constructor(e,{SceneCompilator:t,TexturesCompilator:s,AudiosCompilator:i}){this.scene=e,this.SceneCompilator=t,this.TexturesCompilator=s,this.AudiosCompilator=i,this.loaders=[],this.compilators=[],this.callback_called=!1}set_assets(e,t,s,i=[],r=[],n=[]){this.scene_objects=e,this.scene_textures=t,this.scene_sounds=s,this.custom_loaders=i,this.custom_compilators=r,this.custom_data=n}get loading_progress(){let e=0;for(let t=0;t<this.loaders.length;t++){e+=this.loaders[t].get_progress()}return e/this.loaders.length}load(){this.setup_loader(),this.loaders[0].load()}on_enter(){}on_exit(){}update(){}setup_loader(){const e=[],t=Ve.get("assets_worker");t.postMessage({type:"reset",loader_name:this.scene.name});const s=new We(this.scene.name,this.scene_objects,t);this.loaders.push(s),e.push(new this.SceneCompilator(this.scene));const i=new et(this.scene.name,this.scene_textures,t);this.loaders.push(i),e.push(new this.TexturesCompilator(i.get_assets_names()));const r=new Ye(this.scene.name,this.scene_sounds,t);this.loaders.push(r),e.push(new this.AudiosCompilator(r.get_assets_names()));for(let s=0;s<this.custom_loaders.length;s++){const i=new this.custom_loaders[s](this.scene.name,this.custom_data[s],t);this.loaders.push(i),e.push(new this.custom_compilators[s](i.get_assets_names()))}this.compilator_manager=new tt(e)}is_loaded(){let e=!0;for(let t=0;t<this.loaders.length;t++){const s=this.loaders[t];e=e&&s.is_loaded()}return e}is_compiled(){return this.compilator_manager.update(),this.compilator_manager.is_finished()}}class it extends st{on_enter(){super.on_enter()}on_exit(){super.on_exit()}update(){super.update(),this.is_loaded()&&this.scene.on_high_quality_assets_ready()}}class rt extends st{constructor(e,t){super(e,t),this.on_assets_ready_called=!1}on_enter(){super.on_enter()}on_exit(){super.on_exit()}update(){super.update(),this.is_loaded()&&(this.on_assets_ready_called||(this.scene.on_assets_ready(),this.on_assets_ready_called=!0),this.is_compiled()&&this.scene.on_assets_compiled())}}class nt extends n{constructor({name:e,compilators:t}){super(),this.name=e,this.initialized=!1,this.is_loaded=!1,this.is_high_loaded=!1,this.loading_states={regular:new rt(this,t),high:new it(this,t)},this.current_loading_state=new st(this,t)}get loading_progress(){return this.current_loading_state.loading_progress}init(){this.initialized=!0}load(){this.initialized||this.init(),this.set_loading_state(this.loading_states.regular),this.current_loading_state.load()}get_objects(){const e=[];return this.traverse((t=>{t instanceof o&&t.geometry&&e.push(t)})),e}dispose_cpu(){this.traverse((e=>{if(e instanceof o&&e.geometry&&(e.geometry.attributes.position.array=new Float32Array(3),e.geometry.attributes.normal&&(e.geometry.attributes.normal.array=new Float32Array(3)),e.geometry.attributes.uv&&(e.geometry.attributes.uv.array=new Float32Array(2)),e.material.map))for(let t=0;t<e.material.map.mipmaps.length;t++)e.material.map.mipmaps[t]=new Uint8Array(4)})),this.initialized=!1}dispose(){this.traverse((e=>{e instanceof o&&e.material&&(e.material.map&&e.material.map.dispose(),e.material.dispose(),e.geometry.dispose())})),this.initialized=!1}set_assets(e,t,s,i,r,n){this.loading_states.regular.set_assets(e,t,s,i,r,n)}set_high_assets(e,t,s,i,r,n){this.loading_states.high.set_assets(e,t,s,i,r,n)}set_loading_state(e){this.current_loading_state.on_exit(),this.current_loading_state=e,this.current_loading_state.on_enter()}update_loading_state(){this.is_high_loaded||this.current_loading_state.update()}update(){this.update_loading_state()}on_assets_ready(){}on_assets_compiled(){this.is_loaded=!0,this.set_loading_state(this.loading_states.high),this.current_loading_state.load()}on_high_quality_assets_ready(){this.is_high_loaded=!0}on_pre_render(){}render(){Ne.render(this,Pe.current)}on_post_render(){}}class ot{constructor(e,t,s){this.name=e,this.method=t,this.args=s}trigger(){ViewApi.application[this.name][this.method](...this.args.split(","))}}class at{constructor(){}static linear_map(e,t,s,i,r){return(e-t)/(s-t)*(r-i)+i}static between(e,t,s){return e>=t&&e<=s}static mod(e,t){return(e%t+t)%t}static rgb_to_hex(e){return e.r=Math.round(255*parseFloat(e.r)).toString(16),e.g=Math.round(255*parseFloat(e.g)).toString(16),e.b=Math.round(255*parseFloat(e.b)).toString(16),1===e.r.length&&(e.r="0"+e.r),1===e.g.length&&(e.g="0"+e.g),1===e.b.length&&(e.b="0"+e.b),"#"+e.r+e.g+e.b}static project_points_on_plane(e,t){const s=e[0].clone();s.set(0,0,0);const i=[];for(let r=0;r<e.length;r++)t.projectPoint(e[r],s),i.push(s.clone());return i}static matrix4_lerp(e,t,s,i){for(let r=0;r<16;r++)s.elements[r]=this.lerp(e.elements[r],t.elements[r],i)}static equals(e,t){return Math.abs(e-t)<1e-6}static lerp(e,t,s){return(1-s)*e+s*t}static clamp(e,t,s){return Math.max(t,Math.min(s,e))}static euclideanModulo(e,t){return(e%t+t)%t}static pingpong(e,t=1){return t-Math.abs(at.euclideanModulo(e,2*t)-t)}static degToRad(e){return e*(Math.PI/180)}static radToDeg(e){return e*(180/Math.PI)}static deg_to_rad(e){return e*(Math.PI/180)}static rad_to_deg(e){return e*(180/Math.PI)}static perspective_divide(e){return e.x/=e.w,e.y/=e.w,e.z/=e.w,e}static points_average(e){const t=e[0].clone();for(let s=1;s<e.length;s++)t.add(e[s]);return t.multiplyScalar(1/e.length),t}static get_random_color(){const e=[0,1,2,3,4,5,6,7,8,9,"a","b","c","d","e","f"];let t="#";return t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t}static saturate(e){return at.clamp(e,0,1)}static generate_uuid(){const e=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"],t=4294967295*Math.random()|0,s=4294967295*Math.random()|0,i=4294967295*Math.random()|0,r=4294967295*Math.random()|0;return(e[255&t]+e[t>>8&255]+e[t>>16&255]+e[t>>24&255]+"-"+e[255&s]+e[s>>8&255]+"-"+e[s>>16&15|64]+e[s>>24&255]+"-"+e[63&i|128]+e[i>>8&255]+"-"+e[i>>16&255]+e[i>>24&255]+e[255&r]+e[r>>8&255]+e[r>>16&255]+e[r>>24&255]).toLowerCase()}}class _t{constructor(e={}){this.previous_elapsed_time=-1e-5,this.elapsed_time=-1e-5,this.playback_speed=this.__get_playback_speed(),this.playing=!0,this.action_events=[],this.context=e,this.initial_context=JSON.parse(JSON.stringify(e)),this.tmp_t=0,this.channels={};const t=Object.keys(e);for(let e=0;e<t.length;e++)this.channels[t[e]]=[];this.duration=0}play(){this.playing=!0}stop(){this.playing=!1}reset(){this.elapsed_time=-1e-5}skip(){const e=this.get_duration();this.__play_clips(this.elapsed_time,e+1e-4),this.elapsed_time=e}update(e){this.playing&&(this.previous_elapsed_time=this.elapsed_time,this.elapsed_time+=e*this.playback_speed,this.__play_clips(this.previous_elapsed_time,this.elapsed_time))}set_progress(e){this.previous_elapsed_time=this.elapsed_time,this.elapsed_time=at.clamp(e,0,this.duration),this.__play_clips(this.elapsed_time,this.elapsed_time)}set_normalized_progress(e){this.previous_elapsed_time=this.elapsed_time,this.elapsed_time=at.clamp(e,0,1)*this.duration,this.__play_clips(this.elapsed_time,this.elapsed_time)}get_progress(){return at.clamp(this.elapsed_time/this.get_duration(),0,1)}is_finished(){return this.elapsed_time>this.get_duration()}add_action_event(e,t){this.action_events.push({trigger_time:e,action:t}),this.duration=Math.max(this.duration,e)}add_action_interpolator(e,t,s,i=!1){if(i){const e=this.channels[s.attribute_name];void 0===e&&console.error(`${s.attribute_name} missing in initial state data.`),0===e.length?s.from=this.initial_context[s.attribute_name]:s.from=e[e.length-1].interpolator.to}const r={from:e,to:t,interpolator:s};this.duration=Math.max(this.duration,t),this.channels[s.attribute_name].push(r)}get_current_target_value(e){const t=this.__get_current_keyframe(e,this.elapsed_time);return this.elapsed_time<t.from?t.interpolator.evaluate(0):t.interpolator.evaluate(1)}get_current_starting_value(e){return this.__get_current_keyframe(e,this.elapsed_time).interpolator.evaluate(0)}get_current_progress(e){const t=this.__get_current_keyframe(e,this.elapsed_time),s=this.__linear_map_01(this.elapsed_time,t.from,t.to);return t.interpolator.easing_function(s)}get_duration(){return this.duration}__play_clips(e,t){this.elapsed_time>this.previous_elapsed_time&&this.__play_events(this.previous_elapsed_time,this.elapsed_time);const s=Object.keys(this.initial_context);for(let t=0;t<s.length;t++){const i=s[t],r=this.__get_current_keyframe(i,e);this.context[i]=this.evaluate_keyframe(r,e)}}__play_events(e,t){for(let s=0;s<this.action_events.length;s++){const i=this.action_events[s].trigger_time;at.between(i,e,t)&&this.action_events[s].action.trigger()}}evaluate_keyframe(e,t){return this.tmp_t=this.__linear_map_01(t,e.from,e.to),e.interpolator.evaluate(at.clamp(this.tmp_t,0,1))}get_keyframes(e){return this.channels[e]}is_channel_redefined(e){for(let t=0;t<this.channels[e].length;t++){if(this.channels[e][t].interpolator.initial)return!1}return!0}__linear_map_01(e,t,s){return at.saturate((e-t)/(s-t)*1+0)}__get_current_keyframe(e,t){let s;const i=this.channels[e];for(let e=0;e<i.length;e++){const r=i[e];if(t>=r.from&&t<=r.to)return s=r,s}let r=1/0;for(let e=0;e<i.length;e++){const n=i[e],o=Math.abs(n.to-t);o<r&&(s=n,r=o)}return s}__get_playback_speed(){const e=new URLSearchParams(window.location.search).get("transitions_velocity");return e?Number(e):1}set_initial_value_on_channel(e,t){this.get_keyframes(e)[0].interpolator.from=t}set_final_value_on_channel(e,t){const s=this.get_keyframes(e);s[s.length-1].interpolator.to=t}}class lt{constructor(){}static linear(e){return e}static triangular(e){return 1-Math.abs(2*e%2-1)}static ease_in_sine(e){return 1-Math.cos(3.1415926*e/2)}static ease_out_sine(e){return Math.sin(3.1415926*e/2)}static ease_in_out_sine(e){return-(Math.cos(3.1415926*e)-1)/2}static ease_in_cubic(e){return e*e*e}static ease_out_cubic(e){return 1-Math.pow(1-e,3)}static ease_in_out_cubic(e){return e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2}static ease_in_quad(e){return e*e}static ease_out_quad(e){return 1-(1-e)*(1-e)}static ease_in_out_quad(e){return e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2}static ease_in_quart(e){return e*e*e*e}static ease_out_quart(e){return 1-Math.pow(1-e,4)}static ease_in_out_quart(e){return e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2}static ease_in_quint(e){return e*e*e*e*e}static ease_out_quint(e){return 1-Math.pow(1-e,5)}static ease_in_out_quint(e){return e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2}static ease_in_expo(e){return 0===e?0:Math.pow(2,10*e-10)}static ease_out_expo(e){return 1===e?1:1-Math.pow(2,-10*e)}static ease_in_out_expo(e){return 0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2}static ease_in_circ(e){return 1-Math.sqrt(1-Math.pow(e,2))}static ease_out_circ(e){return Math.sqrt(1-Math.pow(e-1,2))}static ease_in_out_circ(e){return e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2}static ease_in_back(e){return 2.7015*e*e*e-1.7015*e*e}static ease_out_back(e){return 1+2.7015*Math.pow(e-1,3)+1.7015*Math.pow(e-1,2)}static ease_in_out_back(e){return e<.5?Math.pow(2*e,2)*(7.189819*e-2.5949095)/2:(Math.pow(2*e-2,2)*(3.5949095*(2*e-2)+2.5949095)+2)/2}static ease_in_elastic(e){const t=2*Math.PI/3;return 0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*t)}static ease_out_elastic(e){return 0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin(2.094395*(10*e-.75))+1}static ease_in_out_elastic(e){return 0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin(1.3962633*(20*e-11.125))/2:Math.pow(2,-20*e+10)*Math.sin(1.3962633*(20*e-11.125))/2+1}static ease_in_bounce(e){return 1-this.ease_out_bounce(1-e)}static ease_out_bounce(e){const t=7.5625,s=2.75;return e<1/s?t*e*e:e<2/s?t*(e-=1.5/s)*e+.75:e<2.5/s?t*(e-=2.25/s)*e+.9375:t*(e-=2.625/s)*e+.984375}static ease_in_out_bounce(e){return e<.5?(1-this.ease_out_bounce(1-2*e))/2:(1+this.ease_out_bounce(2*e-1))/2}static heartbeat(e){return 1-Math.pow(Math.abs(Math.sin(e+1)),63)*Math.sign(Math.sin(e))*Math.sin(e+1.5+1)*.8}}class ht{constructor(e="linear"){this.easing_function=void 0,this.easing_function="string"==typeof e?lt[e]:e,this.attribute_name="",this.from=0,this.to=1}update(e,t){}}class ct extends ht{constructor(e,t=0,s=1,i=!1,r="linear"){super(r),this.attribute_name=e,this.from=t,this.to=s,this.initial=i}update(e,t){e[this.attribute_name]=at.lerp(this.from,this.to,this.easing_function(t))}evaluate(e){return at.lerp(this.from,this.to,this.easing_function(e))}}class ut{constructor(){}parse(e){const t=(new DOMParser).parseFromString(e,"text/xml").querySelectorAll("mxGeometry"),s=[],i=[];for(let e=0;e<t.length;e++){const r=t[e],n=r.parentElement,o=n.getAttribute("value"),a=this.get_node_x_position(r)/100,_=parseFloat(r.getAttribute("width"))/100;if(n.getAttribute("style").includes("rhombus;")){const e=o.split("."),t=e[0],s=e[1];i.push({name:t,method:s,at_time:a+.5*_})}if(n.getAttribute("style").includes("rounded=0;")&&!n.getAttribute("style").includes("text;")&&""!==o&&!o.includes(" ")){const e=o.split("="),t=e[0],i=e[1].split("--"),r=parseFloat(i[0]),n=i[1];2!==e.length&&console.error("DrawIO data is malformed:",o),2!==i.length&&console.error("DrawIO data is malformed:",o),s.push({attribute_name:t,from_time:a,to_time:a+_,to_value:r,easing_function:n})}}return s.sort(((e,t)=>e.from_time-t.from_time)),{animation_tracks:s,triggers:i}}get_node_x_position(e){const t=e.getAttribute("x");return null===t?0:parseFloat(t)}}class dt{constructor(e){this.default_state_data=e}from_animation_sheet(e,t,s){s=s||this.default_state_data;const i=e.animation_tracks,r=e.triggers,n=this.state_to_tracks(this.default_state_data,this.get_longest_time(e.animation_tracks));for(let e=0;e<n.length;e++)void 0===i.find((t=>t.attribute_name===n[e].attribute_name))&&i.push(n[e]);const o=new _t(t);for(let e=0;e<i.length;e++){const s=i[e],r=new ct(s.attribute_name,t[s.attribute_name],s.to_value,s.initial,s.easing_function);o.add_action_interpolator(s.from_time,s.to_time,r,!0)}for(let e=0;e<r.length;e++){const t=r[e],s=new ot(t.name,t.method,t.args);o.add_action_event(t.at_time,s)}return o}state_to_tracks(e,t){const s=[],i=Object.keys(e);for(let r=0;r<i.length;r++)s.push({attribute_name:i[r],from_time:0,to_time:t<1?t:1,to_value:e[i[r]],initial:!0,easing_function:"ease_in_out_cubic"});return s}from_draw_io(e,t){const s=(new ut).parse(e),i=s.animation_tracks,r=s.triggers,n=new _t(t);for(let e=0;e<i.length;e++){const s=i[e],r=new ct(s.attribute_name,t[s.attribute_name],s.to_value,!1,s.easing_function);n.add_action_interpolator(s.from_time,s.to_time,r,!0)}for(let e=0;e<r.length;e++){const t=r[e],s=new ot(t.name,t.method);n.add_action_event(t.at_time,s)}return n}get_longest_time(e){let t=-1;for(let s=0;s<e.length;s++){const i=e[s].to_time;t=i>t?i:t}return t}}class pt{constructor(){this.transitions=[],this.default_state_data={}}get(e,t,s){for(let i=0;i<this.transitions.length;i++)if(this.transitions[i].from===e&&this.transitions[i].to===t){return new dt(this.default_state_data).from_animation_sheet(this.transitions[i].data,s)}for(let e=0;e<this.transitions.length;e++)if(this.transitions[e].to===t&&void 0===this.transitions[e].from){return new dt(this.default_state_data).from_animation_sheet(this.transitions[e].data,s)}console.error("TransitionTable.get no data found for: ",e,t)}add_transitions(e){for(let t=0;t<e.length;t++)this.transitions.push(e[t])}set_transitions(e){this.transitions=e}set_default_state_data(e){this.default_state_data=e}}const mt=new class{constructor(){this.__delta_buffer=[.016,.016,.016,.016,.016,.016,.016,.016,.016,.016]}init(){this.__previous_elapsed_time=-1,this.__delta_time=0,this.__smooth_delta_time=0,this.__elapsed_time=0,this.__frame_interpolation_t=0,this.fixed_delta_time=1/30}get elapsed_time(){return this.__elapsed_time}get delta_time(){return this.__delta_time}get smooth_delta_time(){return this.__smooth_delta_time}get frame_interpolation(){return this.__frame_interpolation_t}get fdt(){return this.fixed_delta_time}get dt(){return this.delta_time}get sdt(){return this.smooth_delta_time}__set_frame_interpolation(e){this.__frame_interpolation_t=e}__update(e){this.__previous_elapsed_time<0&&(this.__previous_elapsed_time=e),this.__delta_time=(e-this.__previous_elapsed_time)/1e3,this.__elapsed_time=e/1e3,this.__delta_buffer.shift(),this.__delta_buffer.push(this.delta_time<.32?this.delta_time:.032),this.__calculate_smooth_delta_time(),this.__previous_elapsed_time=e}__calculate_smooth_delta_time(){this.__smooth_delta_time=0;for(let e=0;e<this.__delta_buffer.length;e++)this.__smooth_delta_time+=this.__delta_buffer[e];this.__smooth_delta_time=this.__smooth_delta_time/this.__delta_buffer.length}};class gt{constructor(e){this.name=e}start(){}before_enter(){}on_enter(){}before_exit(){}on_exit(){}before_update(){}update(){}fixed_update(){}update_enter_transition(e,t,s){}update_exit_transition(e,t,s){}}class ft{constructor(e){this.last_state=new gt("last_initial"),this.current_state=new gt("current_initial"),this.default_state_data={},this.current_state_data={},this.transition_table=e,this.transitioning=!1}go_to_state(e,t=!1){this.transitioning&&this.__exit_last_state(),this.last_state=this.current_state,this.current_state=e,this.last_state.before_exit(),this.current_state.before_enter(),this.action_sequencer=this.transition_table.get(this.last_state.name,this.current_state.name,this.current_state_data),this.action_sequencer.play(),this.transitioning=!0,t&&(this.action_sequencer.skip(),this.update())}update(){this.transitioning?(this.__update_transitions(),this.action_sequencer.is_finished()&&(this.transitioning=!1,this.__update_transitions(),this.__exit_last_state(),this.current_state.on_enter())):this.current_state.update()}before_update(){this.current_state.before_update()}fixed_update(){this.current_state.fixed_update()}set_state(e){this.current_state=e}set_default_state_data(e){Object.assign(this.default_state_data,e),Object.assign(this.current_state_data,e)}__update_transitions(){this.action_sequencer.update(mt.delta_time),this.last_state.update_exit_transition(this.current_state_data,this.action_sequencer.get_progress(),this.action_sequencer),this.current_state.update_enter_transition(this.current_state_data,this.action_sequencer.get_progress(),this.action_sequencer)}__exit_last_state(){this.last_state.on_exit()}}const vt=new class{constructor(){this.transition_table=new pt,this.transition_handler=new ft(this.transition_table)}get action_sequencer(){return this.transition_handler.action_sequencer}get current_state_data(){return this.transition_handler.current_state_data}get_current_state(){return this.transition_handler.current_state}go_to_state(e,t=!1){this.transition_handler.go_to_state(e,t)}before_update(){this.transition_handler.before_update()}update(){this.transition_handler.update()}fixed_update(){this.transition_handler.fixed_update()}add_transitions(e){this.transition_table.add_transitions(e)}set_transitions(e){this.transition_table.set_transitions(e)}set_state(e){this.transition_handler.set_state(e)}set_default_state_data(e){this.transition_table.set_default_state_data(e),this.transition_handler.set_default_state_data(e)}};const wt=new class{constructor(){this.views=[],this.browser_title_suffix=""}update(){this.__set_views_opacities()}go_to_view(e,t=!0,s=!1){const i=this.get(e);t&&(this.__change_browser_url(i.url),this.__change_browser_title(i.url)),vt.go_to_state(i,s)}go_to_scene(e,t=!1,s=!1){const i=this.get(e),r=this.get("transition");r.set_next_view(i),this.go_to_view(r.name,t,s)}register_view(e){this.views.push(e)}has_view(e){for(let t=0;t<this.views.length;t++)if(this.views[t].name===e)return!0;return!1}set_view(e){const t=this.get(e);vt.set_state(t)}set_browser_title_suffix(e){this.browser_title_suffix=e}get_current_view(){return vt.get_current_state()}get_view_by_name(e){console.warn("DEPRECATED. Use ViewManager.get instead"),this.get(e)}get(e){for(let t=0;t<this.views.length;t++)if(this.views[t].name===e)return this.views[t];console.error("[ViewManager.get] no view found for: ",e)}get_by_url(e){for(let t=0;t<this.views.length;t++)if(this.views[t].url===e)return this.views[t];console.error("[ViewManager.get_by_url] no view found for: ",e)}__change_browser_url(e){window.history.pushState("","",e)}__change_browser_title(e){const t=this.__capitalize(e);document.title=t?`${t} | ${this.browser_title_suffix}`:this.browser_title_suffix}__set_views_opacities(){for(let e=0;e<this.views.length;e++)this.views[e].set_opacity(vt.current_state_data)}__capitalize(e){let t=e.toUpperCase().replace("/","");return t=this.__snake_to_whitespace(t),t}__snake_to_whitespace(e){return e.replace(/([-_][A-Z])/g,(e=>e.replace("-"," ").replace("_"," ")))}};class yt extends gt{constructor({name:e,url:t,container:s,transition_data:i}){super(e),this.container=s,this.url=t,this.current_opacity=0;const r=[{to:e,data:i=i||{animation_tracks:[],triggers:[]}}];wt.register_view(this),vt.add_transitions(r)}before_enter(){this.container.classList.add("before_enter"),this.container.classList.remove("before_exit"),this.container.classList.remove("hidden")}on_enter(){this.container.classList.remove("before_enter"),this.container.classList.remove("before_exit"),this.container.classList.remove("hidden")}before_exit(){this.container.classList.add("before_exit"),this.container.classList.remove("before_enter"),this.container.classList.remove("hidden")}on_exit(){this.container.classList.add("hidden"),this.container.classList.remove("before_enter"),this.container.classList.remove("before_exit")}set_opacity(e){const t=e[`${this.name}_opacity`];(this.current_opacity>t||this.current_opacity<t)&&(this.current_opacity=t,this.container.style.opacity=this.current_opacity)}}class bt{constructor(e){this.uses_dynamic_font=!!e,this.__textHeight=null,this.canvas=document.createElement("canvas"),this.ctx=this.canvas.getContext("2d")}getFontHeight(e="Arial"){if(null==this.__textHeight||this.uses_dynamic_font){const t=document.getElementsByTagName("body")[0],s=document.createElement("div"),i=document.createTextNode("MÉqgOLAKTAL");s.appendChild(i),s.setAttribute("style",`font:${e};position:absolute;top:0;left:0`),t.appendChild(s),this.__textHeight=s.offsetHeight,t.removeChild(s)}return this.__textHeight}get_text_size(e,s="24px Arial"){const i=new t;return this.ctx.font=s,i.x=Math.ceil(this.ctx.measureText(e).width),i.y=Math.ceil(this.getFontHeight(s)),i}draw_canvas(e,t={}){return t.font=t.font||"24px Arial",t.font_color=t.font_color||"#000000",this.__draw(e,t,this.canvas,this.ctx),this.canvas}draw_on_texture(e,t){const s=this.draw_canvas(e,t),i=new w(s,y,b,b,x,x);return i.generateMipmaps=!1,i.needsUpdate=!0,i}__draw(e,t,s,i){}roundRect(e,t,s,i,r,n,o,a){if(void 0===a&&(a=!0),void 0===n&&(n=5),"number"==typeof n)n={tl:n,tr:n,br:n,bl:n};else{const e={tl:0,tr:0,br:0,bl:0};for(const t in e){const s=t;n[s]=n[s]||e[s]}}e.beginPath(),e.moveTo(t+n.tl,s),e.lineTo(t+i-n.tr,s),e.quadraticCurveTo(t+i,s,t+i,s+n.tr),e.lineTo(t+i,s+r-n.br),e.quadraticCurveTo(t+i,s+r,t+i-n.br,s+r),e.lineTo(t+n.bl,s+r),e.quadraticCurveTo(t,s+r,t,s+r-n.bl),e.lineTo(t,s+n.tl),e.quadraticCurveTo(t,s,t+n.tl,s),e.closePath(),o&&e.fill(),a&&e.stroke()}}class xt extends bt{constructor(){super(),this.text_margin=new t(2,0)}__draw(e,t,s,i){i.font=t.font;const r=this.get_text_size(e,t.font);s.width=Math.ceil(r.x+2*this.text_margin.x),s.height=Math.ceil(r.y+2*this.text_margin.y),i.clearRect(0,0,s.width,s.height),i.globalAlpha=0,i.fillStyle=t.font_color||"#000000",i.fillRect(0,0,s.width,s.height),i.globalAlpha=1,i.globalAlpha=1,i.font=t.font,i.fillStyle=t.font_color||"#000000",i.textBaseline="middle",i.textAlign=t.textAlign||"center","center"===i.textAlign?i.fillText(e,s.width/2,s.height/2):i.fillText(e,0,s.height/2)}}const Tt=new class{init(){this.max_anisotropy=0,this.vertex_texture_sampler_available=!1,this.fp_textures_available=!1}};class St extends T{constructor(e=1){super();const t=[];t.push(new c(0,0,0)),t.push(new c(0,0,1e3));const s=new S({color:4474111,depthFunc:i}),r=(new M).setFromPoints(t),n=new z(r,s);n.renderOrder=5e4;const o=[];o.push(new c(0,0,0)),o.push(new c(0,1e3,0));const a=new S({color:4521796,depthFunc:i}),_=(new M).setFromPoints(o),l=new z(_,a);l.renderOrder=5e4;const h=[];h.push(new c(0,0,0)),h.push(new c(1e3,0,0));const u=new S({color:16729156,depthFunc:i}),d=(new M).setFromPoints(h),p=new z(d,u);p.renderOrder=5e4,this.renderOrder=1e5,this.add(n),this.add(l),this.add(p),this.scale.set(e,e,e)}update(){}dispose(){}}class Mt extends Ae{constructor(){super("\n uniform vec2 _ScreenSpacePosition;\n uniform vec2 _ScreenSize;\n uniform vec2 _TextureSize;\n varying vec2 vUv;\n void main()\n {\n vec2 pos = uv * vec2(_TextureSize.x / _ScreenSize.x, _TextureSize.y / _ScreenSize.y);\n pos += vec2(_ScreenSpacePosition.x / _ScreenSize.x, _ScreenSpacePosition.y / _ScreenSize.y);\n\n pos.x = pos.x * 2.0 - 1.0;\n pos.y = pos.y * 2.0 - 1.0;\n\n gl_Position = vec4(pos, 0.0, 1.0);\n vUv = uv;\n }\n ","\n uniform sampler2D _MainTex;\n varying vec2 vUv;\n\n void main()\n {\n gl_FragColor = texture2D(_MainTex, vUv);\n }\n ",{_MainTex:{value:void 0},_ScreenSpacePosition:{value:new t},_ScreenSize:{value:new t},_TextureSize:{value:new t}})}set_position(e,t){this.uniforms._ScreenSpacePosition.value.set(e,t)}set_texture(e,t,s){this.uniforms._MainTex.value=e,this.uniforms._TextureSize.value.set(e.image.width,e.image.height),void 0!==t&&(this.uniforms._TextureSize.value.x=t),void 0!==s&&(this.uniforms._TextureSize.value.y=s)}set_screen_size(e,t){this.uniforms._ScreenSize.value.set(e,t)}}class zt extends F{constructor(e,t,s,i){super(e,t,s,i),this.clear_color=new r("#000000"),this.clear_alpha=1}copy(e){return super.copy(e),this.clear_color.copy(e.clear_color),this.clear_alpha=e.clear_alpha,this}}class Ft extends o{constructor(e,t,s){e=e||"#FF0000";const i=(t=t||1)-.4,r=new A(.01,.01,i,32);r.translate(0,i/2,0);const n=new R(.1,.4,32);n.translate(0,i+.2,0);const o=ce.mergeGeometries([r,n]);o.rotateX(1.57);super(o,new k({color:e})),s&&this.quaternion.setFromUnitVectors(new c(0,0,1),s),this._dir=s}set dir(e){this.quaternion.setFromUnitVectors(new c(0,0,1),e),this._dir=e}get dir(){return this._dir}set length(e){this.scale.z=e}get length(){return this.scale.z}}class At extends o{constructor(e,t,s){e=e||new c(1,1,1),t=t||new c(1,1,1),s=s||16711680;super(new C(e.x,e.y,e.z,t.x,t.y,t.z),new k({color:s}))}}class Rt extends o{constructor(e,t){t=t||"#FF0000";super(new P(e=e||1,64,64),new k({color:t})),this.radius=e,this.color=t,this.center=this.position}}const kt=new class{init(){this.Vector3_one=new c(1,1,1),this.Vector3_zero=new c(0,0,0),this.canvas_renderer=void 0,this.display_texture_meshes=[],this.ctx=void 0,this.scene=new n,this.camera=new zt(60,Le.aspect_ratio,.1,1e3),this.camera.clear_alpha=0}draw_arrow(e,t,s=16711680){const i=new Ft(s,t.length(),t.clone().normalize());return i.position.copy(e),this.scene.add(i),i}draw_axis(){const e=new St;return this.scene.add(e),e}set_debug_RT(e){this.rt_debug=e}draw_rectangle(e,t,s,i){t=t||100,s=s||100,this.ctx.fillStyle=i||"rgba(255, 0, 0, 1)",this.ctx.fillRect(e.x-t/2,this.ctx.canvas.height-e.y-s/2,t,s)}clear(){this.ctx&&this.ctx.clearRect(0,0,this.ctx.canvas.width,this.ctx.canvas.height)}draw_line_2D(e,t,s){this.ctx.strokeStyle=s||"rgba(255, 0, 0, 1)",this.ctx.beginPath(),this.ctx.moveTo(e.x,e.y),this.ctx.lineTo(t.x,t.y),this.ctx.closePath(),this.ctx.stroke()}draw_line(e,t=16711680){const s=new S({color:t}),i=(new M).setFromPoints(e),r=new z(i,s);return r.frustumCulled=!1,this.scene.add(r),r}draw_cube(e,t,s){t=t||1,s=s||16711680,e=e||new c;const i=new At(new c(t,t,t),void 0,s);return i.position.copy(e),this.scene.add(i),i}draw_oriented_cube(e,t,s=1,i="#FF0000",r=.1){const n=e.distanceTo(t),o=new At(new c(r,s,n),void 0,i),a=t.clone().sub(e).multiplyScalar(.5),_=a.clone().normalize();return a.add(e),o.position.copy(a),o.quaternion.setFromUnitVectors(new c(0,0,-1),_),this.scene.add(o),o}draw_plane(t,s,i){const r=new a(t,s),n=new e({uniforms:{_Color:{value:new l(0,1,0,.2)}},vertexShader:Fe,fragmentShader:ze,transparent:!0,depthWrite:!1}),_=new o(r,n);return _.renderOrder=-1e4,this.scene.add(_),_}draw_empty_cube(e,t,s){t=t||1,s=s||16711680;const i=(new L).setFromCenterAndSize(new c,new c(t,t,t)),r=new D(i,s);return r.position.copy(e||new c),r}draw_sphere(e,t,s){t=t||1,s=s||16711680,e=e||new c;const i=new Rt(t,s);return i.position.copy(e),this.scene.add(i),i}draw_point_array(e,t=!1,s=16711680){const i=new U(e,t);i.updateArcLengths();const r=i.getSpacedPoints(200);return this.draw_line(r,65280)}draw_sphere_helper(e,t){t=t||16711680;const s=new P(e.radius,32,32),i=new k({color:t}),r=new o(s,i);return r.position.copy(e.center),De.current.add(r),r}draw_math_sphere(t){const s=new P(t.radius,32,32),i=new e({uniforms:{_Color:{value:new l(1,0,0,.2)}},vertexShader:Fe,fragmentShader:ze,transparent:!0}),r=new o(s,i);r.position.copy(t.center),De.current.add(r)}draw_bounding_box(e){const t=new D(e,16776960);De.current.add(t)}draw_curve(e,t){const s=new c(0,0,0);t&&(s.y=t.offset||0);for(let t=0;t<e.length-1;t++)this.draw_line([e[t].clone().add(s),e[t+1].clone().add(s)])}draw_texture(e,t,s){const i=new o(new a(1,1),new Mt);return this.display_texture_meshes.push(i),this.scene.add(i),i.material.set_texture(e,t,s),i}render(e){for(let e=0;e<this.display_texture_meshes.length;e++)this.display_texture_meshes[e].material.set_screen_size(Le.width,Le.height);this.scene.children.length>0&&e.render(this.scene,Pe.current)}};class Ct{constructor(){}get is_animating(){return!1}on_enter(e){}update(e){}on_exit(e){}}class Pt{constructor(){this.t=0,this.easing_function_t=0}get is_animating(){return!0}on_enter(e){}update(e){this.t+=mt.delta_time/e.duration,this.easing_function_t=e.easing_function(this.t),this.easing_function_t=at.clamp(this.easing_function_t,0,1),e.set_property_value(at.lerp(e.from,e.to,this.easing_function_t)),this.easing_function_t>=.9999&&(e.set_property_value(e.to),e.set_current_state(new Ct),e.finished_callback(e))}on_exit(e){}}class Lt{constructor({element:e,css_property:t,from:s=0,to:i=1,duration:r=1,value_prefix:n="",value_suffix:o="",easing_function:a=lt.ease_in_out_cubic,finished_callback:_=(()=>{})}){this.element=e,this.css_property=t,this.from=s,this.to=i,this.value_prefix=n,this.value_suffix=o,this.duration=r,this.easing_function=a,this.finished_callback=_,this.current_state=new Ct}animate(){this.set_current_state(new Pt)}stop(){this.set_current_state(new Ct)}set_property_value(e){this.element.style[this.css_property]=`${this.value_prefix}${e}${this.value_suffix}`}update(){this.current_state.update(this)}get is_animating(){return this.current_state.is_animating}set_current_state(e){this.current_state.on_exit(this),this.current_state=e,this.current_state.on_enter(this)}}const Dt=new class{init(){this.operating_systems={ANDROID:"android",IOS:"ios",LINUX:"linux",MAC:"mac",WINDOWS:"windows"},this.is_mobile=!!navigator.userAgent.match(/(iPhone|iPod|iPad|Android|playbook|silk|BlackBerry|BB10|Windows Phone|Tizen|Bada|webOS|IEMobile|Opera Mini)/),this.is_ipad=!!(navigator.userAgent.match(/Mac/)&&navigator.maxTouchPoints&&navigator.maxTouchPoints>2),this.is_ios=!!navigator.userAgent.match(/(iPhone|iPod|iPad)/)||this.is_ipad,this.is_android=this.get_os()===this.operating_systems.ANDROID,this.is_linux=this.get_os()===this.operating_systems.LINUX,this.is_mac=this.get_os()===this.operating_systems.MAC,this.is_windows=this.get_os()===this.operating_systems.WINDOWS}get_os(){const e=window.navigator.userAgent,t=window.navigator.platform;let s=null;return-1!==["Macintosh","MacIntel","MacPPC","Mac68K"].indexOf(t)?s=this.operating_systems.MAC:-1!==["iPhone","iPad","iPod"].indexOf(t)?s=this.operating_systems.IOS:-1!==["Win32","Win64","Windows","WinCE"].indexOf(t)?s=this.operating_systems.WINDOWS:/Android/.test(e)?s=this.operating_systems.ANDROID:!s&&/Linux/.test(t)&&(s=this.operating_systems.LINUX),s}};const Ut=new class{init(){this.target_geometry=void 0,this.target_position=new c}set_target_geometry(e){this.target_geometry=e}};class Ot{constructor(){}fit_points(e,t,s,i){const r=t.clone().inverse(),n=[];for(let t=0;t<e.length;t++)n.push(e[t].clone().applyQuaternion(r));const o=(new L).setFromPoints(n),a=new c;o.getSize(a);const _=this.get_distance_to_fit_rect(a.x/2,a.y/2,s,i),l=new c;return o.getCenter(l),l.applyQuaternion(t),{center:l,distance_to_center:_}}get_distance_to_fit_rect(e,t,s,i){const r=s/2*Math.PI/180,n=2*Math.atan(Math.tan(r)*i)/2,o=t/Math.tan(r),a=e/Math.tan(n);return Math.max(Math.abs(a),Math.abs(o))}}class jt{constructor(){this.sphere=new O}fit_points(e,t,s,i){this.sphere.setFromPoints(e);const r=at.degToRad(s/2),n=2*Math.atan(Math.tan(r)*i)/2,o=this.get_up_plane_normal(t,r),a=this.get_down_plane_normal(t,r),_=this.get_left_plane_normal(t,n),l=this.get_right_plane_normal(t,n),h=new c(0,0,-1).applyQuaternion(t),u=this.sphere.center.clone(),d=this.get_distance_to_fit_rect(2*this.sphere.radius,2*this.sphere.radius,s,i),p=u.clone().add(h.clone().multiplyScalar(-1*d)),m=(new j).setFromNormalAndCoplanarPoint(o,p),g=(new j).setFromNormalAndCoplanarPoint(a,p),f=(new j).setFromNormalAndCoplanarPoint(_,p),v=(new j).setFromNormalAndCoplanarPoint(l,p);this.apply_center_correction_to_pos(p,e,t,m,g,f,v),m.setFromNormalAndCoplanarPoint(o,p),g.setFromNormalAndCoplanarPoint(a,p),f.setFromNormalAndCoplanarPoint(_,p),v.setFromNormalAndCoplanarPoint(l,p);let w=1/0;const y=h.clone().multiplyScalar(-2*d);for(let t=0;t<e.length;t++){const s=new I(e[t].clone(),e[t].clone().add(y)),i=new c,r=new c,n=new c,o=new c;m.intersectLine(s,i),g.intersectLine(s,r),f.intersectLine(s,n),v.intersectLine(s,o),i.length()<1e-4&&console.log("up intersection not found",t),r.length()<1e-4&&console.log("down intersection not found",t),n.length()<1e-4&&console.log("left intersection not found",t),o.length()<1e-4&&console.log("right intersection not found",t);const a=e[t].clone().sub(i).length(),_=e[t].clone().sub(r).length(),l=e[t].clone().sub(n).length(),h=e[t].clone().sub(o).length(),u=Math.min(a,_),d=Math.min(l,h),p=Math.min(u,d);p<w&&(w=p)}const b=h.clone().multiplyScalar(w);return p.clone().add(b)}apply_center_correction_to_pos(e,t,s,i,r,n,o){const a=this.get_vertical_correction(t,r,i,s),_=this.get_horizontal_correction(t,n,o,s);e.add(a),e.add(_)}get_vertical_correction(e,t,s,i){let r=1/0,n=1/0;const o=new c(0,1,0).applyQuaternion(i);for(let i=0;i<e.length;i++){const a=new I(e[i].clone(),e[i].clone().add(o.clone().multiplyScalar(-5e6))),_=new I(e[i].clone(),e[i].clone().add(o.clone().multiplyScalar(5e6))),l=new c,h=new c;t.intersectLine(a,l),s.intersectLine(_,h);const u=l.distanceTo(e[i]),d=h.distanceTo(e[i]);h.length()<1e-4&&console.log("vertical up intersection not found",i),l.length()<1e-4&&console.log("vertical down intersection not found",i),u<n&&(n=u),d<r&&(r=d)}const a=(r-n)/2;return o.clone().multiplyScalar(-a)}get_horizontal_correction(e,t,s,i){let r=1/0,n=1/0;const o=new c(1,0,0).applyQuaternion(i);for(let i=0;i<e.length;i++){const a=new I(e[i].clone(),e[i].clone().add(o.clone().multiplyScalar(-5e6))),_=new I(e[i].clone(),e[i].clone().add(o.clone().multiplyScalar(5e6))),l=new c,h=new c;t.intersectLine(a,l),s.intersectLine(_,h);const u=l.distanceTo(e[i]),d=h.distanceTo(e[i]);l.length()<1e-4&&console.log("left intersection not found",i),h.length()<1e-4&&console.log("right intersection not found",i),u<n&&(n=u),d<r&&(r=d)}const a=(r-n)/2;return o.clone().multiplyScalar(-a)}get_up_plane_normal(e,t){const s=new c(0,-1,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(1,0,0),t)),s.applyQuaternion(e),s}get_down_plane_normal(e,t){const s=new c(0,1,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(1,0,0),-t)),s.applyQuaternion(e),s}get_left_plane_normal(e,t){const s=new c(1,0,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(0,1,0),t)),s.applyQuaternion(e),s}get_right_plane_normal(e,t){const s=new c(-1,0,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(0,1,0),-t)),s.applyQuaternion(e),s}get_distance_to_fit_rect(e,t,s,i){const r=s/2*Math.PI/180,n=2*Math.atan(Math.tan(r)*i)/2,o=t/Math.tan(r),a=e/Math.tan(n);return Math.max(Math.abs(a),Math.abs(o))}}const It=new class{init(e){this.tmp_mat=new E,this.plane=new j,this.ray=new q,this.tmp_size=new c,this.tmp_unproj=new c,this.input=e}get_up_dir(e){e=e||Pe.current;const t=new c;return t.set(0,1,0),t.applyQuaternion(e.quaternion),t}get_forward_dir(e){e=e||Pe.current;const t=new c;return t.set(0,0,-1),t.applyQuaternion(e.quaternion),t}get_right_dir(e){e=e||Pe.current;const t=new c;return t.set(1,0,0),t.applyQuaternion(e.quaternion),t}unproject_mouse_position(e,t){t=t||Pe.current;const s=new c,i=t.fov/2*Math.PI/180,r=2*Math.atan(Math.tan(i)*t.aspect)/2,n=Math.tan(i)*t.far,o=Math.tan(r)*t.far;return s.set(o*e.x,n*e.y,-t.far).normalize(),s.applyQuaternion(t.quaternion)}get_plane_intersection(e,t,s,i){i=i||Pe.current,s=s||this.input.NDC;const r=new c;if(this.plane.setFromNormalAndCoplanarPoint(t||this.get_forward_dir(i),e),i.isPerspectiveCamera)this.ray.set(i.position,this.unproject_mouse_position(s,i));else{const e=new c(s.x*i.right,s.y*i.top,0);e.applyQuaternion(i.quaternion),e.add(i.position);const t=new c(0,0,-1).applyQuaternion(i.quaternion);this.ray.set(e,t)}return this.ray.intersectPlane(this.plane,r),r}fit_points_on_camera(e,t=1){const s=(new O).setFromPoints(e).center,i=this.get_forward_dir(Pe.current).clone(),r=(new j).setFromNormalAndCoplanarPoint(i,s),n=at.project_points_on_plane(e,r),o=new c;let a=(new L).setFromPoints(n);a.getCenter(o);const _=new c(0,1,0).applyQuaternion(Pe.current.quaternion),l=_.clone().cross(i).normalize(),h=(new E).set(l.x,_.x,i.x,s.x,l.y,_.y,i.y,s.y,l.z,_.z,i.z,s.z,0,0,0,1).invert();for(let e=0;e<n.length;e++)n[e].applyMatrix4(h);const u=new c;a=(new L).setFromPoints(n),a.getSize(u),u.multiplyScalar(t);const d=new c;return a.getCenter(d),{position:o,zoom:this.get_zoom_to_fit_rect(u.x/2,u.y/2)}}get_zoom_to_fit_rect(e,t){const s=Pe.current.fov/2*Math.PI/180,i=2*Math.atan(Math.tan(s)*Pe.current.aspect)/2,r=t/Math.tan(s),n=e/Math.tan(i);return Math.max(Math.abs(n),Math.abs(r))}get_zoom_to_fit_box(e,t){if(t.isOrthographicCamera){e.getSize(this.tmp_size);const t=this.tmp_size.x,s=this.tmp_size.y,i=t/s;return Le.aspect_ratio/i>1?Le.height/s:Le.width/t}{const t=new c;return e.getSize(t),this.get_zoom_to_fit_rect(t.x,t.y)}}get_html_screen_pos(e,t){t=t||Pe.current;const s=new c;return e.getWorldPosition(s),s.project(t),s.x=(.5*s.x+.5)*Le.width,s.y=(1-(.5*s.y+.5))*Le.height,s}world_pos_to_screen(e,t){t=t||Pe.current;const s=new c;return s.copy(e),s.project(t),s.x=(.5*s.x+.5)*Le.width,s.y=(1-(.5*s.y+.5))*Le.height,s}update_projection(e){e.left=-Le.width/2,e.right=Le.width/2,e.top=Le.height/2,e.bottom=-Le.height/2,e.aspect=Le.aspect_ratio,e.updateProjectionMatrix(!0)}fit_bounding_box_points(e,t,s=1){const i=new c;i.copy(t.max).sub(t.min);const r=t.min.clone(),n=r.clone().add(new c(i.x,0,0)),o=r.clone().add(new c(0,i.y,0)),a=r.clone().add(new c(0,0,i.z)),_=r.clone().add(new c(i.x,0,i.z)),l=r.clone().add(new c(0,i.y,i.z)),h=t.max.clone(),u=r.clone().add(new c(i.x,i.y,0));return this.fit_points(e,[r,n,o,a,_,l,h,u],s)}fit_points(e,t,s=1){if(e.isPerspectiveCamera){const i=new c(0,0,-1).applyQuaternion(e.quaternion),r=i.clone().multiplyScalar(-1),n=new jt,o=Le.aspect_ratio,a=n.fit_points(t,e.quaternion,e.fov*s,o),_=(new L).setFromPoints(t),l=new c;_.getCenter(l);const h=(new j).setFromNormalAndCoplanarPoint(r,l),u=new q(a,i),d=new c;u.intersectPlane(h,d);return{zoom:a.distanceTo(d),reference_position:d,camera_position:a}}{const i=(new Ot).fit_points(t,this.reference_rotation,e.fov*s,Le.aspect_ratio);this.reference_position.copy(i.center),this.reference_zoom=i.distance_to_center;const r=new c(0,0,1).applyQuaternion(e.quaternion);return{zoom:i.distance_to_center,reference_position:i.center,camera_position:r.multiplyScalar(i.distance_to_center)}}}};const Nt=new class{constructor(){}init(e){Pe.init(),It.init(e),Tt.init(),Dt.init(),Xe.init(),Ut.init(),Ve.init(),De.init(),Le.init(),mt.init(),kt.init()}dispose(e){Ne.dispose(),De.dispose(),e.dispose()}};class Et{constructor(){this.on_key_down=e=>{90===e.keyCode&&e.ctrlKey&&!this.ctrlz_fired&&(this.ctrlz_pressed=!0,this.ctrlz_fired=!0),e.code&&this.press_key(e.code)},this.on_key_up=e=>{this.release_key(e.code)}}init(e){this.ctrlz_pressed=!1,this.ctrlz_fired=!1,this.keys={},this.keys_keys=[],this.container=e,this.container.addEventListener("keydown",this.on_key_down,!1),this.container.addEventListener("keyup",this.on_key_up,!1)}clear(){this.ctrlz_pressed=!1;for(let e=0;e<this.keys_keys.length;e++)this.keys[this.keys_keys[e]].pressed=!1,this.keys[this.keys_keys[e]].released=!1}release_key(e){const t=this.keys[e];t&&(t.fired=!1,t.down=!1,t.released=!0)}release_keys(){this.ctrlz_fired=!1;for(let e=0;e<this.keys_keys.length;e++)this.keys[this.keys_keys[e]].fired=!1,this.keys[this.keys_keys[e]].down=!1}press_key(e){const t=this.keys[e];t&&(!1===t.down&&(t.pressed=!0),t.down=!0,t.fired=!0)}is_key_pressed(e){const t=this.keys[e];return!!t&&t.pressed}is_key_down(e){const t=this.keys[e];return!!t&&t.down}is_key_released(e){const t=this.keys[e];return!!t&&t.released}register_key(e){this.keys[e]={key_name:e,pressed:!1,down:!1,fired:!1,released:!1},this.keys_keys=Object.keys(this.keys)}unregister_key(e){delete this.keys[e]}dispose(){this.container.removeEventListener("keydown",this.on_key_down,!1),this.container.removeEventListener("keyup",this.on_key_up,!1)}}class qt extends _{constructor(e,t,s,i,n,o){super(e,t,s,i,n,o),this.clear_color=new r("#000000"),this.clear_alpha=1}copy(e){return super.copy(e),this.clear_color.copy(e.clear_color),this.clear_alpha=e.clear_alpha,this}}class Vt extends e{constructor(){super({uniforms:{},vertexShader:"#define GLSLIFY 1\nvarying vec3 v_normal;void main(){gl_Position=projectionMatrix*modelViewMatrix*vec4(position,1.0);v_normal=(modelMatrix*vec4(normal,0.0)).xyz;}",fragmentShader:"#define GLSLIFY 1\nvarying vec3 v_normal;void main(){gl_FragColor=vec4(v_normal*0.5+vec3(0.5),1.0);}"})}}class Bt extends ke{constructor(){super()}render(){Ne.clear(void 0,Pe.current,!0,!0),Ne.render(De.current,Pe.current,void 0,new Vt)}}var Yt="#define GLSLIFY 1\nvarying vec2 vUv;varying vec4 vRay;uniform mat4 _InverseProjMatrix;void main(){gl_Position=vec4(uv*2.0-1.0,1.0,1.0);vRay=_InverseProjMatrix*vec4(uv*2.0-1.0,1.0,1.0);vUv=uv;}";class Gt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;uniform float _FarPlane;varying vec2 vUv;varying vec4 vRay;vec3 decode_normal(vec4 enc){float scale=1.7777;vec3 nn=enc.xyz*vec3(2.0*scale,2.0*scale,0.0)+vec3(-scale,-scale,1.0);float g=2.0/dot(nn.xyz,nn.xyz);vec3 n;n.xy=g*nn.xy;n.z=g-1.0;return n;}float DecodeFloatRG(vec2 enc){vec2 kDecodeDot=vec2(1.0,1.0/255.0);return dot(enc,kDecodeDot);}vec3 DecodeNormal(vec2 uv){vec4 depthNormal=texture2D(_MainTex,uv);vec3 normalValue=normalize(decode_normal(vec4(depthNormal.zw,0.,0.)));return normalize(normalValue);}vec3 DecodeViewPos(vec2 uv){vec2 depth=texture2D(_MainTex,uv).xy;return DecodeFloatRG(depth)*(vRay.xyz/vRay.w);}void main(){vec3 viewPos=DecodeViewPos(vUv);vec3 normalValue=DecodeNormal(vUv);float vDepth=clamp(0.0,1.0,length(viewPos)/_FarPlane);vDepth=length(viewPos)/_FarPlane;gl_FragColor=vec4(vDepth,vDepth,vDepth,1.0);}",Yt),this.uniforms._FarPlane={value:1},this.uniforms._InverseProjMatrix={value:new E}}}class Qt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform sampler2D _AO;uniform vec2 _Resolution;uniform vec2 _SampleDir;varying vec2 vUv;void main(){gl_FragColor.rgb=texture2D(_MainTex,vUv).rgb*(1.0-texture2D(_AO,vUv).r);gl_FragColor.a=1.0;}"),this.uniforms._AO={value:void 0}}}class Wt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform mat4 _InverseProjMatrix;uniform float _Bias;uniform float _Radius;uniform vec2 _Resolution;uniform float _FarPlane;varying vec2 vUv;varying vec4 vRay;uniform vec3 _SampleKernel[64];uniform sampler2D _RandomRotation;uniform mat4 _ProjectionMatrix;vec3 decode_normal(vec4 enc){float scale=1.7777;vec3 nn=enc.xyz*vec3(2.0*scale,2.0*scale,0.0)+vec3(-scale,-scale,1.0);float g=2.0/dot(nn.xyz,nn.xyz);vec3 n;n.xy=g*nn.xy;n.z=g-1.0;return n;}float DecodeFloatRG(vec2 enc){vec2 kDecodeDot=vec2(1.0,1.0/255.0);return dot(enc,kDecodeDot);}vec3 DecodeNormal(vec2 uv){vec2 encoded_normal=texture2D(_MainTex,uv).zw;vec3 normalValue=normalize(decode_normal(vec4(encoded_normal,0.,0.)));return normalize(normalValue);}vec3 DecodeViewPos(vec2 uv){vec2 depth=texture2D(_MainTex,uv).xy;vec4 inv_proj=_InverseProjMatrix*vec4(vUv*2.0-1.0,1.0,1.0);return DecodeFloatRG(depth)*(vRay.xyz/vRay.w);}void main(){vec2 noiseScale=vec2(_Resolution.x/4.0,_Resolution.y/4.0);vec3 fragPos=DecodeViewPos(vUv);vec3 normal=DecodeNormal(vUv);vec3 randomVec=texture2D(_RandomRotation,vUv*noiseScale).xyz;randomVec=vec3(randomVec.xy*2.0-1.0,0);randomVec=normalize(randomVec);vec3 tangent=normalize(randomVec-normal*dot(randomVec,normal));vec3 bitangent=normalize(cross(normal,tangent));mat3 TBN=mat3(tangent,bitangent,normal);float occlusion=0.0;const int kernelSize=64;for(int i=0;i<kernelSize;++i){vec3 sample=TBN*_SampleKernel[i];sample=fragPos+sample*_Radius;vec4 projPos=_ProjectionMatrix*vec4(sample,1.0);vec2 screenPos=projPos.xy/projPos.w;screenPos=screenPos*0.5+0.5;float sampled_depth=DecodeViewPos(screenPos).z;float rangeCheck=smoothstep(0.0,1.0,_Radius/abs(fragPos.z-sampled_depth));occlusion+=step(sample.z+_Bias,sampled_depth)*rangeCheck;}occlusion=(occlusion/float(kernelSize));gl_FragColor.rgb=vec3(occlusion,occlusion,occlusion);gl_FragColor.a=1.0;}",Yt),this.uniforms._InverseProjMatrix={value:new E},this.uniforms._ProjectionMatrix={value:new E},this.uniforms._Bias={value:.0125},this.uniforms._Radius={value:.3},this.uniforms._FarPlane={value:100},this.uniforms._SampleKernel={value:this.__get_sample_kernel()},this.uniforms._RandomRotation={value:this.__get_rotation_kernel()}}__get_sample_kernel(){const e=[];for(let t=0;t<64;t++){const s=new c(2*Math.random()-1,2*Math.random()-1,Math.random());s.normalize();let i=t/64;i=at.lerp(.1,1,i*i),s.multiplyScalar(i),e.push(s)}return e}__get_rotation_kernel(){const e=new Uint8Array(48);for(let t=0;t<16;t++)e[3*t+1]=Math.floor(255*Math.random()),e[3*t+2]=Math.floor(255*Math.random()),e[3*t+3]=0;const t=new V(e,4,4,B);return t.wrapS=Y,t.wrapT=Y,t.needsUpdate=!0,t}}class Xt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;uniform vec2 _SampleDir;varying vec2 vUv;void main(){vec4 sum=vec4(0.,0.,0.,0.);vec2 dir=(0.5/_Resolution)*_SampleDir;float _Distance=2.0;sum+=texture2D(_MainTex,vUv+dir*-4.*_Distance)*0.0525;sum+=texture2D(_MainTex,vUv+dir*-3.*_Distance)*0.075;sum+=texture2D(_MainTex,vUv+dir*-2.*_Distance)*0.110;sum+=texture2D(_MainTex,vUv+dir*-1.*_Distance)*0.150;sum+=texture2D(_MainTex,vUv+dir*0.*_Distance)*0.225;sum+=texture2D(_MainTex,vUv+dir*1.*_Distance)*0.150;sum+=texture2D(_MainTex,vUv+dir*2.*_Distance)*0.110;sum+=texture2D(_MainTex,vUv+dir*3.*_Distance)*0.075;sum+=texture2D(_MainTex,vUv+dir*4.*_Distance)*0.0525;gl_FragColor=vec4(sum);}"),this.uniforms._SampleDir={value:new t}}}class Ht{constructor(){this.RT1=new h(1,1),this.RT2=new h(1,1),this.box_blur_mat=new Xt}blur(e){e.width===this.RT1.width&&e.height===this.RT1.height||(this.RT1.setSize(e.width,e.height),this.RT2.setSize(e.width,e.height)),this.box_blur_mat.uniforms._SampleDir.value.set(1,0),Ne.blit(e,this.RT1,this.box_blur_mat),this.box_blur_mat.uniforms._SampleDir.value.set(0,1),Ne.blit(this.RT1,e,this.box_blur_mat)}}class Kt extends ke{constructor(e=!1){super(),this.ssao_mat=new Wt,this.ssao_compose_mat=new Qt,this.debug_normals=new Gt,this.ssaa=e?2:1,this.main_RT=new h(Le.width*this.ssaa,Le.height*this.ssaa),this.SSAO_RT=new h(Le.width,Le.height),this.blurrer=new Ht,Ne.generate_depth_normal_texture=!0}render(){this.__check_RT_size(),Ne.clear(this.main_RT,Pe.current,!0,!1),Ne.render(De.current,Pe.current,this.main_RT),this.__update_uniforms(),Ne.blit(Ne.depth_normals_RT,this.SSAO_RT,this.ssao_mat),this.blurrer.blur(this.SSAO_RT),Ne.blit(this.SSAO_RT,void 0),this.ssao_compose_mat.uniforms._AO.value=this.SSAO_RT.texture,Ne.blit(this.main_RT,void 0,this.ssao_compose_mat)}__update_uniforms(){this.ssao_mat.uniforms._InverseProjMatrix.value=Pe.current.projectionMatrix.clone().invert(),this.ssao_mat.uniforms._ProjectionMatrix.value=Pe.current.projectionMatrix.clone(),this.ssao_mat.uniforms._FarPlane.value=Pe.current.far}__check_RT_size(){this.main_RT.width===Le.width*this.ssaa&&this.main_RT.height===Le.height*this.ssaa||(this.main_RT.setSize(Le.width*this.ssaa,Le.height*this.ssaa),this.SSAO_RT.setSize(Le.width,Le.height))}}class $t extends ke{constructor(){super()}render(){Ne.clear(void 0,Pe.current,!0,!0),De.current.on_pre_render(),De.current.render(),De.current.on_post_render()}}class Zt extends Se{constructor(e){super("#define GLSLIFY 1\n#include <common>\nvarying vec2 vUv;uniform sampler2D _MainTex;uniform vec2 texSize;uniform vec2 direction;uniform float radius;float gaussianPdf(in float x,in float sigma){return 0.39894*exp(-0.5*x*x/(sigma*sigma))/sigma;}vec4 sampleTex(sampler2D tex,vec2 uv){vec4 col=texture2D(tex,uv);\n#ifndef USE_LINEAR_COLOR_SPACE\ncol.rgb=pow(col.rgb,vec3(2.2));\n#endif\nreturn col;}void main(){vec2 invSize=1.0/texSize;float fSigma=float(SIGMA);float weightSum=gaussianPdf(0.0,fSigma);vec4 diffuseSum=sampleTex(_MainTex,vUv)*weightSum;for(int i=1;i<KERNEL_RADIUS;i++){float x=float(i);float w=gaussianPdf(x,fSigma);vec2 uvOffset=direction*invSize*x*radius;vec4 sample1=sampleTex(_MainTex,vUv+uvOffset);vec4 sample2=sampleTex(_MainTex,vUv-uvOffset);diffuseSum+=(sample1+sample2)*w;weightSum+=2.0*w;}gl_FragColor=vec4(diffuseSum/weightSum);\n#ifndef USE_LINEAR_COLOR_SPACE\ngl_FragColor.rgb=pow(gl_FragColor.rgb,vec3(0.4545));\n#endif\n}",void 0,{KERNEL_RADIUS:e,SIGMA:e}),this.uniforms.texSize={value:new t(.5,.5)},this.uniforms.direction={value:new t(.5,.5)},this.uniforms.radius={value:1},this.defines.USE_LINEAR_COLOR_SPACE=!0}set_size(e,t){this.uniforms.texSize.value.x=e,this.uniforms.texSize.value.y=t}set_direction(e,t){this.uniforms.direction.value.set(e,t)}set_radius(e=1){this.uniforms.radius.value=e}}class Jt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec3 defaultColor;uniform float defaultOpacity;uniform float luminosityThreshold;uniform float smoothWidth;varying vec2 vUv;vec4 sampleTex(sampler2D tex,vec2 uv){vec4 col=texture2D(tex,uv);\n#ifndef USE_LINEAR_COLOR_SPACE\ncol.rgb=pow(col.rgb,vec3(2.2));\n#endif\nreturn col;}void main(){vec4 texel=sampleTex(_MainTex,vUv);vec3 luma=vec3(0.299,0.587,0.114);float v=dot(texel.xyz,luma);vec4 outputColor=vec4(defaultColor.rgb,defaultOpacity);float alpha=smoothstep(luminosityThreshold,luminosityThreshold+smoothWidth,v);gl_FragColor=mix(outputColor,texel,alpha);\n#ifndef USE_LINEAR_COLOR_SPACE\ngl_FragColor.rgb=pow(gl_FragColor.rgb,vec3(0.4545));\n#endif\n}"),this.uniforms.luminosityThreshold={value:.23},this.uniforms.smoothWidth={value:.01},this.uniforms.defaultColor={value:new r("#000000")},this.uniforms.defaultOpacity={value:0},this.defines.USE_LINEAR_COLOR_SPACE=!0}set_threshold(e){this.uniforms.luminosityThreshold.value=e}}class es{constructor(e=!1){this.current_width=1,this.current_height=1,this.separableBlurMaterials=[],this.renderTargetsHorizontal=[],this.renderTargetsVertical=[],this.use_half_float=e,this.nMips=5,this.kernelSizeArray=[3,5,7,9,11],this.rt_pars={minFilter:G,magFilter:G,format:B,type:e?Q:W,colorSpace:e?X:g},this.renderTargetBright=new h(1,1,this.rt_pars),this.renderTargetBright.texture.generateMipmaps=!1,this.init_materials(),this.init_RT(),this.luminosity_high_pass_mat=new Jt}blur(e,t){this.resize_RT(e.width,e.height);let s=e;t&&(Ne.blit(e,this.renderTargetBright,this.luminosity_high_pass_mat),s=this.renderTargetBright);for(let e=0;e<this.nMips;e++){const t=this.separableBlurMaterials[e];t.set_direction(1,0),Ne.blit(s,this.renderTargetsHorizontal[e],t),t.set_direction(0,1),Ne.blit(this.renderTargetsHorizontal[e],this.renderTargetsVertical[e],t),s=this.renderTargetsVertical[e]}}get_blurred_texture(){return this.renderTargetsHorizontal[0].texture}get_blurred_RT(){return this.renderTargetsHorizontal[0]}init_RT(){this.dispose_RT(),this.renderTargetBright.setSize(1,1);for(let e=0;e<this.nMips;e++){const e=new h(1,1,this.rt_pars),t=new h(1,1,this.rt_pars);e.texture.generateMipmaps=!1,t.texture.generateMipmaps=!1,e.texture.colorSpace=this.rt_pars.colorSpace,t.texture.colorSpace=this.rt_pars.colorSpace,this.renderTargetsHorizontal.push(e),this.renderTargetsVertical.push(t)}}resize_RT(e,t){if(this.current_width===e&&this.current_height===t)return;this.current_width=e,this.current_height=t;let s=Math.round(e/2),i=Math.round(t/2);this.renderTargetBright.setSize(s,i);for(let e=0;e<this.nMips;e++)this.renderTargetsVertical[e].setSize(s,i),this.renderTargetsHorizontal[e].setSize(s,i),this.separableBlurMaterials[e].set_size(s,i),s=Math.round(s/2),i=Math.round(i/2)}init_materials(){this.dispose_materials();for(let e=0;e<this.nMips;e++)this.separableBlurMaterials.push(new Zt(this.kernelSizeArray[e]))}set_radius(e){for(let t=0;t<this.separableBlurMaterials.length;t++)this.separableBlurMaterials[t].set_radius(e)}set_luminosity_threshold(e){this.luminosity_high_pass_mat.set_threshold(e)}dispose_materials(){for(let e=0;e<this.separableBlurMaterials.length;e++)this.separableBlurMaterials[e].dispose();this.separableBlurMaterials.length=0}dispose_RT(){for(let e=0;e<this.renderTargetsVertical.length;e++)this.renderTargetsHorizontal[e].dispose(),this.renderTargetsVertical[e].dispose();this.renderTargetBright.dispose(),this.renderTargetsHorizontal.length=0,this.renderTargetsVertical.length=0}}class ts extends ke{constructor(e,t,s,i=!1){super(),this.add_mat=new Me(t);const r={samples:e?8:1,type:t?Q:W,format:B,colorSpace:X,minFilter:x,magFilter:x};this.use_rendering_size=i,this.main_RT=new h(1,1,r),this.main_RT.texture.colorSpace=X,this.main_RT.texture.minFilter=x,this.main_RT.texture.magFilter=x,this.bloom_compose_mat=new Re(5,t),this.blurrer=new es(t),this.use_hight_luminosity_pass=s,this.luminosity_threshold=.5}on_enter(){this.bloom_compose_mat.set_blur_texture_0(this.blurrer.renderTargetsVertical[0].texture),this.bloom_compose_mat.set_blur_texture_1(this.blurrer.renderTargetsVertical[1].texture),this.bloom_compose_mat.set_blur_texture_2(this.blurrer.renderTargetsVertical[2].texture),this.bloom_compose_mat.set_blur_texture_3(this.blurrer.renderTargetsVertical[3].texture),this.bloom_compose_mat.set_blur_texture_4(this.blurrer.renderTargetsVertical[4].texture),this.add_mat.set_add_texture(this.blurrer.renderTargetsHorizontal[0].texture)}render(){this.__check_RT_size(),Ne.clear(this.main_RT,Pe.current,!0,!1),Ne.render(De.current,Pe.current,this.main_RT),this.blurrer.blur(this.main_RT,this.use_hight_luminosity_pass),Ne.material_pass(this.bloom_compose_mat,this.blurrer.renderTargetsHorizontal[0]),Ne.blit(this.main_RT,void 0,this.add_mat)}set_bloom_strength(e){this.bloom_compose_mat.set_bloom_strength(e)}set_bloom_radius(e){this.blurrer.set_radius(e)}set_luminosity_threshold(e){this.blurrer.set_luminosity_threshold(e)}set_tint_color_0(e){this.bloom_compose_mat.set_tint_color_0(e)}set_tint_color_1(e){this.bloom_compose_mat.set_tint_color_1(e)}set_tint_color_2(e){this.bloom_compose_mat.set_tint_color_2(e)}set_tint_color_3(e){this.bloom_compose_mat.set_tint_color_3(e)}set_tint_color_4(e){this.bloom_compose_mat.set_tint_color_4(e)}__check_RT_size(){const e=this.use_rendering_size?Le.render_width:Le.width,t=this.use_rendering_size?Le.render_height:Le.height;this.main_RT.width===e&&this.main_RT.height===t||this.main_RT.setSize(e,t)}}class ss extends ke{constructor(){super()}render(){De.current.on_pre_render&&De.current.on_pre_render(),De.current.render?De.current.render():Ne.render(De.current,Pe.current,Ne._renderer.getRenderTarget()),this.render_spectator_camera(),De.current.on_post_render&&De.current.on_post_render()}render_spectator_camera(){const e=Pe.spectator;if(e&&Ne._renderer.xr.isPresenting){const t=Ne._renderer.xr.getCamera();e.projectionMatrix.copy(Pe.current.projectionMatrix),e.position.copy(t.position),e.quaternion.copy(t.quaternion);const s=Ne._renderer.getRenderTarget();Ne._renderer.xr.isPresenting=!1,Ne._renderer.setRenderTarget(null),Ne._renderer.render(De.current,e),Ne._renderer.setRenderTarget(s),Ne._renderer.xr.isPresenting=!0}}}const is=new class{constructor(){this.components=[],this.enabled_components=new Set}update(){this.__set_components_opacities();for(const e of this.enabled_components)e.update(vt.current_state_data)}register_component(e){this.components.push(e)}enable_component(e){this.enabled_components.add(e)}disable_component(e){this.enabled_components.delete(e)}get_component_by_name(e){console.warn("DEPRECATED. Use ViewComponentManager.get instead"),this.get(e)}get(e){for(let t=0;t<this.components.length;t++)if(this.components[t].name===e)return this.components[t];console.error("[ViewComponentManager.get] no component found for: ",e)}__set_components_opacities(){for(let e=0;e<this.components.length;e++)this.components[e].set_opacity(vt.current_state_data)}};class rs{constructor(e,t,s){e=e||new Te,this.target_application=e,this.graphics=t,this.input=s,this.is_running=!1,this.frames_passed=0,this.time_accumulator=0}update(e){if(this.is_running){for(mt.__update(e),1===this.frames_passed&&this.target_application.on_post_start(),this.input.update(),this.time_accumulator+=mt.delta_time,this.target_application.before_update(),vt.before_update();this.time_accumulator>mt.fixed_delta_time;)this.target_application.fixed_update(),vt.fixed_update(),this.time_accumulator-=mt.fixed_delta_time;mt.__set_frame_interpolation(this.time_accumulator/mt.fixed_delta_time),this.target_application.update(),vt.update(),wt.update(),is.update(),this.target_application.on_pre_render(),this.graphics.update(),this.target_application.on_post_render(),kt.render(this.graphics),this.target_application.on_frame_end(),this.frames_passed++,this.input.clear(),kt.clear()}}start(){this.is_running||(0===this.frames_passed&&this.target_application.on_enter(this),this.is_running=!0,this.graphics._renderer.setAnimationLoop(this.update.bind(this)))}stop(){!1!==this.is_running&&(this.is_running=!1,this.target_application.on_exit(this),this.graphics._renderer.setAnimationLoop(null))}set_state(e){this.target_application.on_exit(this),this.target_application=e,this.target_application.on_enter(this)}dispose(){this.stop(),this.frames_passed=0}}const ns=new class{init(){console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.init()}update_position(e,t){console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.update_position(e,t)}update(){console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.update()}update_size(e,t){console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.update_size(e,t)}apply_pixel_density_v2(e){return console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.apply_pixel_density_v2(e)}apply_pixel_density(e){return console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.apply_pixel_density(e)}get_pixel_size(){return console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.get_pixel_size()}get aspect_ratio(){return console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.aspect_ratio}};class os{constructor({name:e,container:t}){this.name=e,this.container=t,this.hidden=!0,is.register_component(this)}start(){}on_enter(){this.container.classList.remove("hidden"),is.enable_component(this),this.hidden=!1}update(e){}on_exit(){this.container.classList.add("hidden"),is.disable_component(this),this.hidden=!0}set_opacity(e){this.container.style.opacity=e[`${this.name}_opacity`],this.toggle_hidden()}toggle_hidden(){this.container.style.opacity>.001?this.hidden&&this.on_enter():this.hidden||this.on_exit()}}class as extends o{constructor(e,t,s,i){e=e||1,t=t||1,s=s||"#FF0000",i=i||new k({color:s});const r=new a(e,t);r.rotateX(-1.57),super(r,i)}}class _s extends o{constructor(e,t,s,i){e=e||1,t=t||1,s=s||"#FF0000",i=i||new k({color:s});super(new a(e,t),i)}}class ls{constructor(){}static merge_from_to(e,t){t.push.apply(t,e)}static expand_vec3_array(e,t){const s=t-e.length;for(let t=0;t<s;t++)e.push(e[t].clone())}static remove_elem(e,t){const s=e.indexOf(t);s>-1&&e.splice(s,1)}static get_closest_point(e,t){let s=e[0],i=s.distanceTo(t);for(let r=1;r<e.length;r++)e[r].distanceTo(t)<i&&(s=e[r],i=e[r].distanceTo(t));return s}static object_values_to_array(e){const t=Object.keys(e),s=[];for(let i=0;i<t.length;i++)s.push(e[t[i]]);return s}}class hs{constructor(){this.sphere=new O}fit_points(e,t,s,i){this.sphere.setFromPoints(e);const r=at.degToRad(s/2),n=2*Math.atan(Math.tan(r)*i)/2,o=this.get_up_plane_normal(t,r),a=this.get_down_plane_normal(t,r),_=this.get_left_plane_normal(t,n),l=this.get_right_plane_normal(t,n),h=new c(0,0,-1).applyQuaternion(t),u=this.sphere.center.clone(),d=this.get_distance_to_fit_rect(2*this.sphere.radius,2*this.sphere.radius,s,i),p=u.clone().add(h.clone().multiplyScalar(-1*d)),m=(new j).setFromNormalAndCoplanarPoint(o,p),g=(new j).setFromNormalAndCoplanarPoint(a,p),f=(new j).setFromNormalAndCoplanarPoint(_,p),v=(new j).setFromNormalAndCoplanarPoint(l,p);this.apply_center_correction_to_pos(p,e,t,m,g,f,v),m.setFromNormalAndCoplanarPoint(o,p),g.setFromNormalAndCoplanarPoint(a,p),f.setFromNormalAndCoplanarPoint(_,p),v.setFromNormalAndCoplanarPoint(l,p);let w=1/0;const y=h.clone().multiplyScalar(-2*d);for(let t=0;t<e.length;t++){const s=new I(e[t].clone(),e[t].clone().add(y)),i=new c,r=new c,n=new c,o=new c;m.intersectLine(s,i),g.intersectLine(s,r),f.intersectLine(s,n),v.intersectLine(s,o),i.length()<1e-4&&console.log("up intersection not found",t),r.length()<1e-4&&console.log("down intersection not found",t),n.length()<1e-4&&console.log("left intersection not found",t),o.length()<1e-4&&console.log("right intersection not found",t);const a=e[t].clone().sub(i).length(),_=e[t].clone().sub(r).length(),l=e[t].clone().sub(n).length(),h=e[t].clone().sub(o).length(),u=Math.min(a,_),d=Math.min(l,h),p=Math.min(u,d);p<w&&(w=p)}const b=h.clone().multiplyScalar(w);return p.clone().add(b)}apply_center_correction_to_pos(e,t,s,i,r,n,o){const a=this.get_vertical_correction(t,r,i,s),_=this.get_hozirontal_correction(t,n,o,s);e.add(a),e.add(_)}get_vertical_correction(e,t,s,i){let r,n,o=1/0,a=1/0;const _=new c(0,1,0).applyQuaternion(i);for(let i=0;i<e.length;i++){const l=new I(e[i].clone(),e[i].clone().add(_.clone().multiplyScalar(-5e6))),h=new I(e[i].clone(),e[i].clone().add(_.clone().multiplyScalar(5e6))),u=new c,d=new c;t.intersectLine(l,u),s.intersectLine(h,d);const p=u.distanceTo(e[i]),m=d.distanceTo(e[i]);d.length()<1e-4&&console.log("vertical up intersection not found",i),u.length()<1e-4&&console.log("vertical down intersection not found",i),p<a&&(a=p,n=e[i]),m<o&&(o=m,r=e[i])}console.log(r,n);const l=(o-a)/2;return _.clone().multiplyScalar(-l)}get_hozirontal_correction(e,t,s,i){let r,n,o=1/0,a=1/0;const _=new c(1,0,0).applyQuaternion(i);for(let i=0;i<e.length;i++){const l=new I(e[i].clone(),e[i].clone().add(_.clone().multiplyScalar(-5e6))),h=new I(e[i].clone(),e[i].clone().add(_.clone().multiplyScalar(5e6))),u=new c,d=new c;t.intersectLine(l,u),s.intersectLine(h,d);const p=u.distanceTo(e[i]),m=d.distanceTo(e[i]);u.length()<1e-4&&console.log("left intersection not found",i),d.length()<1e-4&&console.log("right intersection not found",i),p<a&&(a=p,n=e[i]),m<o&&(o=m,r=e[i])}const l=(o-a)/2;return console.log(r,n),_.clone().multiplyScalar(-l)}get_up_plane_normal(e,t){const s=new c(0,-1,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(1,0,0),t)),s.applyQuaternion(e),s}get_down_plane_normal(e,t){const s=new c(0,1,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(1,0,0),-t)),s.applyQuaternion(e),s}get_left_plane_normal(e,t){const s=new c(1,0,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(0,1,0),t)),s.applyQuaternion(e),s}get_right_plane_normal(e,t){const s=new c(-1,0,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(0,1,0),-t)),s.applyQuaternion(e),s}get_distance_to_fit_rect(e,t,s,i){const r=s/2*Math.PI/180,n=2*Math.atan(Math.tan(r)*i)/2,o=t/Math.tan(r),a=e/Math.tan(n);return Math.max(Math.abs(a),Math.abs(o))}}class cs{static convert_to_non_indexed_geometry(e){const t=e.index,s=e.getAttribute("position"),i=[];for(let e=0;e<t.count;e+=3)i.push(s.getX(t.array[e+0])),i.push(s.getY(t.array[e+0])),i.push(s.getZ(t.array[e+0])),i.push(s.getX(t.array[e+1])),i.push(s.getY(t.array[e+1])),i.push(s.getZ(t.array[e+1])),i.push(s.getX(t.array[e+2])),i.push(s.getY(t.array[e+2])),i.push(s.getZ(t.array[e+2]));const r=new M;return r.setAttribute("position",new H(new Float32Array(i),3)),cs.add_barycentric_attribute(r),r}static add_barycentric_attribute(e){const t=[],s=e.getAttribute("position");for(let e=0;e<s.count;e+=3)t.push(1),t.push(0),t.push(0),t.push(0),t.push(1),t.push(0),t.push(0),t.push(0),t.push(1);e.setAttribute("barycentric",new H(new Float32Array(t),3))}}class us{static load_images(e){const t=e.querySelectorAll("img");for(let e=0;e<t.length;e++){const s=t[e];s.dataset.src&&(s.src=s.dataset.src)}const s=e.querySelectorAll("object");for(let e=0;e<s.length;e++){const t=s[e];t.dataset.src&&(t.data=t.dataset.src)}}static load_videos(e){const t=e.querySelectorAll("video");for(let e=0;e<t.length;e++){const s=t[e];s.dataset.src&&(s.src=s.dataset.src)}}static load_iframes(e){const t=e.querySelectorAll("iframe");for(let e=0;e<t.length;e++){const s=t[e];s.dataset.src&&(s.src=s.dataset.src)}}static load_elements(e,t){const s=e.querySelectorAll(t);for(let e=0;e<s.length;e++){const t=s[e];t.dataset.src&&(t.src=t.dataset.src)}}}class ds{constructor(){}static get_image_data(e){const t=document.createElement("canvas");t.width=e.width,t.height=e.height;const s=t.getContext("2d");return s.drawImage(e,0,0),s.getImageData(0,0,e.width,e.height)}static get_pixel(e,t,s){const i=4*(t+e.width*s),r=e.data;return new l(r[i+0],r[i+1],r[i+2],r[i+3])}}const ps=new class{constructor(){}sample(e,s){const i=[];let r=99999999;const n=e.getAttribute("position"),o=e.getAttribute("normal"),a=e.getAttribute("tangent"),_=e.getAttribute("uv"),l=e.index,h=[];for(let e=0;e<l.count;e+=3){const s=l.array[e+0],u=l.array[e+1],d=l.array[e+2],p=new c;p.x=n.getX(s),p.y=n.getY(s),p.z=n.getZ(s);const m=new c;m.x=n.getX(u),m.y=n.getY(u),m.z=n.getZ(u);const g=new c;g.x=n.getX(d),g.y=n.getY(d),g.z=n.getZ(d);const f={a:p,b:m,c:g,normal:void 0,tangent:void 0,uv_a:void 0,uv_b:void 0,uv_c:void 0};if(o){const e=new c;e.x=o.getX(s),e.y=o.getY(s),e.z=o.getZ(s);const t=new c;t.x=o.getX(u),t.y=o.getY(u),t.z=o.getZ(u);const i=new c;i.x=o.getX(d),i.y=o.getY(d),i.z=o.getZ(d);const r=e.clone().add(t).add(i).normalize();f.normal=r}if(a){const e=new c;e.x=a.getX(s),e.y=a.getY(s),e.z=a.getZ(s);const t=new c;t.x=a.getX(u),t.y=a.getY(u),t.z=a.getZ(u);const i=new c;i.x=a.getX(d),i.y=a.getY(d),i.z=a.getZ(d);const r=e.clone().add(t).add(i).normalize();f.tangent=r}if(_){const e=new t;e.x=_.getX(s),e.y=_.getY(s);const i=new t;i.x=_.getX(u),i.y=_.getY(u);const r=new t;r.x=_.getX(d),r.y=_.getY(d),f.uv_a=e,f.uv_b=i,f.uv_c=r}h.push(f);const v=this.get_face_area(f);r=Math.min(v,r),i.push(v)}const u=this.get_uniform_face_distribution(i,r,h),d=this.select_random_faces(u,s);return this.sample_data_from_faces(d)}sample_data_from_faces(e){const t=[],s=[],i=[],r=[];for(let n=0;n<e.length;n++){const o=e[n],a=Math.random(),_=Math.random();t.push(this.sample_point_in_face(a,_,o.a,o.b,o.c).clone()),o.normal&&s.push(o.normal.clone()),o.tangent&&i.push(o.tangent.clone()),o.uv_a&&r.push(this.sample_point_in_face(a,_,o.uv_a,o.uv_b,o.uv_c).clone())}return{points:t,normals:s,tangents:i,uvs:r}}select_random_faces(e,t){const s=[];for(let i=0;i<t;i++){const t=e[Math.floor(Math.random()*e.length)];s.push(t)}return s}get_uniform_face_distribution(e,t,s){const i=[];for(let r=0;r<e.length;r++){e[r]/=t;const n=Math.floor(Math.round(e[r]));for(let e=0;e<n;e++)i.push(s[r])}return i}get_face_area(e){const t=e.b.clone().sub(e.a),s=e.c.clone().sub(e.a);return t.cross(s).length()/2}sample_point_in_face(e,t,s,i,r){e+t>1&&(e=1-e,t=1-t);const n=1-(e+t);return s.clone().multiplyScalar(e).add(i.clone().multiplyScalar(t)).add(r.clone().multiplyScalar(n))}};const ms=new class{get_mesh(e,t){e.traverse((e=>{e instanceof o&&(e.geometry&&(e.geometry=e.geometry.clone()),t(e))}))}get_geometries(e){const t=[];return this.get_mesh(e,(e=>{t.push(e.geometry)})),t}assign_material(e,t,s){e.traverse((e=>{e instanceof o&&(void 0===s||e.name===s)&&(e.material=t)}))}clone_animated_gltf(e){const t={animations:e.animations,scene:e.scene.clone(!0)},s={};e.scene.traverse((e=>{e.isSkinnedMesh&&(s[e.name]=e)}));const i={},r={};t.scene.traverse((e=>{e.isBone&&(i[e.name]=e),e.isSkinnedMesh&&(r[e.name]=e)}));for(const e in s){const t=s[e].skeleton,n=r[e],o=[];for(let e=0;e<t.bones.length;++e){const s=i[t.bones[e].name];o.push(s)}n.bind(new K(o,t.boneInverses),n.matrixWorld)}return t}set_shadow_config(e,t,s){e.traverse((e=>{e instanceof o&&(e.castShadow=t,e.receiveShadow=s)}))}__find_object(e,t,s){e.traverse((e=>{e.name===t&&s(e)}))}get_object(e,t){let s;return e.traverse((e=>{e.name===t&&(s=e)})),s}get_object_by_type(e,t){let s;return e.traverse((e=>{e.constructor.name===t&&(s=e)})),s}};class gs{static is_object(e){return e&&"object"==typeof e&&!Array.isArray(e)}static merge_deep(e,...t){if(!t.length)return e;const s=t.shift();if(gs.is_object(e)&&gs.is_object(s))for(const t in s)gs.is_object(s[t])?(e[t]||Object.assign(e,{[t]:{}}),gs.merge_deep(e[t],s[t])):Object.assign(e,{[t]:s[t]});return gs.merge_deep(e,...t)}static xml_to_json(e){let t={};if(1===e.nodeType){if(e.attributes.length>0){t["@attributes"]={};for(let s=0;s<e.attributes.length;s++){const i=e.attributes.item(s);t["@attributes"][i.nodeName]=i.nodeValue}}}else 3===e.nodeType&&(t=e.nodeValue);if(e.hasChildNodes())for(let s=0;s<e.childNodes.length;s++){const i=e.childNodes.item(s),r=i.nodeName;if(void 0===t[r])t[r]=this.xml_to_json(i);else{if(void 0===t[r].push){const e=t[r];t[r]=[],t[r].push(e)}t[r].push(this.xml_to_json(i))}}return t}}class fs{constructor(){}static get_random_color(){const e=[0,1,2,3,4,5,6,7,8,9,"A","B","C","D","E","F"];let t="#";for(let s=0;s<6;s++){t+=e[Math.floor(Math.random()*e.length)]}return t}static capitalize(e){const t=e.split(" ");for(let e=0;e<t.length;e++)t[e]=t[e][0].toUpperCase()+t[e].substr(1);return t.join(" ")}static capitalize_first_letter(e){return e.charAt(0).toUpperCase()+e.slice(1)}static snake_to_camelcase(e){return e.toLowerCase().replace(/[-_][a-z0-9]/g,(e=>e.slice(-1).toUpperCase()))}}class vs{constructor(){}time_str_to_ms(e){const t=e.split(":");let s=Number(t[0]);s=60*s*60*1e3;let i=Number(t[1]);i=60*i*1e3;let r=Number(t[2]);return r*=1e3,s+i+r}}class ws{constructor(){}static is_int(e){return Number(e)===e&&e%1==0}static is_float(e){return Number(e)===e&&e%1!=0}static is_number(e){return this.is_int(e)||this.is_float(e)}static is_json(e){try{JSON.parse(e)}catch(e){return!1}return!0}}class ys extends o{constructor(){const{colorNode:e,opacityNode:t}=function(e="#4a4a4a"){const t=de(new r(e)),s=(e=>{const t=fe(e),s=ve(me(0),t.mul(1.5),e);return we(we(s.x,s.y),s.z)})(pe("barycentric","vec3").add(me(1,1,0)));return{colorNode:ge(t,me(0),s),opacityNode:s.oneMinus().mul(.2)}}("#4a4a4a"),s=new ue({transparent:!0,depthWrite:!1});s.colorNode=e,s.opacityNode=t;const i=new a(100,100,100,100);super(cs.convert_to_non_indexed_geometry(i),s),this.rotation.x=-1.57}}class bs extends o{constructor(t){const s=new M;s.setAttribute("position",new H(new Float32Array([]),3)),s.setAttribute("next_position",new H(new Float32Array([]),3)),s.setAttribute("previous_position",new H(new Float32Array([]),3)),s.setAttribute("orientation",new H(new Float32Array([]),1)),s.setAttribute("coverage",new H(new Float32Array([]),1));const i=new e({uniforms:{_Thickness:{value:.2},_Length:{value:0},_ElapsedTime:{value:0},_Color:{value:new r("#FF0000")}},vertexShader:"#define GLSLIFY 1\nuniform float _Thickness;attribute vec3 next_position;attribute vec3 previous_position;attribute float orientation;attribute float coverage;varying float line_coverage;varying float uv_u;vec3 w_space_normal(vec3 from,vec3 to){vec3 w_from=(modelMatrix*vec4(from,1.0)).xyz;vec3 w_to=(modelMatrix*vec4(to,1.0)).xyz;vec3 z=normalize(w_to-w_from);return normalize(cross(z,normalize(cameraPosition-w_from)));}void main(){mat4 VP=projectionMatrix*viewMatrix;vec3 pos=position;vec3 normal=w_space_normal(next_position,previous_position);pos=(modelMatrix*vec4(pos,1.0)).xyz;pos+=normal*(_Thickness*0.5)*orientation;gl_Position=VP*vec4(pos,1.0);line_coverage=coverage;uv_u=orientation*0.5+0.5;}",fragmentShader:"#define GLSLIFY 1\nuniform float _Length;uniform float _ElapsedTime;uniform float _Thickness;uniform vec3 _Color;varying float line_coverage;varying float uv_u;float aastep(float threshold,float value){\n#ifdef GL_OES_standard_derivatives\nfloat afwidth=length(vec2(dFdx(value),dFdy(value)))*0.70710678118654757;return smoothstep(threshold-afwidth,threshold+afwidth,value);\n#else\nreturn step(threshold,value);\n#endif\n}void main(){float u=(1.0-abs(uv_u*2.0-1.0));float diffuse=dot(vec2(u,u),vec2(0.0,1.0))*0.5+0.5;gl_FragColor=vec4(_Color*diffuse,1.0);}",transparent:!0,depthWrite:!1});super(s,i),this.material=i,t&&this.setup(t)}setup(e){const t=[],s=[],i=[],r=[],n=[];let o=0;for(let a=0;a<e.length;a++){t.push(e[a].x),t.push(e[a].y),t.push(e[a].z),r.push(1),t.push(e[a].x),t.push(e[a].y),t.push(e[a].z),r.push(-1);const _=this.__get_next_position(e,a);s.push(_.x),s.push(_.y),s.push(_.z),s.push(_.x),s.push(_.y),s.push(_.z);const l=this.__get_previous_position(e,a);i.push(l.x),i.push(l.y),i.push(l.z),i.push(l.x),i.push(l.y),i.push(l.z),n.push(o),n.push(o),a<e.length-1&&(o+=e[a].distanceTo(_))}const a=new Float32Array(t),_=new Float32Array(s),l=new Float32Array(i),h=new Float32Array(r),c=new Float32Array(n),u=[];for(let e=0;e<(a.length/3-2)/2;e++){const t=2*e+1;u.push(t),u.push(t+1),u.push(t-1),u.push(t),u.push(t+2),u.push(t+1)}this.geometry.setIndex(u),this.geometry.getAttribute("position").copy(new H(a,3)),this.geometry.getAttribute("next_position").copy(new H(_,3)),this.geometry.getAttribute("previous_position").copy(new H(l,3)),this.geometry.getAttribute("orientation").copy(new H(h,1)),this.geometry.getAttribute("coverage").copy(new H(c,1)),this.geometry.getAttribute("position").needsUpdate=!0,this.geometry.getAttribute("next_position").needsUpdate=!0,this.geometry.getAttribute("previous_position").needsUpdate=!0,this.geometry.getAttribute("orientation").needsUpdate=!0,this.geometry.getAttribute("coverage").needsUpdate=!0,this.material.uniforms._Length.value=o,this._length=o,this.accumulated_length=o}set thickness(e){this.material.uniforms._Thickness.value=e}get thickness(){return this.material.uniforms._Thickness.value}__get_previous_position(e,t){return 0===t?e[1].clone().sub(e[0]).multiplyScalar(-1).add(e[0]):e[t-1]}__get_next_position(e,t){return t===e.length-1?e[e.length-2].clone().sub(e[e.length-1]).multiplyScalar(-1).add(e[e.length-1]):e[t+1]}update(){}distance(){return this.accumulated_length}total_length(){return this.accumulated_length}dispose(){this.geometry.dispose(),this.material.dispose(),this.parent&&this.parent.remove(this)}set color(e){this.material.uniforms._Color.value.set(e)}get color(){return this.material.uniforms._Color.value}copy_color(e){this.material.uniforms._Color.value.copy(e)}}class xs extends o{constructor(s,i){i=i||new t(0,0);const r=new e({uniforms:{_MainTex:{value:s},_ScreenAligned:{value:0},_Scale:{value:1},_Opacity:{value:1}},vertexShader:"#define GLSLIFY 1\nvarying vec2 vUv;uniform float _ScreenAligned;uniform float _Scale;void main(){vec3 pos=position;mat4 local_to_camera=modelViewMatrix;float scale=_Scale;local_to_camera[0]=mix(modelViewMatrix[0],vec4(1.0*scale,0.0,0.0,0.0),_ScreenAligned);local_to_camera[1]=mix(modelViewMatrix[1],vec4(0.0,1.0*scale,0.0,0.0),_ScreenAligned);local_to_camera[2]=mix(modelViewMatrix[2],vec4(0.0,0.0,1.0*scale,0.0),_ScreenAligned);gl_Position=projectionMatrix*local_to_camera*vec4(pos,1.0);vUv=uv;}",fragmentShader:"#define GLSLIFY 1\nuniform sampler2D _MainTex;varying vec2 vUv;uniform float _Opacity;void main(){gl_FragColor=texture2D(_MainTex,vUv);gl_FragColor.a*=_Opacity;}",transparent:!0,depthWrite:!1,side:$}),n=new a(1,1,1);n.translate(-i.x/2,-i.y/2,0);const o=s.image.width/s.image.height;n.scale(o,1,1),super(n,r),this.current_scale=o,this.geometry.computeBoundingBox(),this.tmp_bb_size=new c,this.geometry.boundingBox.getSize(this.tmp_bb_size),this.material=r}update_texture(){this.material.uniforms._MainTex.value.needsUpdate=!0;const e=this.material.uniforms._MainTex.value.image;this.geometry.scale(1/this.current_scale,1,1),this.current_scale=e.width/e.height,this.geometry.scale(this.current_scale,1,1),this.geometry.computeBoundingBox(),this.geometry.boundingBox.getSize(this.tmp_bb_size)}get size(){return this.tmp_bb_size.clone().multiplyScalar(this.scale.x)}set size(e){this.scale.copy(e),this.material.uniforms._Scale.value=e}set screen_aligned(e){this.material.uniforms._ScreenAligned.value=!0===e?1:0}get screen_aligned(){return 1===this.material.uniforms._ScreenAligned.value}set opacity(e){this.material.uniforms._Opacity.value=e}get opacity(){return this.material.uniforms._Opacity.value}dispose(){this.geometry.dispose(),this.parent.remove(this),this.material.uniforms._MainTex.value.dispose(),this.material.dispose()}}class Ts extends xs{constructor(e,t,s,i){const r=new xt,n={font:t,font_color:s||"#000000"},o=r.draw_on_texture(e,n);o.minFilter=Z,o.minFilter=G,o.needsUpdate=!0,super(o,i),this.simple_text_drawer=r,this.canvas_texture=o,this.draw_settings=n}set text(e){this.simple_text_drawer.draw_canvas(e,this.draw_settings),this.update_texture()}get text(){return"not implemented"}}class Ss extends o{constructor(e,t){super(e,t),this.material=t;const s=this;this.onBeforeRender=()=>{"update"in s.material&&"function"==typeof s.material.update&&s.material.update()}}}class Ms extends Ae{constructor(e){super("#define GLSLIFY 1\nattribute vec4 transformsCol0;attribute vec4 transformsCol1;attribute vec4 transformsCol2;attribute vec4 transformsCol3;attribute vec4 glyph_bounds;attribute vec4 plane_bounds;attribute vec4 color;varying vec2 vUv;varying vec4 v_glyph_bounds;varying vec4 v_color;void main(){vec4 pos=vec4(position,1.0);pos.x*=plane_bounds.z;pos.y*=plane_bounds.w;pos.x+=plane_bounds.x;pos.y+=plane_bounds.y;mat4 offset_matrix=mat4(transformsCol0,transformsCol1,transformsCol2,transformsCol3);gl_Position=projectionMatrix*viewMatrix*offset_matrix*pos;vUv=uv;v_glyph_bounds=glyph_bounds;v_color=color;}","#define GLSLIFY 1\nuniform sampler2D _Texture;uniform float _Boldness;varying vec2 vUv;uniform vec2 _AtlasSize;varying vec4 v_glyph_bounds;varying vec4 v_color;float median(float r,float g,float b){return max(min(r,g),min(max(r,g),b));}void main(){float left=v_glyph_bounds.x/_AtlasSize.x;float right=v_glyph_bounds.y/_AtlasSize.x;float top=v_glyph_bounds.z/_AtlasSize.y;float bottom=v_glyph_bounds.w/_AtlasSize.y;float width=abs(right-left);float height=abs(top-bottom);vec2 coord=vec2(vUv.x*width+left,vUv.y*height+top-height);vec4 col=texture2D(_Texture,coord);float sig_dist=median(col.r,col.g,col.b);float _Cutoff=_Boldness;float dist=(_Cutoff-sig_dist);vec2 ddist=vec2(dFdx(dist),dFdy(dist));float pixelDist=dist/length(ddist);float opacity=clamp(0.5-pixelDist,0.0,1.0);gl_FragColor=vec4(v_color.rgb,opacity*v_color.a);}",{_Texture:{value:e},_Boldness:{value:.5},_AtlasSize:{value:new t(1,1)}}),this.transparent=!0,this.depthWrite=!1,this.side=$,e.minFilter=G,e.magFilter=G,e.generateMipmaps=!1}set_atlas_size(e){this.uniforms._AtlasSize.value.copy(e)}set_boldness(e){this.uniforms._Boldness.value=at.lerp(.5,.2,e)}}class zs{constructor(e,s,i){const r=s.right-s.left,n=s.top-s.bottom;this.scale=new t(r,n),this.position=new t(e+s.left,s.bottom),this.atlas_bounds=new l(i.left,i.right,i.top,i.bottom)}}class Fs{constructor(e,s=""){this.glyph_layout=e,this.glyphs=[],this.glyph_is_dirty=!0,this.matrix_is_dirty=!0,this.color_is_dirty=!0,this.position=new c,this.quaternion=new N,this.scale=new c(1,1,1),this.matrix=new E,this.color=new r("#FFFFFF"),this.pivot_point=new t,this.__opacity=1,this.__text=s,this.__generate_glyphs(s)}set text(e){this.__text=e,this.__generate_glyphs(e),this.matrix_is_dirty=!0}get text(){return this.__text}update_matrix(){this.matrix.compose(this.position,this.quaternion,this.scale),this.matrix_is_dirty=!1,this.glyph_is_dirty=!0}clear_glyph_dirty(){this.glyph_is_dirty=!1}clear_color_dirty(){this.color_is_dirty=!1}set_rotation(e=0,t=0){const s=(new N).setFromAxisAngle(new c(0,1,0),e/360*Math.PI*2),i=(new N).setFromAxisAngle(new c(1,0,0),-t/360*Math.PI*2);this.quaternion.copy(s.multiply(i)),this.matrix_is_dirty=!0}set_position(e){this.position.copy(e),this.matrix_is_dirty=!0}set_size(e){this.scale.set(e,e,e),this.matrix_is_dirty=!0}set_color(e){this.color.set(e),this.color_is_dirty=!0}set_pivot(e){this.pivot_point.copy(e),this.update_glyphs()}set opacity(e){this.__opacity=e,this.color_is_dirty=!0}get opacity(){return this.__opacity}update_glyphs(){this.__generate_glyphs(this.text)}__generate_glyphs(e){let s=0;this.glyphs.length=0;for(let t=0;t<e.length;t++){const i=e.charCodeAt(t),r=this.glyph_layout.find((e=>e.unicode===i));if(r){if(r.planeBounds){const e=new zs(s,r.planeBounds,r.atlasBounds);this.glyphs.push(e)}s+=r.advance}}const i=new J,r=this.glyphs[0];i.setFromCenterAndSize(r.position.clone().add(new t(r.scale.x/2,r.scale.y/2)),r.scale);for(let e=1;e<this.glyphs.length;e++){const s=this.glyphs[e],r=(new J).setFromCenterAndSize(s.position.clone().add(new t(s.scale.x/2,s.scale.y/2)),s.scale);i.union(r)}const n=new t;i.getSize(n);for(let e=0;e<this.glyphs.length;e++)this.glyphs[e].position.x-=n.x/2,this.glyphs[e].position.y-=n.y/2,this.glyphs[e].position.x+=n.x/2*this.pivot_point.x,this.glyphs[e].position.y+=n.y/2*this.pivot_point.y;this.glyph_is_dirty=!0}}class As extends o{constructor(e,s){const i=new ee;i.instanceCount=0;const r=new a(1,1);r.translate(.5,.5,0),i.setAttribute("position",new te(r.getAttribute("position").array,3)),i.setAttribute("uv",new te(r.getAttribute("uv").array,2)),i.index=r.index;const n=new se(new Float32Array(8e3),4,!1),o=new se(new Float32Array(8e3),4,!1),_=new se(new Float32Array(8e3),4,!1),l=new se(new Float32Array(8e3),4,!1),h=new se(new Float32Array(8e3),4,!1),c=new se(new Float32Array(8e3),4,!1),u=new se(new Float32Array(8e3),4,!1);n.usage=ie,o.usage=ie,_.usage=ie,l.usage=ie,h.usage=ie,c.usage=ie,u.usage=ie,i.setAttribute("transformsCol0",n),i.setAttribute("transformsCol1",o),i.setAttribute("transformsCol2",_),i.setAttribute("transformsCol3",l),i.setAttribute("glyph_bounds",h),i.setAttribute("plane_bounds",c),i.setAttribute("color",u),super(i,new Ms(s)),this.text_elements=[],this.font_layout=e,this.material.set_atlas_size(new t(e.atlas.width,e.atlas.height)),this.frustumCulled=!1}set_boldness(e){this.material.set_boldness(e)}add_text(e){const t=new Fs(this.font_layout.glyphs,e);return this.text_elements.push(t),t}remove_text(e){ls.remove_elem(this.text_elements,e),this.update(!0)}update(e){const t=this.geometry.getAttribute("glyph_bounds"),s=this.geometry.getAttribute("plane_bounds"),i=this.geometry.getAttribute("transformsCol0"),r=this.geometry.getAttribute("transformsCol1"),n=this.geometry.getAttribute("transformsCol2"),o=this.geometry.getAttribute("transformsCol3"),a=this.geometry.getAttribute("color");let _=!0===e,l=!0===e,h=!0===e,c=0;for(let e=0;e<this.text_elements.length;e++){const u=this.text_elements[e];u.matrix_is_dirty&&(_=!0,u.update_matrix()),u.glyph_is_dirty&&(l=!0,u.clear_glyph_dirty()),u.color_is_dirty&&(h=!0,u.clear_color_dirty());const d=u.matrix,p=u.color,m=u.opacity;for(let e=0;e<u.glyphs.length;e++){const _=u.glyphs[e],l=c;t.setXYZW(l,_.atlas_bounds.x,_.atlas_bounds.y,_.atlas_bounds.z,_.atlas_bounds.w),s.setXYZW(l,_.position.x,_.position.y,_.scale.x,_.scale.y),i.setXYZW(l,d.elements[0],d.elements[1],d.elements[2],d.elements[3]),r.setXYZW(l,d.elements[4],d.elements[5],d.elements[6],d.elements[7]),n.setXYZW(l,d.elements[8],d.elements[9],d.elements[10],d.elements[11]),o.setXYZW(l,d.elements[12],d.elements[13],d.elements[14],d.elements[15]),a.setXYZW(l,p.r,p.g,p.b,m),c++}}this.geometry.instanceCount=c,c>this.max_allocations&&console.error("SDFTextBatch exceeded maximum glyph allocations(max/current): ",this.max_allocations,c,this),_&&(i.needsUpdate=!0,r.needsUpdate=!0,n.needsUpdate=!0,o.needsUpdate=!0),l&&(t.needsUpdate=!0,s.needsUpdate=!0),h&&(a.needsUpdate=!0)}dispose(){this.geometry.dispose(),this.material.dispose()}}class Rs extends ht{constructor(e,t=new c,s=new c(1,1,1),i="linear"){super(i),this.attribute_name=e,this.from=t,this.to=s}update(e,t){const s=this.from.clone();s.lerp(this.to,this.easing_function(t)),e[this.attribute_name].copy(s)}}class ks extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;varying vec2 vUv;void main(){vec4 col=texture2D(_MainTex,vUv);gl_FragColor=col;gl_FragColor.a=col.a;}")}set offset(e){this.uniforms._Offset.value=e}get offset(){return this.uniforms._Offset.value}}class Cs extends Se{constructor(e){super(e?"#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;varying vec2 vUv;vec4 upsample(vec2 uv,vec2 halfpixel){vec4 sum=texture2D(_MainTex,uv+vec2(-halfpixel.x*2.0,0.0));sum+=texture2D(_MainTex,uv+vec2(-halfpixel.x,halfpixel.y))*2.0;sum+=texture2D(_MainTex,uv+vec2(0.0,halfpixel.y*2.0));sum+=texture2D(_MainTex,uv+vec2(halfpixel.x,halfpixel.y))*2.0;sum+=texture2D(_MainTex,uv+vec2(halfpixel.x*2.0,0.0));sum+=texture2D(_MainTex,uv+vec2(halfpixel.x,-halfpixel.y))*2.0;sum+=texture2D(_MainTex,uv+vec2(0.0,-halfpixel.y*2.0));sum+=texture2D(_MainTex,uv+vec2(-halfpixel.x,-halfpixel.y))*2.0;return sum/12.0;}void main(){vec2 half_pixel;half_pixel.x=0.5/_Resolution.x;half_pixel.y=0.5/_Resolution.y;gl_FragColor=upsample(vUv,half_pixel);}":"#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;varying vec2 vUv;vec4 downsample(vec2 uv,vec2 halfpixel){vec4 sum=texture2D(_MainTex,uv)*4.0;sum+=texture2D(_MainTex,uv-halfpixel);sum+=texture2D(_MainTex,uv+halfpixel);sum+=texture2D(_MainTex,uv+vec2(halfpixel.x,-halfpixel.y));sum+=texture2D(_MainTex,uv-vec2(halfpixel.x,-halfpixel.y));return sum/8.0;}void main(){vec2 half_pixel=vec2(0.5/_Resolution.x,0.5/_Resolution.y);gl_FragColor=downsample(vUv,half_pixel);}")}}class Ps{constructor(){this.current_width=1,this.current_height=1,this.RT0=new h(1,1),this.RT1=new h(1,1),this.RT2=new h(1,1),this.RT3=new h(1,1),this.RT4=new h(1,1),this.upscale_blur_mat=new Cs(!0),this.downscale_blur_mat=new Cs(!1),this.alpha_filter_mat=new ks}blur(e){this.check_RT_resize(e.width,e.height),Ne.blit(e,this.RT1,this.alpha_filter_mat),Ne.blit(this.RT1,this.RT2,this.downscale_blur_mat),Ne.blit(this.RT2,this.RT3,this.downscale_blur_mat),Ne.blit(this.RT3,this.RT4,this.downscale_blur_mat),Ne.blit(this.RT4,this.RT3,this.upscale_blur_mat),Ne.blit(this.RT3,this.RT2,this.upscale_blur_mat),Ne.blit(this.RT2,e,this.upscale_blur_mat)}check_RT_resize(e,t){this.current_width===e&&this.current_height===t||(this.current_width=e,this.current_height=t,this.RT0.setSize(this.current_width/2,this.current_height/2),this.RT1.setSize(this.current_width/2,this.current_height/2),this.RT2.setSize(this.current_width/4,this.current_height/4),this.RT3.setSize(this.current_width/8,this.current_height/8),this.RT4.setSize(this.current_width/16,this.current_height/16))}}class Ls extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _SourceTex;uniform vec2 _SourceTexSize;varying vec2 vUv;\n#define vec vec4\n#define toVec(x) x.rgba\n#define s2(a, b) temp = a; a = min(a, b); b = max(temp, b);\n#define t2(a, b) s2(v[a], v[b]);\n#define t24(a, b, c, d, e, f, g, h) t2(a, b); t2(c, d); t2(e, f); t2(g, h);\n#define t25(a, b, c, d, e, f, g, h, i, j) t24(a, b, c, d, e, f, g, h); t2(i, j);\n#define s2(a, b) temp = a; a = min(a, b); b = max(temp, b);\n#define mn3(a, b, c) s2(a, b); s2(a, c);\n#define mx3(a, b, c) s2(b, c); s2(a, c);\n#define mnmx3(a, b, c) mx3(a, b, c); s2(a, b);\n#define mnmx4(a, b, c, d) s2(a, b); s2(c, d); s2(a, c); s2(b, d);\n#define mnmx5(a, b, c, d, e) s2(a, b); s2(c, d); mn3(a, c, e); mx3(b, d, e);\n#define mnmx6(a, b, c, d, e, f) s2(a, d); s2(b, e); s2(c, f); mn3(a, b, c); mx3(d, e, f);\nvoid main(){vec2 inv_size=vec2(1.0/_SourceTexSize.x,1.0/_SourceTexSize.y);\n#ifdef kernel5x5\nvec v[25];for(int dX=-2;dX<=2;++dX){for(int dY=-2;dY<=2;++dY){vec2 offset=vec2(float(dX),float(dY));v[(dX+2)*5+(dY+2)]=toVec(texture2D(_SourceTex,vUv+offset*inv_size));}}vec temp;t25(0,1,3,4,2,4,2,3,6,7);t25(5,7,5,6,9,7,1,7,1,4);t25(12,13,11,13,11,12,15,16,14,16);t25(14,15,18,19,17,19,17,18,21,22);t25(20,22,20,21,23,24,2,5,3,6);t25(0,6,0,3,4,7,1,7,1,4);t25(11,14,8,14,8,11,12,15,9,15);t25(9,12,13,16,10,16,10,13,20,23);t25(17,23,17,20,21,24,18,24,18,21);t25(19,22,8,17,9,18,0,18,0,9);t25(10,19,1,19,1,10,11,20,2,20);t25(2,11,12,21,3,21,3,12,13,22);t25(4,22,4,13,14,23,5,23,5,14);t25(15,24,6,24,6,15,7,16,7,19);t25(3,11,5,17,11,17,9,17,4,10);t25(6,12,7,14,4,6,4,7,12,14);t25(10,14,6,7,10,12,6,10,6,17);t25(12,17,7,17,7,10,12,18,7,12);t24(10,18,12,20,10,20,10,12);gl_FragColor=v[12];\n#endif\n#ifdef kernel3x3\nvec v[9];for(int dX=-1;dX<=1;++dX){for(int dY=-1;dY<=1;++dY){vec2 offset=vec2(float(dX),float(dY));v[(dX+1)*3+(dY+1)]=toVec(texture2D(_SourceTex,vUv+offset*inv_size));}}vec temp;mnmx6(v[0],v[1],v[2],v[3],v[4],v[5]);mnmx5(v[1],v[2],v[3],v[4],v[6]);mnmx4(v[2],v[3],v[4],v[7]);mnmx3(v[3],v[4],v[8]);toVec(gl_FragColor)=v[4];\n#endif\n}",void 0,{kernel3x3:!0}),this.uniforms._SourceTex={value:void 0},this.uniforms._SourceTexSize={value:new t(1,1)}}set_texture(e){this.uniforms._SourceTex.value=e;const t=this.get_size(e);this.uniforms._SourceTexSize.value.copy(t)}get_size(e){return e.isVideoTexture?new t(Math.max(1,e.image.videoWidth),Math.max(1,e.image.videoHeight)):e.isWebGLRenderTarget?new t(e.width,e.height):e.isTexture?new t(e.image.width,e.image.height):new t(1,1)}}class Ds{constructor(){this.RT=new h(1,1,{type:re,format:B,minFilter:x,magFilter:x}),this.RT1=new h(1,1,{type:re,format:B,minFilter:x,magFilter:x}),this.median_filter_mat=new Ls}filter(e){const t=this.get_size(e);t.x===this.RT.width&&t.y===this.RT.height||(this.RT.setSize(t.x,t.y),this.RT1.setSize(t.x,t.y)),this.median_filter_mat.set_texture(e),Ne.material_pass(this.median_filter_mat,this.RT);for(let e=0;e<0;e++)this.median_filter_mat.set_texture(this.RT.texture),Ne.material_pass(this.median_filter_mat,this.RT1),this.median_filter_mat.set_texture(this.RT1.texture),Ne.material_pass(this.median_filter_mat,this.RT);return this.RT}get_size(e){return e.isVideoTexture?new t(Math.max(1,e.image.videoWidth),Math.max(1,e.image.videoHeight)):e.isRenderTarget?new t(e.width,e.height):e.isTexture?new t(e.image.width,e.image.height):new t(1,1)}}class Us{constructor(e,t){this.read=void 0,this.write=void 0,this.name=e,this.update_material=t}init_from_geometry(e){}init_from_attribute(e){}build_RT(e){const t=Us.calculate_resolution(e),s={minFilter:x,magFilter:x,format:B,colorScape:f,type:Tt.fp_textures_available?re:Q,stencilBuffer:!1,depthBuffer:!1};return new h(t.width,t.height,s)}static calculate_resolution(e){const t=Math.min(e,512);return{width:t,height:Math.max(1,Math.ceil(e/t))}}swap_RT(){const e=this.read;this.read=this.write,this.write=e}update(e){this.update_material&&(this.update_material.update(),e.children[0]instanceof o&&(e.children[0].material=this.update_material),this.update_material.uniforms._MainTex.value=this.read.texture,Ne.render(e,void 0,this.write),e.children[0]instanceof o&&(e.children[0].material=void 0),this.swap_RT())}store_geometry_attribute_in_RT(e,t,s,i){i.children[0]instanceof o&&(i.children[0].geometry.setAttribute("data",e),i.children[0].material=s),Ne.render(i,void 0,t),i.children[0]instanceof o&&(i.children[0].geometry.deleteAttribute("data"),i.children[0].material=void 0)}get_texture(){return this.read.texture}}class Os extends T{constructor(e,t){super(),this.attributes=[],this.mesh=this.build_point_mesh(e,t),this.add(this.mesh),this.attribute_writter_mesh=this.build_attribute_writter_mesh(e),this.attribute_writter_scene=new n,this.attribute_writter_scene.add(this.attribute_writter_mesh)}add_texture_attribute(e){this.attributes.push(e)}add_update_attribute_array(e,t,s){this.attribute_writter_mesh.geometry.setAttribute(e,new H(t,s,!1))}add_attribute_array(e,t,s){this.mesh.geometry.setAttribute(e,new se(t,s,!1))}update(){const e=this.mesh.material;Array.isArray(e)?e.forEach((e=>e.dispose())):e.dispose();for(let e=0;e<this.attributes.length;e++)this.attributes[e].update(this.attribute_writter_scene)}dispose(){this.mesh.geometry.dispose();const e=this.mesh.material;Array.isArray(e)?e.forEach((e=>e.dispose())):e.dispose()}build_point_mesh(e=1,t){const s=new a,i=new ee;i.setAttribute("position",s.getAttribute("position")),i.index=s.index,i.setAttribute("storage_uv",this.build_uv_storage_attribute(e)),i.instanceCount=e;const r=new o(i,t);return r.frustumCulled=!1,r}build_attribute_writter_mesh(e){const{width:t,height:s}=Us.calculate_resolution(e),i=new Float32Array(3*e);for(let r=0;r<e;r++){const e=r%t,n=Math.floor(r/t);i[3*r+0]=(e+.5)/t,i[3*r+1]=(n+.5)/s,i[3*r+2]=r}const r=new M;r.setAttribute("position",new H(i,3,!1));const n=new ne(r);return n.frustumCulled=!1,n}build_uv_storage_attribute(e){const{width:t,height:s}=Us.calculate_resolution(e),i=new Float32Array(2*e);for(let r=0;r<e;r++){const e=r%t,n=Math.floor(r/t);i[2*r+0]=(e+.5)/t,i[2*r+1]=(n+.5)/s}return new se(i,2,!1)}}class js extends e{constructor(e){super({uniforms:{},vertexShader:e=e||"\n varying vec4 value;\n attribute vec4 data;\n\n void main()\n {\n gl_Position = vec4(position.xy * 2.0 - 1.0, 1.0,1.0);\n gl_PointSize = 1.0;\n\n value = data;\n }\n ",fragmentShader:"#define GLSLIFY 1\nvarying vec4 value;void main(){gl_FragColor=value;}",depthWrite:!1,blending:s,depthTest:!1,depthFunc:i})}}class Is extends Us{constructor(e){super("_Position",e)}store_geometry(e,t){const s=e.getAttribute("position");this.read=this.build_RT(s.count),this.write=this.build_RT(s.count);const i=new js;this.store_geometry_attribute_in_RT(e.getAttribute("position"),this.read,i,t)}store_positions(e,t){this.read=this.build_RT(e.length),this.write=this.build_RT(e.length);const s=new Float32Array(4*e.length);for(let t=0;t<e.length;t++)s[4*t+0]=e[t].x,s[4*t+1]=e[t].y,s[4*t+2]=e[t].z,s[4*t+3]=10*(2*Math.random()-1);const i=new js;this.store_geometry_attribute_in_RT(new H(s,4),this.read,i,t)}}class Ns extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new ye}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Es extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new oe}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class qs extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new be}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Vs extends Ce{constructor(e,t,s){super(e,t,s)}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?fetch(this.url).then((t=>{t.json().then((t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}))})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Bs extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new xe}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Ys extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new oe}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,this.parse_path(t)),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}parse_path(e){const t=e.split("\n");""===t[t.length-1]&&t.pop();const s=[];for(let e=0;e<t.length;e+=3){const i=parseFloat(t[e+0]),r=parseFloat(t[e+1]),n=parseFloat(t[e+2]);s.push(new c(i,r,n))}return s}}class Gs extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new oe}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Qs extends Ce{constructor(e,t,s){super(e,t,s)}on_preloaded_finished(e,t){void 0===e.resources_by_url[this.url]?t.blob().then((t=>{const s=new m,i=URL.createObjectURL(t),r=new Image;r.src=i,r.onload=()=>{s.image=r,s.needsUpdate=!0,e.set_resource(this.resource_id,this.url,s),this.__update_downloaded_bytes(1,1),this.__loading_ended()},r.onerror=()=>{console.error("Error loading texture. Maybe the resource is not an image?",this.url)}})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Ws extends Ce{constructor(e,t,s){super(e,t,s)}on_preloaded_finished(e,t){void 0===e.resources_by_url[this.url]?t.blob().then((t=>{e.set_resource(this.resource_id,this.url,URL.createObjectURL(t)),this.__update_downloaded_bytes(1,1),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Xs{constructor(e){this.name=e,this.resources={},this.resources_by_url={}}set_resource(e,t,s){Object.keys(this.resources_by_url).includes(t)?this.resources[e]=this.resources_by_url[t]:(this.resources[e]=s,this.resources_by_url[t]=s)}get_resource(e){return this.resources[e]}get(e){return this.resources[e]}}class Hs{constructor(e){this.resource_loaders=[],this.batch_name=e||"unnamed batch"}add_loader(e){this.resource_loaders.push(e)}load(e){for(let t=0;t<this.resource_loaders.length;t++)this.resource_loaders[t].load(e||Xs)}get loading_finished(){let e=!0;for(let t=0;t<this.resource_loaders.length;t++)e=e&&this.resource_loaders[t].has_finished;return e}get has_errors(){let e=!1;for(let t=0;t<this.resource_loaders.length;t++)e=e||this.resource_loaders[t].has_error;return e}print_errors(){console.error("Batch <"+this.batch_name+"> could not load successfully");for(let e=0;e<this.resource_loaders.length;e++)this.resource_loaders[e].has_error&&this.resource_loaders[e].print_error()}get_progress(){return this.get_loaded_bytes()/this.get_total_bytes()}get_loaded_bytes(){let e=1;for(let t=0;t<this.resource_loaders.length;t++)e+=this.resource_loaders[t].loaded_bytes;return e}get_total_bytes(){let e=1;for(let t=0;t<this.resource_loaders.length;t++)e+=this.resource_loaders[t].total_bytes;return e}}class Ks{start(){this.finished=!1}update(){this.finished=!0}}class $s{constructor(){}on_enter(e){}on_exit(e){}update(e){}}class Zs extends $s{constructor(){super(),this.rotation_speed=new t,this.vector_forward_axis=new c(0,0,-1),this.tmp_forward=new c,this.tmp_quat=new N,this.tmp_camera_target_pos=new c}on_enter(e){e.reference_rotation.copy(e.camera.quaternion)}update(e){e.camera.quaternion.copy(e.reference_rotation),this.tmp_forward.copy(this.vector_forward_axis);const t=this.tmp_forward.applyQuaternion(e.camera.quaternion);e.reference_zoom=at.clamp(e.reference_zoom,e.min_zoom,e.max_zoom),e.camera.position.copy(e.reference_position).sub(t.multiplyScalar(e.reference_zoom)),e.__last_reference_position.copy(e.reference_position)}get_target_camera_pos(e){this.tmp_quat.copy(e.reference_rotation),this.tmp_forward.copy(this.vector_forward_axis);const t=this.tmp_forward.applyQuaternion(this.tmp_quat),s=at.clamp(e.reference_zoom,e.min_zoom,e.max_zoom);return this.tmp_camera_target_pos.copy(e.reference_position).sub(t.multiplyScalar(s)),this.tmp_camera_target_pos}}class Js{constructor(){}on_enter(e){}on_exit(e){}update(e){}lock_zoom(){}unlock_zoom(){}}class ei{constructor(e){this.input=e,this.camera=void 0,this.camera_initial_rot=void 0,this.camera_initial_pos=void 0,this.current_state=new Js,this.current_mode=new Zs,this.point_of_interest=new c,this.normalized_zoom=0,this.vector_up_axis=new c(0,1,0),this.vector_right_axis=new c(1,0,0),this.vector_forward_axis=new c(0,0,1),this.tmp_forward=this.vector_forward_axis.clone(),this.tmp_right=this.vector_right_axis.clone(),this.tmp_dir=new c,this.zoom=10,this.reference_zoom=10,this.orientation=27,this.tilt=70,this.reference_rotation=new N,this.reference_position=new c,this.__last_reference_position=new c,this.tmp_size=new c,this.tmp_quat=new N,this.min_zoom=1,this.max_zoom=400,this.current_tilt=0,this.current_orientation=0,this.current_azimuth=0,this.projection_plane_helper=new ae(new j,1,16776960),this.input_enabled=!0,this.raised_look_at_position=new c(-82.2986094900191,0,39.7538467209173),this.use_raised_look_at_direction=0}enable(){this.input_enabled=!0}disable(){this.input_enabled=!1}set_camera(e){this.camera=e,this.camera_initial_rot=e.quaternion.clone(),this.camera_initial_pos=e.position.clone()}set_state(e){this.current_state.on_exit(this),this.current_state=e,this.current_state.on_enter(this)}set_mode(e){this.current_mode.on_exit(this),this.current_mode=e,this.current_mode.on_enter(this)}set_normalized_zoom(e){this.normalized_zoom=at.clamp(e,0,1)}update_normalized_zoom(e,t){const s=this.camera.position.distanceTo(this.reference_position);this.normalized_zoom=at.linear_map(s,e,t,1,0),this.normalized_zoom=at.clamp(this.normalized_zoom,0,1)}update(){this.debug_box&&this.debug_box.position.copy(this.reference_position),this.current_state.update(this),this.current_mode.update(this),this.update_normalized_zoom(this.min_zoom,this.max_zoom)}set_idle(){this.set_state(new Js)}camera_is_zoomed_out(){return this.normalized_zoom<.2}set_rotation(e,t,s=0){this.old_orientation=this.current_orientation,this.current_tilt=e||this.current_tilt,this.current_orientation=t||this.current_orientation,this.current_azimuth=s||this.current_azimuth,this.set_quaternion(this.build_rotation(this.current_tilt,this.current_orientation))}set_rotation_delta(e,t,s=0){this.lerp_rotation(this.current_tilt,this.current_tilt+e,this.current_orientation,this.current_orientation+t,this.current_azimuth,this.current_azimuth+s,1)}lerp_tilt(e,t,s){this.lerp_rotation(e,t,this.current_orientation,this.current_orientation,this.current_azimuth,this.current_azimuth,s)}set_quaternion(e){const t=2*Math.atan2(e.x,e.w),s=2*Math.atan2(e.y,e.w);this.current_orientation=at.radToDeg(s)%360,this.current_tilt=-1*at.radToDeg(t),this.reference_rotation.copy(e)}lerp_quaternion(e,t){this.set_quaternion(this.reference_rotation.clone().slerp(e,t))}lerp_orientation(e,t,s){this.lerp_rotation(this.current_tilt,this.current_tilt,e,t,this.current_azimuth,this.current_azimuth,s)}lerp_azimuth(e,t,s){}lerp_rotation(e,t,s,i,r,n,o){const a=this.build_rotation(e,s),_=this.build_rotation(t,i);a.slerp(_,o),this.set_quaternion(a)}build_rotation(e,t){t<0&&(t+=360);const s=(new N).setFromAxisAngle(this.vector_up_axis,t%360/360*Math.PI*2),i=(new N).setFromAxisAngle(this.vector_right_axis,-e/360*Math.PI*2);return s.multiply(i)}translate_forward(e){this.tmp_forward.copy(this.vector_forward_axis),this.tmp_forward.applyQuaternion(this.camera.quaternion),this.reference_position.add(this.tmp_forward.multiplyScalar(e))}translate_right(e){this.tmp_right.copy(this.vector_right_axis),this.tmp_right.applyQuaternion(this.camera.quaternion),this.reference_position.add(this.tmp_right.multiplyScalar(e))}focus_on_bounding_box(e,t=1){if(this.camera.isOrthographicCamera){e.getSize(this.tmp_size);const t=this.tmp_size.x,s=this.tmp_size.y,i=t/s;Le.aspect_ratio/i>1?this.camera.zoom=Le.height/s:this.camera.zoom=Le.width/t,e.getCenter(this.reference_position)}else{const s=new c;s.copy(e.max).sub(e.min);const i=e.min.clone(),r=i.clone().add(new c(s.x,0,0)),n=i.clone().add(new c(0,s.y,0)),o=i.clone().add(new c(0,0,s.z)),a=i.clone().add(new c(s.x,0,s.z)),_=i.clone().add(new c(0,s.y,s.z)),l=e.max.clone(),h=i.clone().add(new c(s.x,s.y,0));this.focus_camera_on_points([i,r,n,o,a,_,l,h],t)}}get_zoom_to_focus_on_points(e,t){const s=this.reference_zoom,i=(new c).copy(this.reference_position);this.focus_camera_on_points(e,t);const r=this.reference_zoom;return this.reference_zoom=s,this.reference_position.copy(i),r}get_target_pos_to_focus_on_points(e,t){const s=this.reference_zoom,i=(new c).copy(this.reference_position);this.focus_camera_on_points(e,t);const r=this.reference_position.clone();return this.reference_zoom=s,this.reference_position.copy(i),r}focus_camera_on_sphere(e,t){this.reference_zoom=this.get_zoom_to_sphere(e,t),this.reference_position.copy(e.center)}get_zoom_to_sphere(e,t){const s=this.camera.fov/2*Math.PI/180,i=2*Math.atan(Math.tan(s)*this.camera.aspect)/2,r=e.radius/Math.tan(s),n=e.radius/Math.tan(i);return Math.max(Math.abs(n),Math.abs(r))}hide_projected_points(){for(let e=0;e<this.projected_points.length;e++)this.projected_points[e].visible=!1}show_projected_points(e){this.hide_projected_points();for(let t=0;t<e.length;t++)this.projected_points[t].visible=!0,this.projected_points[t].position.copy(e[t])}show_plane_projection(e,t=1){this.projection_plane_helper.plane=e,this.projection_plane_helper.size=t,this.projection_plane_helper.updateMatrixWorld(),this.projection_plane_helper.visible=!0}show_sphere_projection(e){this.projection_sphere_helper.scale.set(e.radius,e.radius,e.radius),this.projection_sphere_helper.position.copy(e.center),this.projection_sphere_helper.visible=!0}fit_points(e,t,s=1){if(this.camera.isPerspectiveCamera){const i=new c(0,0,-1).applyQuaternion(e),r=i.clone().multiplyScalar(-1),n=new jt,o=Le.aspect_ratio,a=n.fit_points(t,e,this.camera.fov*s,o),_=(new L).setFromPoints(t),l=new c;_.getCenter(l);const h=(new j).setFromNormalAndCoplanarPoint(r,l),u=new q(a,i),d=new c;u.intersectPlane(h,d);return{zoom:a.distanceTo(d),reference_position:d,camera_position:a}}{const i=(new Ot).fit_points(t,this.reference_rotation,this.camera.fov*s,Le.aspect_ratio);this.reference_position.copy(i.center),this.reference_zoom=i.distance_to_center;const r=new c(0,0,1).applyQuaternion(e);return{zoom:i.distance_to_center,reference_position:i.center,camera_position:r.multiplyScalar(i.distance_to_center)}}}focus_camera_on_points(e,t=1){if(this.camera.isPerspectiveCamera){const s=new c(0,0,-1).applyQuaternion(this.reference_rotation),i=s.clone().multiplyScalar(-1),r=new jt,n=Le.aspect_ratio,o=r.fit_points(e,this.reference_rotation,this.camera.fov*t,n),a=(new L).setFromPoints(e),_=new c;a.getCenter(_);const l=(new j).setFromNormalAndCoplanarPoint(i,_),h=new q(o,s),u=new c;h.intersectPlane(l,u);const d=o.distanceTo(u);this.reference_zoom=d,this.reference_position.copy(u)}else{const s=(new Ot).fit_points(e,this.reference_rotation,this.camera.fov*t,Le.aspect_ratio);this.reference_position.copy(s.center),this.reference_zoom=s.distance_to_center}}get_current_tilt(){return this.current_tilt}get_current_orientation(){return this.current_orientation}get_current_azimuth(){return this.current_azimuth}__get_zoom_to_show_rect(e,t,s=1){const i=at.degToRad(this.camera.fov/2),r=2*Math.atan(Math.tan(i)*this.camera.aspect)/2,n=t/Math.tan(i*s),o=e/Math.tan(r*s);return Math.max(Math.abs(o),Math.abs(n))}}class ti extends Js{constructor(e){super(),this.input=e,this.last_point=new t,this.rotation_velocity=new t,this.forward_dir=0,this.right_dir=0,this.y_dir=0,this.azimuth_dir=0,this.shift_key=!1}on_enter(e){}on_exit(e){}update(e){this.__check_key_down(),this.__check_key_up()}__show_camera_position(e){this.input.left_mouse_button_released&&console.log({x:e.reference_position.x,y:e.reference_position.y,z:e.reference_position.z,orientation:e.current_orientation,tilt:e.current_tilt,azimuth:e.current_azimuth,zoom:e.reference_zoom,fov:e.camera.fov})}__zoom_camera(e){e.reference_zoom+=.5*this.input.zoom_delta}__rotate_camera(e){if(this.input.left_mouse_button_down&&1===this.input.pointer_count){const e=new t(-24*this.input.NDC_delta.x,-8*this.input.NDC_delta.y);e.multiplyScalar(60*mt.delta_time),this.rotation_velocity.add(e)}e.set_rotation_delta(this.rotation_velocity.y,this.rotation_velocity.x);const s=1-Math.exp(-5*mt.delta_time);this.rotation_velocity.lerp(new t(0,0),s)}__move_camera(e){if(e.translate_forward(this.forward_dir),e.translate_right(this.right_dir),e.reference_position.y-=this.y_dir,this.input.right_mouse_button_pressed&&this.last_point.copy(this.input.NDC),this.input.right_mouse_button_down){const t=It.get_plane_intersection(e.reference_position,void 0,this.last_point).clone(),s=It.get_plane_intersection(e.reference_position,void 0,this.input.NDC).clone();s.sub(t),e.reference_position.x-=s.x,e.reference_position.y-=s.y,e.reference_position.z-=s.z,this.last_point.copy(this.input.NDC)}}__check_key_down(){const e=.12;this.input.keyboard.is_key_down("KeyW")&&(this.forward_dir=-.12),this.input.keyboard.is_key_down("KeyS")&&(this.forward_dir=e),this.input.keyboard.is_key_down("KeyA")&&(this.right_dir=-.12),this.input.keyboard.is_key_down("KeyD")&&(this.right_dir=e),this.input.keyboard.is_key_down("KeyQ")&&(this.azimuth_dir=.48),this.input.keyboard.is_key_down("KeyE")&&(this.azimuth_dir=-.48),this.input.keyboard.is_key_down("KeyZ")&&(this.y_dir=e),this.input.keyboard.is_key_down("KeyC")&&(this.y_dir=-.12),this.input.keyboard.is_key_down("ShiftLeft")&&(this.shift_key=!0)}__check_key_up(){this.input.keyboard.is_key_released("KeyW")&&(this.forward_dir=0),this.input.keyboard.is_key_released("KeyS")&&(this.forward_dir=0),this.input.keyboard.is_key_released("KeyA")&&(this.right_dir=0),this.input.keyboard.is_key_released("KeyD")&&(this.right_dir=0),this.input.keyboard.is_key_released("KeyQ")&&(this.azimuth_dir=0),this.input.keyboard.is_key_released("KeyE")&&(this.azimuth_dir=0),this.input.keyboard.is_key_released("KeyZ")&&(this.y_dir=0),this.input.keyboard.is_key_released("KeyC")&&(this.y_dir=0),this.input.keyboard.is_key_released("ShiftLeft")&&(this.shift_key=!1)}}export{Js as AbstractCameraState,Ce as AbstractLoader,nt as AbstractScene,ot as ActionEvent,ht as ActionInterpolator,_t as ActionSequencer,dt as ActionSequencerBuilder,Me as AddMaterial,yt as ApplicationView,ls as ArrayUtilities,Ft as Arrow,Be as AsyncAbstractLoader,Ye as AsyncAudiosLoader,We as AsyncObjectsLoader,He as AsyncTextureLoader,et as AsyncTexturesLoader,qe as AudioLoader,Te as BaseApplication,ke as BaseRender,Ae as BaseShaderMaterial,Ke as BasisLoader,Se as BlitMaterial,Ht as Blurrer,Xe as Browser,Lt as CSSAnimator,ei as CameraController,Pe as CameraManager,$s as CameraMovementMode,It as CameraUtilities,bt as CanvasDrawer,Tt as Capabilities,ti as CommonCameraState,Ks as Compilator,At as Cube,$e as CubemapLoader,Ns as DAELoader,kt as Debug,Bt as DebugNormalsRender,ut as DrawIOAnimationSheet,Cs as DualFilteringBlurMaterial,Ps as DualFilteringBlurrer,lt as EasingFunctions,Es as FileLoader,qs as FontLoader,hs as FrustumPointFitter,Ge as GLTFDRACOLoader,Qe as GLTFLoader,Os as GPUParticleSystem,es as GaussianBlurrer,cs as GeometryUtilities,Ne as Graphics,ys as Grid,Ze as HDRCubeTextureLoader,Je as HDRTextureLoader,us as HTMLUtilities,it as HighQualityLoadingState,as as HorizontalPlane,ds as ImageUtilities,Zs as ImmediateMode,Nt as Initializer,Vs as JSONLoader,Et as KeyboardInput,bs as Line,st as LoadingState,Ds as MedianFilter,ps as MeshSampler,ms as ModelUtilities,Kt as NormalAORender,$t as NormalRender,ct as NumberInterpolator,Bs as OBJLoader,at as OMath,Dt as OS,Le as OScreen,gs as ObjectUtilities,qt as OrthographicCamera,Ot as OrthographicFrustumPointFitter,Us as ParticleAttribute,Is as ParticlePositionAttribute,zt as PerspectiveCamera,jt as PerspectiveFrustumPointFitter,Ys as PointArrayLoader,rt as RegularLoadingState,rs as RenderLoop,Hs as ResourceBatch,Ve as ResourceContainer,As as SDFTextBatch,De as SceneManager,ns as Screen,xt as SimpleTextDrawer,Rt as Sphere,fs as StringUtilities,Ts as Text2D,Gs as TextLoader,Qs as TextureLoader,mt as Time,vs as TimeUtilities,vt as TransitionManager,pt as TransitionTable,Re as UnrealBloomComposeMaterial,ts as UnrealBloomRender,Ss as UpdatableMaterialMesh,ss as VRRender,ws as Validation,Rs as VectorInterpolator,_s as VerticalPlane,Ws as VideoLoader,os as ViewComponent,is as ViewComponentManager,wt as ViewManager,xs as WorldImage};
1
+ import{ShaderMaterial as e,Vector2 as t,NoBlending as s,AlwaysDepth as i,Color as r,Scene as n,Mesh as o,PlaneGeometry as a,OrthographicCamera as _,Vector4 as l,RenderTarget as h,Vector3 as c,PositionalAudio as u,Audio as d,AudioContext as p,Texture as m,SRGBColorSpace as g,NoColorSpace as f,CubeTextureLoader as v,CanvasTexture as w,UVMapping as y,ClampToEdgeWrapping as b,NearestFilter as x,Object3D as T,LineBasicMaterial as S,BufferGeometry as M,Line as z,PerspectiveCamera as F,CylinderGeometry as A,ConeGeometry as R,MeshBasicMaterial as k,BoxGeometry as C,SphereGeometry as P,Box3 as L,Box3Helper as D,CatmullRomCurve3 as U,Sphere as O,Plane as j,Line3 as I,Quaternion as N,Matrix4 as E,Ray as q,DataTexture as V,RGBAFormat as B,RepeatWrapping as Y,LinearFilter as G,HalfFloatType as Q,UnsignedByteType as W,LinearSRGBColorSpace as X,BufferAttribute as H,Skeleton as K,DoubleSide as $,LinearMipMapLinearFilter as Z,Box2 as J,InstancedBufferGeometry as ee,Float32BufferAttribute as te,InstancedBufferAttribute as se,DynamicDrawUsage as ie,FloatType as re,Points as ne,FileLoader as oe,PlaneHelper as ae}from"three";import{GLTFLoader as _e}from"three/examples/jsm/loaders/GLTFLoader.js";import{HDRCubeTextureLoader as le}from"three/examples/jsm/loaders/HDRCubeTextureLoader.js";import{HDRLoader as he}from"three/examples/jsm/loaders/HDRLoader";import*as ce from"three/examples/jsm/utils/BufferGeometryUtils.js";export{ce as BufferGeometryUtils};import{MeshBasicNodeMaterial as ue}from"three/webgpu";import{uniform as de,attribute as pe,vec3 as me,mix as ge,fwidth as fe,smoothstep as ve,min as we}from"three/tsl";import{ColladaLoader as ye}from"three/examples/jsm/loaders/ColladaLoader.js";import{FontLoader as be}from"three/examples/jsm/loaders/FontLoader.js";import{OBJLoader as xe}from"three/examples/jsm/loaders/OBJLoader.js";class Te{on_post_start(){}on_enter(e){}on_exit(e){}before_update(){}update(){}fixed_update(){}on_post_render(){}on_pre_render(){}on_frame_end(){}dispose(){}}class Se extends e{constructor(e,r,n){super({uniforms:{_MainTex:{value:null},_Resolution:{value:new t(0,0)},_TargetResolution:{value:new t(0,0)}},defines:n||{},vertexShader:r||"#define GLSLIFY 1\nvarying vec2 vUv;void main(){gl_Position=vec4(uv*2.0-1.0,1.0,1.0);vUv=uv;}",fragmentShader:e||"#define GLSLIFY 1\nuniform sampler2D _MainTex;varying vec2 vUv;void main(){gl_FragColor=texture2D(_MainTex,vUv);}",depthWrite:!1,blending:s,depthTest:!1,depthFunc:i})}}class Me extends Se{constructor(e=!1){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform sampler2D _SecondTex;varying vec2 vUv;vec4 sampleTex(sampler2D tex,vec2 uv){vec4 col=texture2D(tex,uv);\n#ifndef USE_LINEAR_COLOR_SPACE\ncol.rgb=pow(col.rgb,vec3(2.2));\n#endif\nreturn col;}void main(){vec4 col0=sampleTex(_MainTex,vUv);vec4 col1=sampleTex(_SecondTex,vUv);gl_FragColor=col0+col1;gl_FragColor.rgb=pow(gl_FragColor.rgb,vec3(0.4545));}"),this.defines.USE_LINEAR_COLOR_SPACE=e,this.uniforms._SecondTex={value:void 0}}set_add_texture(e){this.uniforms._SecondTex.value=e}}var ze="#define GLSLIFY 1\nuniform vec3 _Color;void main(){gl_FragColor=vec4(_Color,1.0);}",Fe="#define GLSLIFY 1\nvarying vec2 vUv;void main(){vec3 pos=position;mat4 MVP=projectionMatrix*modelViewMatrix;gl_Position=MVP*vec4(pos,1.0);vUv=uv;}";class Ae extends e{constructor(e,t,s){super({vertexShader:e||Fe,fragmentShader:t||ze,uniforms:s??{_Color:{value:new r("#FF0000")}}})}}class Re extends Se{constructor(e,t=!1){super("#define GLSLIFY 1\nvarying vec2 vUv;uniform sampler2D blurTexture1;uniform sampler2D blurTexture2;uniform sampler2D blurTexture3;uniform sampler2D blurTexture4;uniform sampler2D blurTexture5;uniform float bloomStrength;uniform float bloomRadius;uniform float bloomFactors[NUM_MIPS];uniform vec3 bloomTintColors[NUM_MIPS];float lerpBloomFactor(const in float factor){float mirrorFactor=1.2-factor;return mix(factor,mirrorFactor,bloomRadius);}vec4 sampleTex(sampler2D tex,vec2 uv){vec4 col=texture2D(tex,uv);\n#ifndef USE_LINEAR_COLOR_SPACE\ncol.rgb=pow(col.rgb,vec3(2.2));\n#endif\nreturn col;}void main(){gl_FragColor=bloomStrength*(lerpBloomFactor(bloomFactors[0])*vec4(bloomTintColors[0],1.0)*sampleTex(blurTexture1,vUv)+lerpBloomFactor(bloomFactors[1])*vec4(bloomTintColors[1],1.0)*sampleTex(blurTexture2,vUv)+lerpBloomFactor(bloomFactors[2])*vec4(bloomTintColors[2],1.0)*sampleTex(blurTexture3,vUv)+lerpBloomFactor(bloomFactors[3])*vec4(bloomTintColors[3],1.0)*sampleTex(blurTexture4,vUv)+lerpBloomFactor(bloomFactors[4])*vec4(bloomTintColors[4],1.0)*sampleTex(blurTexture5,vUv));\n#ifndef USE_LINEAR_COLOR_SPACE\ngl_FragColor.rgb=pow(gl_FragColor.rgb,vec3(0.4545));\n#endif\n}",void 0,{NUM_MIPS:e}),this.uniforms._MainTex={value:void 0},this.uniforms._BlurredTex={value:void 0},this.uniforms._BloomStrength={value:1},this.uniforms.blurTexture1={value:null},this.uniforms.blurTexture2={value:null},this.uniforms.blurTexture3={value:null},this.uniforms.blurTexture4={value:null},this.uniforms.blurTexture5={value:null},this.uniforms.bloomStrength={value:1},this.uniforms.bloomFactors={value:[1,.8,.6,.4,.2]},this.uniforms.bloomRadius={value:1},this.defines.USE_LINEAR_COLOR_SPACE=t;const s=[new r("#FFFFFF"),new r("#FFFFFF"),new r("#FFFFFF"),new r("#FFFFFF"),new r("#FFFFFF")];this.uniforms.bloomTintColors={value:s}}set_blur_texture_0(e){this.uniforms.blurTexture1.value=e}set_blur_texture_1(e){this.uniforms.blurTexture2.value=e}set_blur_texture_2(e){this.uniforms.blurTexture3.value=e}set_blur_texture_3(e){this.uniforms.blurTexture4.value=e}set_blur_texture_4(e){this.uniforms.blurTexture5.value=e}set_bloom_strength(e){this.uniforms.bloomStrength.value=e}set_bloom_radius(e){this.uniforms.bloomRadius.value=e}set_tint_color_0(e){this.uniforms.bloomTintColors.value[0].set(e)}set_tint_color_1(e){this.uniforms.bloomTintColors.value[1].set(e)}set_tint_color_2(e){this.uniforms.bloomTintColors.value[2].set(e)}set_tint_color_3(e){this.uniforms.bloomTintColors.value[3].set(e)}set_tint_color_4(e){this.uniforms.bloomTintColors.value[4].set(e)}}class ke{constructor(){}render(e){}on_enter(e,t){}on_exit(e,t){}resize(){}dispose(){}}class Ce{constructor(e,t,s=1){this.resource_id=e,this.url=t,this.loaded_bytes=0,this.total_bytes=s,this.has_finished=!1,this.has_error=!1,this.error_message="none"}__update_downloaded_bytes(e,t){e=this.is_number(e)?e:1,t=this.is_number(t)?t:1,this.loaded_bytes=e,t>0&&(this.total_bytes=t),this.loaded_bytes>this.total_bytes&&console.warn("Total bytes is smaller than loaded ones. Please set total bytes by hand to:",this.url)}__loading_ended(){this.has_finished=!0}__set_error(e){this.has_error=!0,this.error_message=e}print_error(){console.error("Error while loading "+this.resource_id+"\n\t path: "+this.url+"\n\t\t"+this.error_message)}load(e){if(void 0===e.resources_by_url[this.url]){const t="default";fetch(this.url,{method:"GET",mode:"cors",cache:t,credentials:"same-origin",redirect:"follow"}).then(this.on_progress.bind(this,e)).catch(this.__on_error.bind(this))}else e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended()}async on_progress(e,t){const s=t.clone(),i=t.body.getReader(),r=+t.headers.get("Content-Length");let n=0;for(;;){const{done:e,value:t}=await i.read();if(e)break;n+=t.length,this.__update_downloaded_bytes(n,r)}t.ok?this.on_preloaded_finished(e,s):(this.__set_error(`${t.status}: ${t.statusText}`),this.__loading_ended())}on_preloaded_finished(e,t){}__on_error(e){console.error(e)}is_int(e){return Number(e)===e&&e%1==0}is_float(e){return Number(e)===e&&e%1!=0}is_number(e){return this.is_int(e)||this.is_float(e)}}const Pe=new class{init(){this._current=void 0,this._spectator=void 0}set current(e){this._current=e}get current(){return this._current}set spectator(e){this._spectator=e}get spectator(){return this._spectator}};const Le=new class{init(){this.width=1,this.height=1,this.position=new t,this.render_width=1,this.render_height=1,this.width_height=new t(this.width,this.height),this.dpr=1,this.pixel_size=new t(1/this.width,1/this.height)}update_position(e,t){this.position.set(e,t)}update(){this.size_changed=!1}update_size(e,s){this.width=e,this.height=s,this.pixel_size=new t(1/this.width,1/this.height),this.width_height.x=e,this.width_height.y=s,this.render_width=e*this.dpr,this.render_height=s*this.dpr,this.size_changed=!0}apply_pixel_density_v2(e){return e.multiplyScalar(1/this.dpr),e}apply_pixel_density(e){return e*(1/this.dpr)}get_pixel_size(){return this.pixel_size}get aspect_ratio(){return this.width/this.height}get portrait(){return this.width<this.height}};const De=new class{init(){this._current=new nt({name:"default_scene",compilators:{}}),this._current.name="default_scene"}add_scene(e){}get current(){return this._current}set current(e){this._current=e}dispose(){for(this.current.traverse((e=>{if(e.geometry){e.geometry.dispose();const t=e.material;Array.isArray(t)?t.forEach((e=>e.dispose())):t.dispose()}}));this.current.children.length>0;)this.current.remove(this.current.children[0])}};class Ue{constructor(e){this.renderer=e,this._blit_scene=new n,this._blit_material=new Se,this._blit_quad=new o(new a(1,1),this._blit_material),this._blit_scene.add(this._blit_quad),this._blit_camera=new _(-1,1,1,-1,-1e4,1e4)}blit(e,t){this._blit_quad.material=this._blit_material;const s=!0===e.isRenderTarget?e.texture:e,i=!0===e.isRenderTarget?e.width:e.image.width,r=!0===e.isRenderTarget?e.height:e.image.height;this._blit_quad.material.uniforms._MainTex.value=s,this._blit_quad.material.uniforms._Resolution.value.set(i,r),t?this._blit_quad.material.uniforms._TargetResolution.value.set(t.width,t.height):this.renderer.getSize(this._blit_quad.material.uniforms._TargetResolution.value),this.__render(t)}material_pass(e,t){this._blit_quad.material=e,this.__render(t)}blit_with_material(e,t,s){const i=!0===e.isRenderTarget?e.texture:e,r=!0===e.isRenderTarget?e.width:e.image.width,n=!0===e.isRenderTarget?e.height:e.image.height;this._blit_quad.material=s,this._blit_quad.material.uniforms._MainTex.value=i,this._blit_quad.material.uniforms._Resolution.value.set(r,n),t?this._blit_quad.material.uniforms._TargetResolution.value.set(t.width,t.height):this.renderer.getSize(this._blit_quad.material.uniforms._TargetResolution.value),this.__render(t)}blit_clear_with_material(e,t){this._blit_quad.material=t,this.__render(e)}dispose(){this._blit_quad.geometry.dispose(),this._blit_quad.material.dispose()}__render(e){const t=void 0===e?null:e,s=this.renderer.getRenderTarget();this.renderer.setRenderTarget(t),this.renderer.render(this._blit_scene,this._blit_camera),this.renderer.setRenderTarget(s)}}class Oe extends Se{constructor(e,t){super("#define GLSLIFY 1\nuniform vec4 _DepthNormal;vec2 EncodeFloatRG(float v){vec2 kEncodeMul=vec2(1.0,255.0);float kEncodeBit=1.0/255.0;vec2 enc=kEncodeMul*v;enc=fract(enc);enc.x-=enc.y*kEncodeBit;return enc;}vec2 EncodeNormal(vec3 n){float scale=1.7777;vec2 enc=n.xy/(n.z+1.0);enc/=scale;enc=enc*0.5+0.5;return enc;}void main(){gl_FragColor=vec4(EncodeFloatRG(_DepthNormal.x),EncodeNormal(normalize(_DepthNormal.yzw)));}"),this.uniforms._DepthNormal={value:new l(e,t.x,t.y,t.z)}}}class je extends e{constructor(){super({uniforms:{_FarPlane:{value:1}},vertexShader:"#define GLSLIFY 1\nvarying vec3 v_normal;varying vec3 v_pos;void main(){vec3 pos=position;mat4 MVP=projectionMatrix*modelViewMatrix;v_normal=(modelViewMatrix*vec4(normal,0.0)).xyz;v_pos=(modelViewMatrix*vec4(pos,1.0)).xyz;gl_Position=MVP*vec4(pos,1.0);}",fragmentShader:"#define GLSLIFY 1\nvarying vec3 v_normal;varying vec3 v_pos;uniform float _FarPlane;vec2 EncodeFloatRG(float v){vec2 kEncodeMul=vec2(1.0,255.0);float kEncodeBit=1.0/255.0;vec2 enc=kEncodeMul*v;enc=fract(enc);enc.x-=enc.y*kEncodeBit;return enc;}vec2 EncodeNormal(vec3 n){float scale=1.7777;vec2 enc=n.xy/(n.z+1.0);enc/=scale;enc=enc*0.5+0.5;return enc;}void main(){gl_FragColor=vec4(EncodeFloatRG(length(v_pos.z)/_FarPlane),EncodeNormal(normalize(v_normal)));}"})}set far_plane(e){this.uniforms._FarPlane.value=e}get far_plane(){return this.uniforms._FarPlane.value}}class Ie{constructor(){this.RT=new h(Le.width,Le.height),this.clear_depth_normal_mat=new Oe(1,new c(0,0,1)),this.depth_normal_material=new je}render(e){this.__resize_RT_if_necessary(),e.clear(this.RT,void 0,!0,!0),e.blit_clear_with_material(this.RT,this.clear_depth_normal_mat),this.depth_normal_material.far_plane=Pe.current.far,e.render(void 0,void 0,this.RT,this.depth_normal_material)}__resize_RT_if_necessary(){this.RT.width===Le.width&&this.RT.height===Le.height||this.RT.setSize(Le.width,Le.height)}get render_target(){return this.RT}}const Ne=new class{init({renderer:e,core_attributes:t,dpr:s}){this._renderer=e,this.blitter=void 0,this.canvas=void 0,this.no_render=void 0,this.current_render_mode=void 0,this.generate_depth_normal_texture=!1,this.depth_and_normals_renderer=void 0,this.core_attributes={xr_enabled:!1},Object.assign(this.core_attributes,t),this.core_attributes.xr_enabled?this._renderer.xr.enabled=!0:this._renderer.autoClear=!1,Le.dpr=s,this._renderer.setPixelRatio(s),this.blitter=new Ue(this._renderer),this.canvas=this._renderer.domElement,this.no_render=new ke,this.current_render_mode=this.no_render,this.generate_depth_normal_texture=!1,this.depth_and_normals_renderer=new Ie}get dom_element(){return this._renderer.domElement}get depth_normals_RT(){return this.depth_and_normals_renderer.render_target}set_state(e){this.current_render_mode.on_exit(this,this._renderer),this.current_render_mode=e,this.current_render_mode.on_enter(this,this._renderer)}update(){this.generate_depth_normal_texture&&this.depth_and_normals_renderer.render(this),this.__update_current_camera(),Pe.current&&this.current_render_mode.render(),Le.update()}__update_current_camera(){Pe.current&&(Pe.current.aspect=Le.aspect_ratio,Pe.current.updateProjectionMatrix(),Pe.current.updateMatrix(),Pe.current.updateMatrixWorld(!0))}render(e,t,s,i){this.__apply_override_material(e,i),this._renderer.setRenderTarget(void 0===s?null:s),this._renderer.render(e||De.current,t||Pe.current),this.__apply_override_material(e,void 0)}async compile(e,t,s,i){this.__apply_override_material(e,i),this._renderer.setRenderTarget(void 0===s?null:s),await this._renderer.compile(e||De.current,t||Pe.current),this.__apply_override_material(e,void 0)}async compile_async(e,t,s,i,r){this.__apply_override_material(e,i),this._renderer.setRenderTarget(void 0===s?null:s);const n=this._renderer.compileAsync(e||De.current,t||Pe.current,r);return this.__apply_override_material(e,void 0),n}render_scene(e){"on_pre_render"in e&&e.on_pre_render(),"render"in e?e.render():this.render(e,void 0),"on_post_render"in e&&e.on_post_render()}__apply_override_material(e,t){t=void 0===t?null:t,e?e.overrideMaterial=t:De.current.overrideMaterial=t}async readback_RT(e){return this._renderer.readRenderTargetPixelsAsync(e,0,0,e.width,e.height)}clear(e,t,s,i){this._renderer.setRenderTarget(void 0===e?null:e),t&&this._renderer.setClearColor(t.clear_color,t.clear_alpha),this._renderer.clear(!!t,!!s,!!i)}on_resize(e,t){for(const s of e)Le.dpr=t,Le.update_position(s.contentRect.x,s.contentRect.y),Le.update_size(s.contentRect.width,s.contentRect.height),this.canvas.width=Le.render_width,this.canvas.height=Le.render_height,this._renderer.setViewport(0,0,Le.render_width,Le.render_height),this._renderer.setSize(Le.width,Le.height),this.__update_current_camera()}material_pass(e,t){this.blitter.material_pass(e,t)}blit(e,t,s){s?this.blitter.blit_with_material(e,t,s):this.blitter.blit(e,t)}blit_clear_with_material(e,t){this.blitter.blit_clear_with_material(e,t)}take_screenshot(e,t=Le.width,s=Le.height){const i=Le.width,r=Le.height,n=t,o=s,a=1024,_=1024,l=Math.ceil(n/a),h=Math.ceil(o/_);Le.update_size(a,_);const c=this._renderer.getPixelRatio();this._renderer.setPixelRatio(1),this._renderer.setSize(a,_,!1);const u=document.createElement("canvas").getContext("2d");u.canvas.width=n,u.canvas.height=o,Pe.current.aspect=Le.aspect_ratio,Pe.current.updateMatrix(),Pe.current.updateMatrixWorld(!0);for(let e=0;e<l;e++)for(let t=0;t<h;t++)Pe.current.setViewOffset(n,o,Le.width*e,Le.height*t,Le.width,Le.height),this.current_render_mode.render(),u.drawImage(this._renderer.domElement,Le.width*e,Le.height*t);u.canvas.toBlob(e,"image/png;base64;"),Pe.current.clearViewOffset(),Le.update_size(i,r),this._renderer.setPixelRatio(c),this._renderer.setSize(i,r,!1),Pe.current.aspect=Le.aspect_ratio,Pe.current.updateMatrix(),Pe.current.updateMatrixWorld(!0)}download_screenshot(e){const t=document.createElement("a");t.download="Snapshot.png",t.href=URL.createObjectURL(e),t.click(),t.onclick=function(){requestAnimationFrame((function(){URL.revokeObjectURL(t.href)})),t.removeAttribute("href")}}dispose(){this._renderer.dispose(),this.current_render_mode.dispose(),this.blitter.dispose()}};class Ee{constructor(e,t=!0,s=1,i=!1){this.buffer=e,this.loop=t,this.volume=s,this.positional=i,this.audio=void 0}init(e){this.positional?this.audio=new u(e):this.audio=new d(e),this.audio.setBuffer(this.buffer),this.audio.setLoop(this.loop),this.audio.gain.gain.value=0,this.audio.setVolume(this.loop?0:this.volume)}play(){this.audio.play()}pause(){this.audio.pause()}stop(){this.audio.stop()}get is_playing(){return this.audio.isPlaying}}class qe extends Ce{constructor(e,t,s=!0,i=0,r,n=!1){super(e,t,r),this.loop=s,this.volume=i,this.positional=n}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.instantiate_audio(e):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}instantiate_audio(e){const t=p.getContext(),s=t.createBuffer(2,22050,44100);fetch(this.url).then((e=>e.blob())).then((i=>{i.arrayBuffer?i.arrayBuffer().then((s=>{t.decodeAudioData(s,(t=>{e.set_resource(this.resource_id,this.url,new Ee(t,this.loop,this.volume,this.positional)),this.__update_downloaded_bytes(1,1),this.__loading_ended()}))})):(e.set_resource(this.resource_id,this.url,new Ee(s,this.loop,this.volume,this.positional)),this.__update_downloaded_bytes(1,1),this.__loading_ended())}))}}const Ve=new class{init(){this.resources={},this.resources_by_url={}}set_resource(e,t,s){Object.keys(this.resources_by_url).includes(t)?this.resources[e]=this.resources_by_url[t]:(this.resources[e]=s,this.resources_by_url[t]=s)}get_resource(e){return this.resources[e]}get(e){return this.resources[e]}};class Be{constructor(e,t,s){this.resource_container=Ve,this.assets=t,this.name=e,this.worker=s,this.bound_on_message=this.on_message.bind(this),this.__setup_worker(),this.assets_loaders=this.__setup_loaders()}load(){this.worker.postMessage({type:"load",loader_name:this.name})}is_loaded(){for(let e=0;e<this.assets_loaders.length;e++){const t=this.assets_loaders[e];if(!t.has_finished)return!1;t.has_error&&(t.url=t.original_url,t.print_error())}return!0}get_progress(){return this.__get_loaded_bytes()/this.__get_total_bytes()}__get_loaded_bytes(){let e=1;for(let t=0;t<this.assets_loaders.length;t++)e+=this.assets_loaders[t].loaded_bytes;return e}__get_total_bytes(){let e=1;for(let t=0;t<this.assets_loaders.length;t++)e+=this.assets_loaders[t].total_bytes;return e}get_assets_names(){const e=[];for(let t=0;t<this.assets.length;t++){const s=this.assets[t];e.push(s.name)}return e}static create_worker(){return new Worker(new URL("./assets_loader/AsyncAssetsLoaderWorker.ts",import.meta.url),{name:"OHZI - AssetLoader",type:"module"})}__setup_worker(){this.worker.addEventListener("message",this.bound_on_message),this.worker.postMessage({type:"assets",loader_name:this.name,data:this.assets})}on_message(e){const t=e.data;if(t.type===`asset_loaded_${this.name}`)this.__on_assets_loaded(t.data)}__on_assets_loaded(e){this.worker.removeEventListener("message",this.bound_on_message);for(let t=0;t<this.assets_loaders.length;t++){const s=this.assets_loaders[t];s.original_url=s.url,s.url=e[s.resource_id],s.on_preloaded_finished(this.resource_container)}}__setup_loaders(){return console.warn("Not implemented"),[]}}class Ye extends Be{constructor(e,t,s){super(e,t,s)}__setup_loaders(){const e=[];for(let t=0;t<this.assets.length;t++){const s=this.assets[t];e.push(new qe(s.name,s.url,s.loop,s.volume,s.size,s.positional))}return e}}class Ge extends Ce{constructor(e,t,s,i){super(e,t,i),this.loader=new _e,this.loader.setDRACOLoader(s)}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Qe extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new _e}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class We extends Be{constructor(e,t,s){super(e,t,s)}__setup_loaders(){const e=[];for(let t=0;t<this.assets.length;t++){const s=this.assets[t];if(s.draco){const t=Ve.get("draco_loader");e.push(new Ge(s.name,s.url,t,s.size))}else e.push(new Qe(s.name,s.url,s.size))}return e}}const Xe=new class{async init(){switch(this.browser_name="",this.agent=window.navigator.userAgent.toLowerCase(),this.has_web_xr_support="xr"in navigator,this.is_vr=this.has_web_xr_support&&await navigator.xr.isSessionSupported("immersive-vr"),!0){case this.agent.indexOf("edge")>-1:this.browser_name="edge_ie";break;case this.agent.indexOf("edg")>-1:this.browser_name="edge_chromium";break;case this.agent.indexOf("opr")>-1&&!!window.opr:this.browser_name="opera";break;case this.agent.indexOf("chrome")>-1&&!!window.chrome:this.browser_name="chrome";break;case this.agent.indexOf("trident")>-1:this.browser_name="iexplorer";break;case this.agent.indexOf("firefox")>-1:this.browser_name="firefox";break;case this.agent.indexOf("safari")>-1:this.browser_name="safari";break;default:this.browser_name="other"}this.version=this.get_version()}get name(){return this.browser_name}get is_safari(){return"safari"===this.browser_name}get is_chrome(){return"chrome"===this.browser_name}get is_firefox(){return"firefox"===this.browser_name}get is_edge(){return"edge_ie"===this.browser_name}get is_edge_chromium(){return"edge_chromium"===this.browser_name}get has_webm(){return!!(this.is_chrome||this.is_firefox||this.is_edge_chromium)}get has_hvec(){return this.is_safari}get preferred_video_extension(){return this.has_webm?"webm":this.has_hvec?"hvec.mp4":"mp4"}get_version(){const e=navigator.userAgent;let t=[],s="0",i=e.match(/(opera|chrome|safari|firefox|msie|trident(?=\/))\/?\s*(\d+)/i)||[];return/trident/i.test(i[1])&&(t=/\brv[ :]+(\d+)/g.exec(e)||[],s="IE "+(t[1]||"")),"Chrome"===i[1]&&(t=e.match(/\b(OPR|Edge)\/(\d+)/),null!=t&&(s=t.slice(1).join(" ").replace("OPR","Opera"))),i=i[2]?[i[1],i[2]]:[navigator.appName,navigator.appVersion,"-?"],null!=(t=e.match(/version\/(\d+(\.\d+)?)/i))&&i.splice(1,1,t[1]),s=i.join(" "),Number(s.split(" ")[1])}};class He extends Ce{constructor(e,t,s,i=!0,r=!1,n=!0){super(e,t,s),this.original_url="",this.colorSpaceConversion=n,this.premultiplyAlpha=r,this.flipY=i}on_preloaded_finished(e){Xe.is_safari?this.load_with_old_method(e):this.load_with_new_method(e)}load_with_old_method(e){if(void 0===e.resources_by_url[this.url]){const t=new m,s=new Image;s.src=this.url,s.onload=()=>{t.image=s,t.flipY=this.flipY,t.premultiplyAlpha=this.premultiplyAlpha,t.colorSpace=this.colorSpaceConversion?g:f,t.needsUpdate=!0,e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()},s.onerror=()=>{console.error("The source image could not be decoded.",this.original_url)}}else e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended()}load_with_new_method(e){if(void 0===e.resources_by_url[this.url]){const t={credentials:"same-origin"};fetch(this.url,t).then((e=>e.blob())).then((e=>createImageBitmap(e,{colorSpaceConversion:this.colorSpaceConversion?"default":"none",imageOrientation:this.flipY?"flipY":"from-image",premultiplyAlpha:this.premultiplyAlpha?"premultiply":"none"}))).then((t=>{const s=new m(t);s.flipY=this.flipY,s.premultiplyAlpha=this.premultiplyAlpha,s.colorSpace=this.colorSpaceConversion?g:f,s.needsUpdate=!0,e.set_resource(this.resource_id,this.url,s),this.__update_downloaded_bytes(1,1),this.__loading_ended()})).catch((e=>{console.error(e,this.original_url)}))}else e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended()}}class Ke extends Ce{constructor(e,t,s,i){super(e,t,i),this.loader=s}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(e=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class $e extends Ce{constructor(e,t,s,i){super(e,t,i),this.loader=new v,this.loader.setPath(t+"/"),this.urls=[`px.${s}`,`nx.${s}`,`py.${s}`,`ny.${s}`,`pz.${s}`,`nz.${s}`]}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.urls,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error("Image could not be loaded. Maybe wrong name or path, I don't know¯\\_(ツ)_/¯"+e),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Ze extends Ce{constructor(e,t,s,i){super(e,t,i),this.loader=new le,this.loader.setPath(t+"/"),this.urls=[`px.${s}`,`nx.${s}`,`py.${s}`,`ny.${s}`,`pz.${s}`,`nz.${s}`]}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.urls,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Je extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new he}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class et extends Be{constructor(e,t,s){super(e,t,s)}__setup_loaders(){const e=[];for(let t=0;t<this.assets.length;t++){const s=this.assets[t];switch(s.kind){case"regular":e.push(new He(s.name,s.url,s.size,s.flipY,s.premultiplyAlpha,s.colorSpaceConversion));break;case"basis":e.push(new Ke(s.name,s.url,Ve.get("basis_loader"),s.size));break;case"hdr":e.push(new Je(s.name,s.url,s.size));break;case"cubemap":e.push(new $e(s.name,s.url,s.extension,s.size));break;case"cubemap_hdr":e.push(new Ze(s.name,s.url,s.extension,s.size))}}return e}}class tt{constructor(e){this.compilators=e,this.first_update=!0,this.index=0}update(){this.is_finished()||(this.compilators[this.index].finished?(this.index++,this.first_update=!0):this.first_update?(this.compilators[this.index].start(),this.first_update=!1):this.compilators[this.index].update())}is_finished(){return this.index===this.compilators.length}}class st{constructor(e,{SceneCompilator:t,TexturesCompilator:s,AudiosCompilator:i}){this.scene=e,this.SceneCompilator=t,this.TexturesCompilator=s,this.AudiosCompilator=i,this.loaders=[],this.compilators=[],this.callback_called=!1}set_assets(e,t,s,i=[],r=[],n=[]){this.scene_objects=e,this.scene_textures=t,this.scene_sounds=s,this.custom_loaders=i,this.custom_compilators=r,this.custom_data=n}get loading_progress(){let e=0;for(let t=0;t<this.loaders.length;t++){e+=this.loaders[t].get_progress()}return e/this.loaders.length}load(){this.setup_loader(),this.loaders[0].load()}on_enter(){}on_exit(){}update(){}setup_loader(){const e=[],t=Ve.get("assets_worker");t.postMessage({type:"reset",loader_name:this.scene.name});const s=new We(this.scene.name,this.scene_objects,t);this.loaders.push(s),e.push(new this.SceneCompilator(this.scene));const i=new et(this.scene.name,this.scene_textures,t);this.loaders.push(i),e.push(new this.TexturesCompilator(i.get_assets_names()));const r=new Ye(this.scene.name,this.scene_sounds,t);this.loaders.push(r),e.push(new this.AudiosCompilator(r.get_assets_names()));for(let s=0;s<this.custom_loaders.length;s++){const i=new this.custom_loaders[s](this.scene.name,this.custom_data[s],t);this.loaders.push(i),e.push(new this.custom_compilators[s](i.get_assets_names()))}this.compilator_manager=new tt(e)}is_loaded(){let e=!0;for(let t=0;t<this.loaders.length;t++){const s=this.loaders[t];e=e&&s.is_loaded()}return e}is_compiled(){return this.compilator_manager.update(),this.compilator_manager.is_finished()}}class it extends st{on_enter(){super.on_enter()}on_exit(){super.on_exit()}update(){super.update(),this.is_loaded()&&this.scene.on_high_quality_assets_ready()}}class rt extends st{constructor(e,t){super(e,t),this.on_assets_ready_called=!1}on_enter(){super.on_enter()}on_exit(){super.on_exit()}update(){super.update(),this.is_loaded()&&(this.on_assets_ready_called||(this.scene.on_assets_ready(),this.on_assets_ready_called=!0),this.is_compiled()&&this.scene.on_assets_compiled())}}class nt extends n{constructor({name:e,compilators:t}){super(),this.name=e,this.initialized=!1,this.is_loaded=!1,this.is_high_loaded=!1,this.loading_states={regular:new rt(this,t),high:new it(this,t)},this.current_loading_state=new st(this,t)}get loading_progress(){return this.current_loading_state.loading_progress}init(){this.initialized=!0}load(){this.initialized||this.init(),this.set_loading_state(this.loading_states.regular),this.current_loading_state.load()}get_objects(){const e=[];return this.traverse((t=>{t instanceof o&&t.geometry&&e.push(t)})),e}dispose_cpu(){this.traverse((e=>{if(e instanceof o&&e.geometry&&(e.geometry.attributes.position.array=new Float32Array(3),e.geometry.attributes.normal&&(e.geometry.attributes.normal.array=new Float32Array(3)),e.geometry.attributes.uv&&(e.geometry.attributes.uv.array=new Float32Array(2)),e.material.map))for(let t=0;t<e.material.map.mipmaps.length;t++)e.material.map.mipmaps[t]=new Uint8Array(4)})),this.initialized=!1}dispose(){this.traverse((e=>{e instanceof o&&e.material&&(e.material.map&&e.material.map.dispose(),e.material.dispose(),e.geometry.dispose())})),this.initialized=!1}set_assets(e,t,s,i,r,n){this.loading_states.regular.set_assets(e,t,s,i,r,n)}set_high_assets(e,t,s,i,r,n){this.loading_states.high.set_assets(e,t,s,i,r,n)}set_loading_state(e){this.current_loading_state.on_exit(),this.current_loading_state=e,this.current_loading_state.on_enter()}update_loading_state(){this.is_high_loaded||this.current_loading_state.update()}update(){this.update_loading_state()}on_assets_ready(){}on_assets_compiled(){this.is_loaded=!0,this.set_loading_state(this.loading_states.high),this.current_loading_state.load()}on_high_quality_assets_ready(){this.is_high_loaded=!0}on_pre_render(){}render(){Ne.render(this,Pe.current)}on_post_render(){}}class ot{constructor(e,t,s){this.name=e,this.method=t,this.args=s}trigger(){ViewApi.application[this.name][this.method](...this.args.split(","))}}class at{constructor(){}static linear_map(e,t,s,i,r){return(e-t)/(s-t)*(r-i)+i}static between(e,t,s){return e>=t&&e<=s}static mod(e,t){return(e%t+t)%t}static rgb_to_hex(e){return e.r=Math.round(255*parseFloat(e.r)).toString(16),e.g=Math.round(255*parseFloat(e.g)).toString(16),e.b=Math.round(255*parseFloat(e.b)).toString(16),1===e.r.length&&(e.r="0"+e.r),1===e.g.length&&(e.g="0"+e.g),1===e.b.length&&(e.b="0"+e.b),"#"+e.r+e.g+e.b}static project_points_on_plane(e,t){const s=e[0].clone();s.set(0,0,0);const i=[];for(let r=0;r<e.length;r++)t.projectPoint(e[r],s),i.push(s.clone());return i}static matrix4_lerp(e,t,s,i){for(let r=0;r<16;r++)s.elements[r]=this.lerp(e.elements[r],t.elements[r],i)}static equals(e,t){return Math.abs(e-t)<1e-6}static lerp(e,t,s){return(1-s)*e+s*t}static clamp(e,t,s){return Math.max(t,Math.min(s,e))}static euclideanModulo(e,t){return(e%t+t)%t}static pingpong(e,t=1){return t-Math.abs(at.euclideanModulo(e,2*t)-t)}static degToRad(e){return e*(Math.PI/180)}static radToDeg(e){return e*(180/Math.PI)}static deg_to_rad(e){return e*(Math.PI/180)}static rad_to_deg(e){return e*(180/Math.PI)}static perspective_divide(e){return e.x/=e.w,e.y/=e.w,e.z/=e.w,e}static points_average(e){const t=e[0].clone();for(let s=1;s<e.length;s++)t.add(e[s]);return t.multiplyScalar(1/e.length),t}static get_random_color(){const e=[0,1,2,3,4,5,6,7,8,9,"a","b","c","d","e","f"];let t="#";return t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t+=e[Math.floor(16*Math.random())],t}static saturate(e){return at.clamp(e,0,1)}static generate_uuid(){const e=["00","01","02","03","04","05","06","07","08","09","0a","0b","0c","0d","0e","0f","10","11","12","13","14","15","16","17","18","19","1a","1b","1c","1d","1e","1f","20","21","22","23","24","25","26","27","28","29","2a","2b","2c","2d","2e","2f","30","31","32","33","34","35","36","37","38","39","3a","3b","3c","3d","3e","3f","40","41","42","43","44","45","46","47","48","49","4a","4b","4c","4d","4e","4f","50","51","52","53","54","55","56","57","58","59","5a","5b","5c","5d","5e","5f","60","61","62","63","64","65","66","67","68","69","6a","6b","6c","6d","6e","6f","70","71","72","73","74","75","76","77","78","79","7a","7b","7c","7d","7e","7f","80","81","82","83","84","85","86","87","88","89","8a","8b","8c","8d","8e","8f","90","91","92","93","94","95","96","97","98","99","9a","9b","9c","9d","9e","9f","a0","a1","a2","a3","a4","a5","a6","a7","a8","a9","aa","ab","ac","ad","ae","af","b0","b1","b2","b3","b4","b5","b6","b7","b8","b9","ba","bb","bc","bd","be","bf","c0","c1","c2","c3","c4","c5","c6","c7","c8","c9","ca","cb","cc","cd","ce","cf","d0","d1","d2","d3","d4","d5","d6","d7","d8","d9","da","db","dc","dd","de","df","e0","e1","e2","e3","e4","e5","e6","e7","e8","e9","ea","eb","ec","ed","ee","ef","f0","f1","f2","f3","f4","f5","f6","f7","f8","f9","fa","fb","fc","fd","fe","ff"],t=4294967295*Math.random()|0,s=4294967295*Math.random()|0,i=4294967295*Math.random()|0,r=4294967295*Math.random()|0;return(e[255&t]+e[t>>8&255]+e[t>>16&255]+e[t>>24&255]+"-"+e[255&s]+e[s>>8&255]+"-"+e[s>>16&15|64]+e[s>>24&255]+"-"+e[63&i|128]+e[i>>8&255]+"-"+e[i>>16&255]+e[i>>24&255]+e[255&r]+e[r>>8&255]+e[r>>16&255]+e[r>>24&255]).toLowerCase()}}class _t{constructor(e={}){this.previous_elapsed_time=-1e-5,this.elapsed_time=-1e-5,this.playback_speed=this.__get_playback_speed(),this.playing=!0,this.action_events=[],this.context=e,this.initial_context=JSON.parse(JSON.stringify(e)),this.tmp_t=0,this.channels={};const t=Object.keys(e);for(let e=0;e<t.length;e++)this.channels[t[e]]=[];this.duration=0}play(){this.playing=!0}stop(){this.playing=!1}reset(){this.elapsed_time=-1e-5}skip(){const e=this.get_duration();this.__play_clips(this.elapsed_time,e+1e-4),this.elapsed_time=e}update(e){this.playing&&(this.previous_elapsed_time=this.elapsed_time,this.elapsed_time+=e*this.playback_speed,this.__play_clips(this.previous_elapsed_time,this.elapsed_time))}set_progress(e){this.previous_elapsed_time=this.elapsed_time,this.elapsed_time=at.clamp(e,0,this.duration),this.__play_clips(this.elapsed_time,this.elapsed_time)}set_normalized_progress(e){this.previous_elapsed_time=this.elapsed_time,this.elapsed_time=at.clamp(e,0,1)*this.duration,this.__play_clips(this.elapsed_time,this.elapsed_time)}get_progress(){return at.clamp(this.elapsed_time/this.get_duration(),0,1)}is_finished(){return this.elapsed_time>this.get_duration()}add_action_event(e,t){this.action_events.push({trigger_time:e,action:t}),this.duration=Math.max(this.duration,e)}add_action_interpolator(e,t,s,i=!1){if(i){const e=this.channels[s.attribute_name];void 0===e&&console.error(`${s.attribute_name} missing in initial state data.`),0===e.length?s.from=this.initial_context[s.attribute_name]:s.from=e[e.length-1].interpolator.to}const r={from:e,to:t,interpolator:s};this.duration=Math.max(this.duration,t),this.channels[s.attribute_name].push(r)}get_current_target_value(e){const t=this.__get_current_keyframe(e,this.elapsed_time);return this.elapsed_time<t.from?t.interpolator.evaluate(0):t.interpolator.evaluate(1)}get_current_starting_value(e){return this.__get_current_keyframe(e,this.elapsed_time).interpolator.evaluate(0)}get_current_progress(e){const t=this.__get_current_keyframe(e,this.elapsed_time),s=this.__linear_map_01(this.elapsed_time,t.from,t.to);return t.interpolator.easing_function(s)}get_duration(){return this.duration}__play_clips(e,t){this.elapsed_time>this.previous_elapsed_time&&this.__play_events(this.previous_elapsed_time,this.elapsed_time);const s=Object.keys(this.initial_context);for(let t=0;t<s.length;t++){const i=s[t],r=this.__get_current_keyframe(i,e);this.context[i]=this.evaluate_keyframe(r,e)}}__play_events(e,t){for(let s=0;s<this.action_events.length;s++){const i=this.action_events[s].trigger_time;at.between(i,e,t)&&this.action_events[s].action.trigger()}}evaluate_keyframe(e,t){return this.tmp_t=this.__linear_map_01(t,e.from,e.to),e.interpolator.evaluate(at.clamp(this.tmp_t,0,1))}get_keyframes(e){return this.channels[e]}is_channel_redefined(e){for(let t=0;t<this.channels[e].length;t++){if(this.channels[e][t].interpolator.initial)return!1}return!0}__linear_map_01(e,t,s){return at.saturate((e-t)/(s-t)*1+0)}__get_current_keyframe(e,t){let s;const i=this.channels[e];for(let e=0;e<i.length;e++){const r=i[e];if(t>=r.from&&t<=r.to)return s=r,s}let r=1/0;for(let e=0;e<i.length;e++){const n=i[e],o=Math.abs(n.to-t);o<r&&(s=n,r=o)}return s}__get_playback_speed(){const e=new URLSearchParams(window.location.search).get("transitions_velocity");return e?Number(e):1}set_initial_value_on_channel(e,t){this.get_keyframes(e)[0].interpolator.from=t}set_final_value_on_channel(e,t){const s=this.get_keyframes(e);s[s.length-1].interpolator.to=t}}class lt{constructor(){}static linear(e){return e}static triangular(e){return 1-Math.abs(2*e%2-1)}static ease_in_sine(e){return 1-Math.cos(3.1415926*e/2)}static ease_out_sine(e){return Math.sin(3.1415926*e/2)}static ease_in_out_sine(e){return-(Math.cos(3.1415926*e)-1)/2}static ease_in_cubic(e){return e*e*e}static ease_out_cubic(e){return 1-Math.pow(1-e,3)}static ease_in_out_cubic(e){return e<.5?4*e*e*e:1-Math.pow(-2*e+2,3)/2}static ease_in_quad(e){return e*e}static ease_out_quad(e){return 1-(1-e)*(1-e)}static ease_in_out_quad(e){return e<.5?2*e*e:1-Math.pow(-2*e+2,2)/2}static ease_in_quart(e){return e*e*e*e}static ease_out_quart(e){return 1-Math.pow(1-e,4)}static ease_in_out_quart(e){return e<.5?8*e*e*e*e:1-Math.pow(-2*e+2,4)/2}static ease_in_quint(e){return e*e*e*e*e}static ease_out_quint(e){return 1-Math.pow(1-e,5)}static ease_in_out_quint(e){return e<.5?16*e*e*e*e*e:1-Math.pow(-2*e+2,5)/2}static ease_in_expo(e){return 0===e?0:Math.pow(2,10*e-10)}static ease_out_expo(e){return 1===e?1:1-Math.pow(2,-10*e)}static ease_in_out_expo(e){return 0===e?0:1===e?1:e<.5?Math.pow(2,20*e-10)/2:(2-Math.pow(2,-20*e+10))/2}static ease_in_circ(e){return 1-Math.sqrt(1-Math.pow(e,2))}static ease_out_circ(e){return Math.sqrt(1-Math.pow(e-1,2))}static ease_in_out_circ(e){return e<.5?(1-Math.sqrt(1-Math.pow(2*e,2)))/2:(Math.sqrt(1-Math.pow(-2*e+2,2))+1)/2}static ease_in_back(e){return 2.7015*e*e*e-1.7015*e*e}static ease_out_back(e){return 1+2.7015*Math.pow(e-1,3)+1.7015*Math.pow(e-1,2)}static ease_in_out_back(e){return e<.5?Math.pow(2*e,2)*(7.189819*e-2.5949095)/2:(Math.pow(2*e-2,2)*(3.5949095*(2*e-2)+2.5949095)+2)/2}static ease_in_elastic(e){const t=2*Math.PI/3;return 0===e?0:1===e?1:-Math.pow(2,10*e-10)*Math.sin((10*e-10.75)*t)}static ease_out_elastic(e){return 0===e?0:1===e?1:Math.pow(2,-10*e)*Math.sin(2.094395*(10*e-.75))+1}static ease_in_out_elastic(e){return 0===e?0:1===e?1:e<.5?-Math.pow(2,20*e-10)*Math.sin(1.3962633*(20*e-11.125))/2:Math.pow(2,-20*e+10)*Math.sin(1.3962633*(20*e-11.125))/2+1}static ease_in_bounce(e){return 1-this.ease_out_bounce(1-e)}static ease_out_bounce(e){const t=7.5625,s=2.75;return e<1/s?t*e*e:e<2/s?t*(e-=1.5/s)*e+.75:e<2.5/s?t*(e-=2.25/s)*e+.9375:t*(e-=2.625/s)*e+.984375}static ease_in_out_bounce(e){return e<.5?(1-this.ease_out_bounce(1-2*e))/2:(1+this.ease_out_bounce(2*e-1))/2}static heartbeat(e){return 1-Math.pow(Math.abs(Math.sin(e+1)),63)*Math.sign(Math.sin(e))*Math.sin(e+1.5+1)*.8}}class ht{constructor(e="linear"){this.easing_function=void 0,this.easing_function="string"==typeof e?lt[e]:e,this.attribute_name="",this.from=0,this.to=1}update(e,t){}}class ct extends ht{constructor(e,t=0,s=1,i=!1,r="linear"){super(r),this.attribute_name=e,this.from=t,this.to=s,this.initial=i}update(e,t){e[this.attribute_name]=at.lerp(this.from,this.to,this.easing_function(t))}evaluate(e){return at.lerp(this.from,this.to,this.easing_function(e))}}class ut{constructor(){}parse(e){const t=(new DOMParser).parseFromString(e,"text/xml").querySelectorAll("mxGeometry"),s=[],i=[];for(let e=0;e<t.length;e++){const r=t[e],n=r.parentElement,o=n.getAttribute("value"),a=this.get_node_x_position(r)/100,_=parseFloat(r.getAttribute("width"))/100;if(n.getAttribute("style").includes("rhombus;")){const e=o.split("."),t=e[0],s=e[1];i.push({name:t,method:s,at_time:a+.5*_})}if(n.getAttribute("style").includes("rounded=0;")&&!n.getAttribute("style").includes("text;")&&""!==o&&!o.includes(" ")){const e=o.split("="),t=e[0],i=e[1].split("--"),r=parseFloat(i[0]),n=i[1];2!==e.length&&console.error("DrawIO data is malformed:",o),2!==i.length&&console.error("DrawIO data is malformed:",o),s.push({attribute_name:t,from_time:a,to_time:a+_,to_value:r,easing_function:n})}}return s.sort(((e,t)=>e.from_time-t.from_time)),{animation_tracks:s,triggers:i}}get_node_x_position(e){const t=e.getAttribute("x");return null===t?0:parseFloat(t)}}class dt{constructor(e){this.default_state_data=e}from_animation_sheet(e,t,s){s=s||this.default_state_data;const i=e.animation_tracks,r=e.triggers,n=this.state_to_tracks(this.default_state_data,this.get_longest_time(e.animation_tracks));for(let e=0;e<n.length;e++)void 0===i.find((t=>t.attribute_name===n[e].attribute_name))&&i.push(n[e]);const o=new _t(t);for(let e=0;e<i.length;e++){const s=i[e],r=new ct(s.attribute_name,t[s.attribute_name],s.to_value,s.initial,s.easing_function);o.add_action_interpolator(s.from_time,s.to_time,r,!0)}for(let e=0;e<r.length;e++){const t=r[e],s=new ot(t.name,t.method,t.args);o.add_action_event(t.at_time,s)}return o}state_to_tracks(e,t){const s=[],i=Object.keys(e);for(let r=0;r<i.length;r++)s.push({attribute_name:i[r],from_time:0,to_time:t<1?t:1,to_value:e[i[r]],initial:!0,easing_function:"ease_in_out_cubic"});return s}from_draw_io(e,t){const s=(new ut).parse(e),i=s.animation_tracks,r=s.triggers,n=new _t(t);for(let e=0;e<i.length;e++){const s=i[e],r=new ct(s.attribute_name,t[s.attribute_name],s.to_value,!1,s.easing_function);n.add_action_interpolator(s.from_time,s.to_time,r,!0)}for(let e=0;e<r.length;e++){const t=r[e],s=new ot(t.name,t.method);n.add_action_event(t.at_time,s)}return n}get_longest_time(e){let t=-1;for(let s=0;s<e.length;s++){const i=e[s].to_time;t=i>t?i:t}return t}}class pt{constructor(){this.transitions=[],this.default_state_data={}}get(e,t,s){for(let i=0;i<this.transitions.length;i++)if(this.transitions[i].from===e&&this.transitions[i].to===t){return new dt(this.default_state_data).from_animation_sheet(this.transitions[i].data,s)}for(let e=0;e<this.transitions.length;e++)if(this.transitions[e].to===t&&void 0===this.transitions[e].from){return new dt(this.default_state_data).from_animation_sheet(this.transitions[e].data,s)}console.error("TransitionTable.get no data found for: ",e,t)}add_transitions(e){for(let t=0;t<e.length;t++)this.transitions.push(e[t])}set_transitions(e){this.transitions=e}set_default_state_data(e){this.default_state_data=e}}const mt=new class{constructor(){this.__delta_buffer=[.016,.016,.016,.016,.016,.016,.016,.016,.016,.016]}init(){this.__previous_elapsed_time=-1,this.__delta_time=0,this.__smooth_delta_time=0,this.__elapsed_time=0,this.__frame_interpolation_t=0,this.fixed_delta_time=1/30}get elapsed_time(){return this.__elapsed_time}get delta_time(){return this.__delta_time}get smooth_delta_time(){return this.__smooth_delta_time}get frame_interpolation(){return this.__frame_interpolation_t}get fdt(){return this.fixed_delta_time}get dt(){return this.delta_time}get sdt(){return this.smooth_delta_time}__set_frame_interpolation(e){this.__frame_interpolation_t=e}__update(e){this.__previous_elapsed_time<0&&(this.__previous_elapsed_time=e),this.__delta_time=(e-this.__previous_elapsed_time)/1e3,this.__elapsed_time=e/1e3,this.__delta_buffer.shift(),this.__delta_buffer.push(this.delta_time<.32?this.delta_time:.032),this.__calculate_smooth_delta_time(),this.__previous_elapsed_time=e}__calculate_smooth_delta_time(){this.__smooth_delta_time=0;for(let e=0;e<this.__delta_buffer.length;e++)this.__smooth_delta_time+=this.__delta_buffer[e];this.__smooth_delta_time=this.__smooth_delta_time/this.__delta_buffer.length}};class gt{constructor(e){this.name=e}start(){}before_enter(){}on_enter(){}before_exit(){}on_exit(){}before_update(){}update(){}fixed_update(){}update_enter_transition(e,t,s){}update_exit_transition(e,t,s){}}class ft{constructor(e){this.last_state=new gt("last_initial"),this.current_state=new gt("current_initial"),this.default_state_data={},this.current_state_data={},this.transition_table=e,this.transitioning=!1}go_to_state(e,t=!1){this.transitioning&&this.__exit_last_state(),this.last_state=this.current_state,this.current_state=e,this.last_state.before_exit(),this.current_state.before_enter(),this.action_sequencer=this.transition_table.get(this.last_state.name,this.current_state.name,this.current_state_data),this.action_sequencer.play(),this.transitioning=!0,t&&(this.action_sequencer.skip(),this.update())}update(){this.transitioning?(this.__update_transitions(),this.action_sequencer.is_finished()&&(this.transitioning=!1,this.__update_transitions(),this.__exit_last_state(),this.current_state.on_enter())):this.current_state.update()}before_update(){this.current_state.before_update()}fixed_update(){this.current_state.fixed_update()}set_state(e){this.current_state=e}set_default_state_data(e){Object.assign(this.default_state_data,e),Object.assign(this.current_state_data,e)}__update_transitions(){this.action_sequencer.update(mt.delta_time),this.last_state.update_exit_transition(this.current_state_data,this.action_sequencer.get_progress(),this.action_sequencer),this.current_state.update_enter_transition(this.current_state_data,this.action_sequencer.get_progress(),this.action_sequencer)}__exit_last_state(){this.last_state.on_exit()}}const vt=new class{constructor(){this.transition_table=new pt,this.transition_handler=new ft(this.transition_table)}get action_sequencer(){return this.transition_handler.action_sequencer}get current_state_data(){return this.transition_handler.current_state_data}get_current_state(){return this.transition_handler.current_state}go_to_state(e,t=!1){this.transition_handler.go_to_state(e,t)}before_update(){this.transition_handler.before_update()}update(){this.transition_handler.update()}fixed_update(){this.transition_handler.fixed_update()}add_transitions(e){this.transition_table.add_transitions(e)}set_transitions(e){this.transition_table.set_transitions(e)}set_state(e){this.transition_handler.set_state(e)}set_default_state_data(e){this.transition_table.set_default_state_data(e),this.transition_handler.set_default_state_data(e)}};const wt=new class{constructor(){this.views=[],this.browser_title_suffix=""}update(){this.__set_views_opacities()}go_to_view(e,t=!0,s=!1){const i=this.get(e);t&&(this.__change_browser_url(i.url),this.__change_browser_title(i.url)),vt.go_to_state(i,s)}go_to_scene(e,t=!1,s=!1){const i=this.get(e),r=this.get("transition");r.set_next_view(i),this.go_to_view(r.name,t,s)}register_view(e){this.views.push(e)}has_view(e){for(let t=0;t<this.views.length;t++)if(this.views[t].name===e)return!0;return!1}set_view(e){const t=this.get(e);vt.set_state(t)}set_browser_title_suffix(e){this.browser_title_suffix=e}get_current_view(){return vt.get_current_state()}get_view_by_name(e){console.warn("DEPRECATED. Use ViewManager.get instead"),this.get(e)}get(e){for(let t=0;t<this.views.length;t++)if(this.views[t].name===e)return this.views[t];console.error("[ViewManager.get] no view found for: ",e)}get_by_url(e){for(let t=0;t<this.views.length;t++)if(this.views[t].url===e)return this.views[t];console.error("[ViewManager.get_by_url] no view found for: ",e)}__change_browser_url(e){window.history.pushState("","",e)}__change_browser_title(e){const t=this.__capitalize(e);document.title=t?`${t} | ${this.browser_title_suffix}`:this.browser_title_suffix}__set_views_opacities(){for(let e=0;e<this.views.length;e++)this.views[e].set_opacity(vt.current_state_data)}__capitalize(e){let t=e.toUpperCase().replace("/","");return t=this.__snake_to_whitespace(t),t}__snake_to_whitespace(e){return e.replace(/([-_][A-Z])/g,(e=>e.replace("-"," ").replace("_"," ")))}};class yt extends gt{constructor({name:e,url:t,container:s,transition_data:i}){super(e),this.container=s,this.url=t,this.current_opacity=0;const r=[{to:e,data:i=i||{animation_tracks:[],triggers:[]}}];wt.register_view(this),vt.add_transitions(r)}before_enter(){this.container.classList.add("before_enter"),this.container.classList.remove("before_exit"),this.container.classList.remove("hidden")}on_enter(){this.container.classList.remove("before_enter"),this.container.classList.remove("before_exit"),this.container.classList.remove("hidden")}before_exit(){this.container.classList.add("before_exit"),this.container.classList.remove("before_enter"),this.container.classList.remove("hidden")}on_exit(){this.container.classList.add("hidden"),this.container.classList.remove("before_enter"),this.container.classList.remove("before_exit")}set_opacity(e){const t=e[`${this.name}_opacity`];(this.current_opacity>t||this.current_opacity<t)&&(this.current_opacity=t,this.container.style.opacity=this.current_opacity)}}class bt{constructor(e){this.uses_dynamic_font=!!e,this.__textHeight=null,this.canvas=document.createElement("canvas"),this.ctx=this.canvas.getContext("2d")}getFontHeight(e="Arial"){if(null==this.__textHeight||this.uses_dynamic_font){const t=document.getElementsByTagName("body")[0],s=document.createElement("div"),i=document.createTextNode("MÉqgOLAKTAL");s.appendChild(i),s.setAttribute("style",`font:${e};position:absolute;top:0;left:0`),t.appendChild(s),this.__textHeight=s.offsetHeight,t.removeChild(s)}return this.__textHeight}get_text_size(e,s="24px Arial"){const i=new t;return this.ctx.font=s,i.x=Math.ceil(this.ctx.measureText(e).width),i.y=Math.ceil(this.getFontHeight(s)),i}draw_canvas(e,t={}){return t.font=t.font||"24px Arial",t.font_color=t.font_color||"#000000",this.__draw(e,t,this.canvas,this.ctx),this.canvas}draw_on_texture(e,t){const s=this.draw_canvas(e,t),i=new w(s,y,b,b,x,x);return i.generateMipmaps=!1,i.needsUpdate=!0,i}__draw(e,t,s,i){}roundRect(e,t,s,i,r,n,o,a){if(void 0===a&&(a=!0),void 0===n&&(n=5),"number"==typeof n)n={tl:n,tr:n,br:n,bl:n};else{const e={tl:0,tr:0,br:0,bl:0};for(const t in e){const s=t;n[s]=n[s]||e[s]}}e.beginPath(),e.moveTo(t+n.tl,s),e.lineTo(t+i-n.tr,s),e.quadraticCurveTo(t+i,s,t+i,s+n.tr),e.lineTo(t+i,s+r-n.br),e.quadraticCurveTo(t+i,s+r,t+i-n.br,s+r),e.lineTo(t+n.bl,s+r),e.quadraticCurveTo(t,s+r,t,s+r-n.bl),e.lineTo(t,s+n.tl),e.quadraticCurveTo(t,s,t+n.tl,s),e.closePath(),o&&e.fill(),a&&e.stroke()}}class xt extends bt{constructor(){super(),this.text_margin=new t(2,0)}__draw(e,t,s,i){i.font=t.font;const r=this.get_text_size(e,t.font);s.width=Math.ceil(r.x+2*this.text_margin.x),s.height=Math.ceil(r.y+2*this.text_margin.y),i.clearRect(0,0,s.width,s.height),i.globalAlpha=0,i.fillStyle=t.font_color||"#000000",i.fillRect(0,0,s.width,s.height),i.globalAlpha=1,i.globalAlpha=1,i.font=t.font,i.fillStyle=t.font_color||"#000000",i.textBaseline="middle",i.textAlign=t.textAlign||"center","center"===i.textAlign?i.fillText(e,s.width/2,s.height/2):i.fillText(e,0,s.height/2)}}const Tt=new class{init(){this.max_anisotropy=0,this.vertex_texture_sampler_available=!1,this.fp_textures_available=!1}};class St extends T{constructor(e=1){super();const t=[];t.push(new c(0,0,0)),t.push(new c(0,0,1e3));const s=new S({color:4474111,depthFunc:i}),r=(new M).setFromPoints(t),n=new z(r,s);n.renderOrder=5e4;const o=[];o.push(new c(0,0,0)),o.push(new c(0,1e3,0));const a=new S({color:4521796,depthFunc:i}),_=(new M).setFromPoints(o),l=new z(_,a);l.renderOrder=5e4;const h=[];h.push(new c(0,0,0)),h.push(new c(1e3,0,0));const u=new S({color:16729156,depthFunc:i}),d=(new M).setFromPoints(h),p=new z(d,u);p.renderOrder=5e4,this.renderOrder=1e5,this.add(n),this.add(l),this.add(p),this.scale.set(e,e,e)}update(){}dispose(){}}class Mt extends Ae{constructor(){super("\n uniform vec2 _ScreenSpacePosition;\n uniform vec2 _ScreenSize;\n uniform vec2 _TextureSize;\n varying vec2 vUv;\n void main()\n {\n vec2 pos = uv * vec2(_TextureSize.x / _ScreenSize.x, _TextureSize.y / _ScreenSize.y);\n pos += vec2(_ScreenSpacePosition.x / _ScreenSize.x, _ScreenSpacePosition.y / _ScreenSize.y);\n\n pos.x = pos.x * 2.0 - 1.0;\n pos.y = pos.y * 2.0 - 1.0;\n\n gl_Position = vec4(pos, 0.0, 1.0);\n vUv = uv;\n }\n ","\n uniform sampler2D _MainTex;\n varying vec2 vUv;\n\n void main()\n {\n gl_FragColor = texture2D(_MainTex, vUv);\n }\n ",{_MainTex:{value:void 0},_ScreenSpacePosition:{value:new t},_ScreenSize:{value:new t},_TextureSize:{value:new t}})}set_position(e,t){this.uniforms._ScreenSpacePosition.value.set(e,t)}set_texture(e,t,s){this.uniforms._MainTex.value=e,this.uniforms._TextureSize.value.set(e.image.width,e.image.height),void 0!==t&&(this.uniforms._TextureSize.value.x=t),void 0!==s&&(this.uniforms._TextureSize.value.y=s)}set_screen_size(e,t){this.uniforms._ScreenSize.value.set(e,t)}}class zt extends F{constructor(e,t,s,i){super(e,t,s,i),this.clear_color=new r("#000000"),this.clear_alpha=1}copy(e){return super.copy(e),this.clear_color.copy(e.clear_color),this.clear_alpha=e.clear_alpha,this}}class Ft extends o{constructor(e,t,s){e=e||"#FF0000";const i=(t=t||1)-.4,r=new A(.01,.01,i,32);r.translate(0,i/2,0);const n=new R(.1,.4,32);n.translate(0,i+.2,0);const o=ce.mergeGeometries([r,n]);o.rotateX(1.57);super(o,new k({color:e})),s&&this.quaternion.setFromUnitVectors(new c(0,0,1),s),this._dir=s}set dir(e){this.quaternion.setFromUnitVectors(new c(0,0,1),e),this._dir=e}get dir(){return this._dir}set length(e){this.scale.z=e}get length(){return this.scale.z}}class At extends o{constructor(e,t,s){e=e||new c(1,1,1),t=t||new c(1,1,1),s=s||16711680;super(new C(e.x,e.y,e.z,t.x,t.y,t.z),new k({color:s}))}}class Rt extends o{constructor(e,t){t=t||"#FF0000";super(new P(e=e||1,64,64),new k({color:t})),this.radius=e,this.color=t,this.center=this.position}}const kt=new class{init(){this.Vector3_one=new c(1,1,1),this.Vector3_zero=new c(0,0,0),this.canvas_renderer=void 0,this.display_texture_meshes=[],this.ctx=void 0,this.scene=new n,this.camera=new zt(60,Le.aspect_ratio,.1,1e3),this.camera.clear_alpha=0}draw_arrow(e,t,s=16711680){const i=new Ft(s,t.length(),t.clone().normalize());return i.position.copy(e),this.scene.add(i),i}draw_axis(){const e=new St;return this.scene.add(e),e}set_debug_RT(e){this.rt_debug=e}draw_rectangle(e,t,s,i){t=t||100,s=s||100,this.ctx.fillStyle=i||"rgba(255, 0, 0, 1)",this.ctx.fillRect(e.x-t/2,this.ctx.canvas.height-e.y-s/2,t,s)}clear(){this.ctx&&this.ctx.clearRect(0,0,this.ctx.canvas.width,this.ctx.canvas.height)}draw_line_2D(e,t,s){this.ctx.strokeStyle=s||"rgba(255, 0, 0, 1)",this.ctx.beginPath(),this.ctx.moveTo(e.x,e.y),this.ctx.lineTo(t.x,t.y),this.ctx.closePath(),this.ctx.stroke()}draw_line(e,t=16711680){const s=new S({color:t}),i=(new M).setFromPoints(e),r=new z(i,s);return r.frustumCulled=!1,this.scene.add(r),r}draw_cube(e,t,s){t=t||1,s=s||16711680,e=e||new c;const i=new At(new c(t,t,t),void 0,s);return i.position.copy(e),this.scene.add(i),i}draw_oriented_cube(e,t,s=1,i="#FF0000",r=.1){const n=e.distanceTo(t),o=new At(new c(r,s,n),void 0,i),a=t.clone().sub(e).multiplyScalar(.5),_=a.clone().normalize();return a.add(e),o.position.copy(a),o.quaternion.setFromUnitVectors(new c(0,0,-1),_),this.scene.add(o),o}draw_plane(t,s,i){const r=new a(t,s),n=new e({uniforms:{_Color:{value:new l(0,1,0,.2)}},vertexShader:Fe,fragmentShader:ze,transparent:!0,depthWrite:!1}),_=new o(r,n);return _.renderOrder=-1e4,this.scene.add(_),_}draw_empty_cube(e,t,s){t=t||1,s=s||16711680;const i=(new L).setFromCenterAndSize(new c,new c(t,t,t)),r=new D(i,s);return r.position.copy(e||new c),r}draw_sphere(e,t,s){t=t||1,s=s||16711680,e=e||new c;const i=new Rt(t,s);return i.position.copy(e),this.scene.add(i),i}draw_point_array(e,t=!1,s=16711680){const i=new U(e,t);i.updateArcLengths();const r=i.getSpacedPoints(200);return this.draw_line(r,65280)}draw_sphere_helper(e,t){t=t||16711680;const s=new P(e.radius,32,32),i=new k({color:t}),r=new o(s,i);return r.position.copy(e.center),De.current.add(r),r}draw_math_sphere(t){const s=new P(t.radius,32,32),i=new e({uniforms:{_Color:{value:new l(1,0,0,.2)}},vertexShader:Fe,fragmentShader:ze,transparent:!0}),r=new o(s,i);r.position.copy(t.center),De.current.add(r)}draw_bounding_box(e){const t=new D(e,16776960);De.current.add(t)}draw_curve(e,t){const s=new c(0,0,0);t&&(s.y=t.offset||0);for(let t=0;t<e.length-1;t++)this.draw_line([e[t].clone().add(s),e[t+1].clone().add(s)])}draw_texture(e,t,s){const i=new o(new a(1,1),new Mt);return this.display_texture_meshes.push(i),this.scene.add(i),i.material.set_texture(e,t,s),i}render(e){for(let e=0;e<this.display_texture_meshes.length;e++)this.display_texture_meshes[e].material.set_screen_size(Le.width,Le.height);this.scene.children.length>0&&e.render(this.scene,Pe.current)}};class Ct{constructor(){}get is_animating(){return!1}on_enter(e){}update(e){}on_exit(e){}}class Pt{constructor(){this.t=0,this.easing_function_t=0}get is_animating(){return!0}on_enter(e){}update(e){this.t+=mt.delta_time/e.duration,this.easing_function_t=e.easing_function(this.t),this.easing_function_t=at.clamp(this.easing_function_t,0,1),e.set_property_value(at.lerp(e.from,e.to,this.easing_function_t)),this.easing_function_t>=.9999&&(e.set_property_value(e.to),e.set_current_state(new Ct),e.finished_callback(e))}on_exit(e){}}class Lt{constructor({element:e,css_property:t,from:s=0,to:i=1,duration:r=1,value_prefix:n="",value_suffix:o="",easing_function:a=lt.ease_in_out_cubic,finished_callback:_=()=>{}}){this.element=e,this.css_property=t,this.from=s,this.to=i,this.value_prefix=n,this.value_suffix=o,this.duration=r,this.easing_function=a,this.finished_callback=_,this.current_state=new Ct}animate(){this.set_current_state(new Pt)}stop(){this.set_current_state(new Ct)}set_property_value(e){this.element.style[this.css_property]=`${this.value_prefix}${e}${this.value_suffix}`}update(){this.current_state.update(this)}get is_animating(){return this.current_state.is_animating}set_current_state(e){this.current_state.on_exit(this),this.current_state=e,this.current_state.on_enter(this)}}const Dt=new class{init(){this.operating_systems={ANDROID:"android",IOS:"ios",LINUX:"linux",MAC:"mac",WINDOWS:"windows"},this.is_mobile=!!navigator.userAgent.match(/(iPhone|iPod|iPad|Android|playbook|silk|BlackBerry|BB10|Windows Phone|Tizen|Bada|webOS|IEMobile|Opera Mini)/),this.is_ipad=!!(navigator.userAgent.match(/Mac/)&&navigator.maxTouchPoints&&navigator.maxTouchPoints>2),this.is_ios=!!navigator.userAgent.match(/(iPhone|iPod|iPad)/)||this.is_ipad,this.is_android=this.get_os()===this.operating_systems.ANDROID,this.is_linux=this.get_os()===this.operating_systems.LINUX,this.is_mac=this.get_os()===this.operating_systems.MAC,this.is_windows=this.get_os()===this.operating_systems.WINDOWS}get_os(){const e=window.navigator.userAgent,t=window.navigator.platform;let s=null;return-1!==["Macintosh","MacIntel","MacPPC","Mac68K"].indexOf(t)?s=this.operating_systems.MAC:-1!==["iPhone","iPad","iPod"].indexOf(t)?s=this.operating_systems.IOS:-1!==["Win32","Win64","Windows","WinCE"].indexOf(t)?s=this.operating_systems.WINDOWS:/Android/.test(e)?s=this.operating_systems.ANDROID:!s&&/Linux/.test(t)&&(s=this.operating_systems.LINUX),s}};const Ut=new class{init(){this.target_geometry=void 0,this.target_position=new c}set_target_geometry(e){this.target_geometry=e}};class Ot{constructor(){}fit_points(e,t,s,i){const r=t.clone().inverse(),n=[];for(let t=0;t<e.length;t++)n.push(e[t].clone().applyQuaternion(r));const o=(new L).setFromPoints(n),a=new c;o.getSize(a);const _=this.get_distance_to_fit_rect(a.x/2,a.y/2,s,i),l=new c;return o.getCenter(l),l.applyQuaternion(t),{center:l,distance_to_center:_}}get_distance_to_fit_rect(e,t,s,i){const r=s/2*Math.PI/180,n=2*Math.atan(Math.tan(r)*i)/2,o=t/Math.tan(r),a=e/Math.tan(n);return Math.max(Math.abs(a),Math.abs(o))}}class jt{constructor(){this.sphere=new O}fit_points(e,t,s,i){this.sphere.setFromPoints(e);const r=at.degToRad(s/2),n=2*Math.atan(Math.tan(r)*i)/2,o=this.get_up_plane_normal(t,r),a=this.get_down_plane_normal(t,r),_=this.get_left_plane_normal(t,n),l=this.get_right_plane_normal(t,n),h=new c(0,0,-1).applyQuaternion(t),u=this.sphere.center.clone(),d=this.get_distance_to_fit_rect(2*this.sphere.radius,2*this.sphere.radius,s,i),p=u.clone().add(h.clone().multiplyScalar(-1*d)),m=(new j).setFromNormalAndCoplanarPoint(o,p),g=(new j).setFromNormalAndCoplanarPoint(a,p),f=(new j).setFromNormalAndCoplanarPoint(_,p),v=(new j).setFromNormalAndCoplanarPoint(l,p);this.apply_center_correction_to_pos(p,e,t,m,g,f,v),m.setFromNormalAndCoplanarPoint(o,p),g.setFromNormalAndCoplanarPoint(a,p),f.setFromNormalAndCoplanarPoint(_,p),v.setFromNormalAndCoplanarPoint(l,p);let w=1/0;const y=h.clone().multiplyScalar(-2*d);for(let t=0;t<e.length;t++){const s=new I(e[t].clone(),e[t].clone().add(y)),i=new c,r=new c,n=new c,o=new c;m.intersectLine(s,i),g.intersectLine(s,r),f.intersectLine(s,n),v.intersectLine(s,o),i.length()<1e-4&&console.log("up intersection not found",t),r.length()<1e-4&&console.log("down intersection not found",t),n.length()<1e-4&&console.log("left intersection not found",t),o.length()<1e-4&&console.log("right intersection not found",t);const a=e[t].clone().sub(i).length(),_=e[t].clone().sub(r).length(),l=e[t].clone().sub(n).length(),h=e[t].clone().sub(o).length(),u=Math.min(a,_),d=Math.min(l,h),p=Math.min(u,d);p<w&&(w=p)}const b=h.clone().multiplyScalar(w);return p.clone().add(b)}apply_center_correction_to_pos(e,t,s,i,r,n,o){const a=this.get_vertical_correction(t,r,i,s),_=this.get_horizontal_correction(t,n,o,s);e.add(a),e.add(_)}get_vertical_correction(e,t,s,i){let r=1/0,n=1/0;const o=new c(0,1,0).applyQuaternion(i);for(let i=0;i<e.length;i++){const a=new I(e[i].clone(),e[i].clone().add(o.clone().multiplyScalar(-5e6))),_=new I(e[i].clone(),e[i].clone().add(o.clone().multiplyScalar(5e6))),l=new c,h=new c;t.intersectLine(a,l),s.intersectLine(_,h);const u=l.distanceTo(e[i]),d=h.distanceTo(e[i]);h.length()<1e-4&&console.log("vertical up intersection not found",i),l.length()<1e-4&&console.log("vertical down intersection not found",i),u<n&&(n=u),d<r&&(r=d)}const a=(r-n)/2;return o.clone().multiplyScalar(-a)}get_horizontal_correction(e,t,s,i){let r=1/0,n=1/0;const o=new c(1,0,0).applyQuaternion(i);for(let i=0;i<e.length;i++){const a=new I(e[i].clone(),e[i].clone().add(o.clone().multiplyScalar(-5e6))),_=new I(e[i].clone(),e[i].clone().add(o.clone().multiplyScalar(5e6))),l=new c,h=new c;t.intersectLine(a,l),s.intersectLine(_,h);const u=l.distanceTo(e[i]),d=h.distanceTo(e[i]);l.length()<1e-4&&console.log("left intersection not found",i),h.length()<1e-4&&console.log("right intersection not found",i),u<n&&(n=u),d<r&&(r=d)}const a=(r-n)/2;return o.clone().multiplyScalar(-a)}get_up_plane_normal(e,t){const s=new c(0,-1,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(1,0,0),t)),s.applyQuaternion(e),s}get_down_plane_normal(e,t){const s=new c(0,1,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(1,0,0),-t)),s.applyQuaternion(e),s}get_left_plane_normal(e,t){const s=new c(1,0,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(0,1,0),t)),s.applyQuaternion(e),s}get_right_plane_normal(e,t){const s=new c(-1,0,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(0,1,0),-t)),s.applyQuaternion(e),s}get_distance_to_fit_rect(e,t,s,i){const r=s/2*Math.PI/180,n=2*Math.atan(Math.tan(r)*i)/2,o=t/Math.tan(r),a=e/Math.tan(n);return Math.max(Math.abs(a),Math.abs(o))}}const It=new class{init(e){this.tmp_mat=new E,this.plane=new j,this.ray=new q,this.tmp_size=new c,this.tmp_unproj=new c,this.input=e}get_up_dir(e){e=e||Pe.current;const t=new c;return t.set(0,1,0),t.applyQuaternion(e.quaternion),t}get_forward_dir(e){e=e||Pe.current;const t=new c;return t.set(0,0,-1),t.applyQuaternion(e.quaternion),t}get_right_dir(e){e=e||Pe.current;const t=new c;return t.set(1,0,0),t.applyQuaternion(e.quaternion),t}unproject_mouse_position(e,t){t=t||Pe.current;const s=new c,i=t.fov/2*Math.PI/180,r=2*Math.atan(Math.tan(i)*t.aspect)/2,n=Math.tan(i)*t.far,o=Math.tan(r)*t.far;return s.set(o*e.x,n*e.y,-t.far).normalize(),s.applyQuaternion(t.quaternion)}get_plane_intersection(e,t,s,i){i=i||Pe.current,s=s||this.input.NDC;const r=new c;if(this.plane.setFromNormalAndCoplanarPoint(t||this.get_forward_dir(i),e),i.isPerspectiveCamera)this.ray.set(i.position,this.unproject_mouse_position(s,i));else{const e=new c(s.x*i.right,s.y*i.top,0);e.applyQuaternion(i.quaternion),e.add(i.position);const t=new c(0,0,-1).applyQuaternion(i.quaternion);this.ray.set(e,t)}return this.ray.intersectPlane(this.plane,r),r}fit_points_on_camera(e,t=1){const s=(new O).setFromPoints(e).center,i=this.get_forward_dir(Pe.current).clone(),r=(new j).setFromNormalAndCoplanarPoint(i,s),n=at.project_points_on_plane(e,r),o=new c;let a=(new L).setFromPoints(n);a.getCenter(o);const _=new c(0,1,0).applyQuaternion(Pe.current.quaternion),l=_.clone().cross(i).normalize(),h=(new E).set(l.x,_.x,i.x,s.x,l.y,_.y,i.y,s.y,l.z,_.z,i.z,s.z,0,0,0,1).invert();for(let e=0;e<n.length;e++)n[e].applyMatrix4(h);const u=new c;a=(new L).setFromPoints(n),a.getSize(u),u.multiplyScalar(t);const d=new c;return a.getCenter(d),{position:o,zoom:this.get_zoom_to_fit_rect(u.x/2,u.y/2)}}get_zoom_to_fit_rect(e,t){const s=Pe.current.fov/2*Math.PI/180,i=2*Math.atan(Math.tan(s)*Pe.current.aspect)/2,r=t/Math.tan(s),n=e/Math.tan(i);return Math.max(Math.abs(n),Math.abs(r))}get_zoom_to_fit_box(e,t){if(t.isOrthographicCamera){e.getSize(this.tmp_size);const t=this.tmp_size.x,s=this.tmp_size.y,i=t/s;return Le.aspect_ratio/i>1?Le.height/s:Le.width/t}{const t=new c;return e.getSize(t),this.get_zoom_to_fit_rect(t.x,t.y)}}get_html_screen_pos(e,t){t=t||Pe.current;const s=new c;return e.getWorldPosition(s),s.project(t),s.x=(.5*s.x+.5)*Le.width,s.y=(1-(.5*s.y+.5))*Le.height,s}world_pos_to_screen(e,t){t=t||Pe.current;const s=new c;return s.copy(e),s.project(t),s.x=(.5*s.x+.5)*Le.width,s.y=(1-(.5*s.y+.5))*Le.height,s}update_projection(e){e.left=-Le.width/2,e.right=Le.width/2,e.top=Le.height/2,e.bottom=-Le.height/2,e.aspect=Le.aspect_ratio,e.updateProjectionMatrix(!0)}fit_bounding_box_points(e,t,s=1){const i=new c;i.copy(t.max).sub(t.min);const r=t.min.clone(),n=r.clone().add(new c(i.x,0,0)),o=r.clone().add(new c(0,i.y,0)),a=r.clone().add(new c(0,0,i.z)),_=r.clone().add(new c(i.x,0,i.z)),l=r.clone().add(new c(0,i.y,i.z)),h=t.max.clone(),u=r.clone().add(new c(i.x,i.y,0));return this.fit_points(e,[r,n,o,a,_,l,h,u],s)}fit_points(e,t,s=1){if(e.isPerspectiveCamera){const i=new c(0,0,-1).applyQuaternion(e.quaternion),r=i.clone().multiplyScalar(-1),n=new jt,o=Le.aspect_ratio,a=n.fit_points(t,e.quaternion,e.fov*s,o),_=(new L).setFromPoints(t),l=new c;_.getCenter(l);const h=(new j).setFromNormalAndCoplanarPoint(r,l),u=new q(a,i),d=new c;u.intersectPlane(h,d);return{zoom:a.distanceTo(d),reference_position:d,camera_position:a}}{const i=(new Ot).fit_points(t,this.reference_rotation,e.fov*s,Le.aspect_ratio);this.reference_position.copy(i.center),this.reference_zoom=i.distance_to_center;const r=new c(0,0,1).applyQuaternion(e.quaternion);return{zoom:i.distance_to_center,reference_position:i.center,camera_position:r.multiplyScalar(i.distance_to_center)}}}};const Nt=new class{constructor(){}init(e){Pe.init(),It.init(e),Tt.init(),Dt.init(),Xe.init(),Ut.init(),Ve.init(),De.init(),Le.init(),mt.init(),kt.init()}dispose(e){Ne.dispose(),De.dispose(),e.dispose()}};class Et{constructor(){this.on_key_down=e=>{90===e.keyCode&&e.ctrlKey&&!this.ctrlz_fired&&(this.ctrlz_pressed=!0,this.ctrlz_fired=!0),e.code&&this.press_key(e.code)},this.on_key_up=e=>{this.release_key(e.code)}}init(e){this.ctrlz_pressed=!1,this.ctrlz_fired=!1,this.keys={},this.keys_keys=[],this.container=e,this.container.addEventListener("keydown",this.on_key_down,!1),this.container.addEventListener("keyup",this.on_key_up,!1)}clear(){this.ctrlz_pressed=!1;for(let e=0;e<this.keys_keys.length;e++)this.keys[this.keys_keys[e]].pressed=!1,this.keys[this.keys_keys[e]].released=!1}release_key(e){const t=this.keys[e];t&&(t.fired=!1,t.down=!1,t.released=!0)}release_keys(){this.ctrlz_fired=!1;for(let e=0;e<this.keys_keys.length;e++)this.keys[this.keys_keys[e]].fired=!1,this.keys[this.keys_keys[e]].down=!1}press_key(e){const t=this.keys[e];t&&(!1===t.down&&(t.pressed=!0),t.down=!0,t.fired=!0)}is_key_pressed(e){const t=this.keys[e];return!!t&&t.pressed}is_key_down(e){const t=this.keys[e];return!!t&&t.down}is_key_released(e){const t=this.keys[e];return!!t&&t.released}register_key(e){this.keys[e]={key_name:e,pressed:!1,down:!1,fired:!1,released:!1},this.keys_keys=Object.keys(this.keys)}unregister_key(e){delete this.keys[e]}dispose(){this.container.removeEventListener("keydown",this.on_key_down,!1),this.container.removeEventListener("keyup",this.on_key_up,!1)}}class qt extends _{constructor(e,t,s,i,n,o){super(e,t,s,i,n,o),this.clear_color=new r("#000000"),this.clear_alpha=1}copy(e){return super.copy(e),this.clear_color.copy(e.clear_color),this.clear_alpha=e.clear_alpha,this}}class Vt extends e{constructor(){super({uniforms:{},vertexShader:"#define GLSLIFY 1\nvarying vec3 v_normal;void main(){gl_Position=projectionMatrix*modelViewMatrix*vec4(position,1.0);v_normal=(modelMatrix*vec4(normal,0.0)).xyz;}",fragmentShader:"#define GLSLIFY 1\nvarying vec3 v_normal;void main(){gl_FragColor=vec4(v_normal*0.5+vec3(0.5),1.0);}"})}}class Bt extends ke{constructor(){super()}render(){Ne.clear(void 0,Pe.current,!0,!0),Ne.render(De.current,Pe.current,void 0,new Vt)}}var Yt="#define GLSLIFY 1\nvarying vec2 vUv;varying vec4 vRay;uniform mat4 _InverseProjMatrix;void main(){gl_Position=vec4(uv*2.0-1.0,1.0,1.0);vRay=_InverseProjMatrix*vec4(uv*2.0-1.0,1.0,1.0);vUv=uv;}";class Gt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;uniform float _FarPlane;varying vec2 vUv;varying vec4 vRay;vec3 decode_normal(vec4 enc){float scale=1.7777;vec3 nn=enc.xyz*vec3(2.0*scale,2.0*scale,0.0)+vec3(-scale,-scale,1.0);float g=2.0/dot(nn.xyz,nn.xyz);vec3 n;n.xy=g*nn.xy;n.z=g-1.0;return n;}float DecodeFloatRG(vec2 enc){vec2 kDecodeDot=vec2(1.0,1.0/255.0);return dot(enc,kDecodeDot);}vec3 DecodeNormal(vec2 uv){vec4 depthNormal=texture2D(_MainTex,uv);vec3 normalValue=normalize(decode_normal(vec4(depthNormal.zw,0.,0.)));return normalize(normalValue);}vec3 DecodeViewPos(vec2 uv){vec2 depth=texture2D(_MainTex,uv).xy;return DecodeFloatRG(depth)*(vRay.xyz/vRay.w);}void main(){vec3 viewPos=DecodeViewPos(vUv);vec3 normalValue=DecodeNormal(vUv);float vDepth=clamp(0.0,1.0,length(viewPos)/_FarPlane);vDepth=length(viewPos)/_FarPlane;gl_FragColor=vec4(vDepth,vDepth,vDepth,1.0);}",Yt),this.uniforms._FarPlane={value:1},this.uniforms._InverseProjMatrix={value:new E}}}class Qt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform sampler2D _AO;uniform vec2 _Resolution;uniform vec2 _SampleDir;varying vec2 vUv;void main(){gl_FragColor.rgb=texture2D(_MainTex,vUv).rgb*(1.0-texture2D(_AO,vUv).r);gl_FragColor.a=1.0;}"),this.uniforms._AO={value:void 0}}}class Wt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform mat4 _InverseProjMatrix;uniform float _Bias;uniform float _Radius;uniform vec2 _Resolution;uniform float _FarPlane;varying vec2 vUv;varying vec4 vRay;uniform vec3 _SampleKernel[64];uniform sampler2D _RandomRotation;uniform mat4 _ProjectionMatrix;vec3 decode_normal(vec4 enc){float scale=1.7777;vec3 nn=enc.xyz*vec3(2.0*scale,2.0*scale,0.0)+vec3(-scale,-scale,1.0);float g=2.0/dot(nn.xyz,nn.xyz);vec3 n;n.xy=g*nn.xy;n.z=g-1.0;return n;}float DecodeFloatRG(vec2 enc){vec2 kDecodeDot=vec2(1.0,1.0/255.0);return dot(enc,kDecodeDot);}vec3 DecodeNormal(vec2 uv){vec2 encoded_normal=texture2D(_MainTex,uv).zw;vec3 normalValue=normalize(decode_normal(vec4(encoded_normal,0.,0.)));return normalize(normalValue);}vec3 DecodeViewPos(vec2 uv){vec2 depth=texture2D(_MainTex,uv).xy;vec4 inv_proj=_InverseProjMatrix*vec4(vUv*2.0-1.0,1.0,1.0);return DecodeFloatRG(depth)*(vRay.xyz/vRay.w);}void main(){vec2 noiseScale=vec2(_Resolution.x/4.0,_Resolution.y/4.0);vec3 fragPos=DecodeViewPos(vUv);vec3 normal=DecodeNormal(vUv);vec3 randomVec=texture2D(_RandomRotation,vUv*noiseScale).xyz;randomVec=vec3(randomVec.xy*2.0-1.0,0);randomVec=normalize(randomVec);vec3 tangent=normalize(randomVec-normal*dot(randomVec,normal));vec3 bitangent=normalize(cross(normal,tangent));mat3 TBN=mat3(tangent,bitangent,normal);float occlusion=0.0;const int kernelSize=64;for(int i=0;i<kernelSize;++i){vec3 sample=TBN*_SampleKernel[i];sample=fragPos+sample*_Radius;vec4 projPos=_ProjectionMatrix*vec4(sample,1.0);vec2 screenPos=projPos.xy/projPos.w;screenPos=screenPos*0.5+0.5;float sampled_depth=DecodeViewPos(screenPos).z;float rangeCheck=smoothstep(0.0,1.0,_Radius/abs(fragPos.z-sampled_depth));occlusion+=step(sample.z+_Bias,sampled_depth)*rangeCheck;}occlusion=(occlusion/float(kernelSize));gl_FragColor.rgb=vec3(occlusion,occlusion,occlusion);gl_FragColor.a=1.0;}",Yt),this.uniforms._InverseProjMatrix={value:new E},this.uniforms._ProjectionMatrix={value:new E},this.uniforms._Bias={value:.0125},this.uniforms._Radius={value:.3},this.uniforms._FarPlane={value:100},this.uniforms._SampleKernel={value:this.__get_sample_kernel()},this.uniforms._RandomRotation={value:this.__get_rotation_kernel()}}__get_sample_kernel(){const e=[];for(let t=0;t<64;t++){const s=new c(2*Math.random()-1,2*Math.random()-1,Math.random());s.normalize();let i=t/64;i=at.lerp(.1,1,i*i),s.multiplyScalar(i),e.push(s)}return e}__get_rotation_kernel(){const e=new Uint8Array(48);for(let t=0;t<16;t++)e[3*t+1]=Math.floor(255*Math.random()),e[3*t+2]=Math.floor(255*Math.random()),e[3*t+3]=0;const t=new V(e,4,4,B);return t.wrapS=Y,t.wrapT=Y,t.needsUpdate=!0,t}}class Xt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;uniform vec2 _SampleDir;varying vec2 vUv;void main(){vec4 sum=vec4(0.,0.,0.,0.);vec2 dir=(0.5/_Resolution)*_SampleDir;float _Distance=2.0;sum+=texture2D(_MainTex,vUv+dir*-4.*_Distance)*0.0525;sum+=texture2D(_MainTex,vUv+dir*-3.*_Distance)*0.075;sum+=texture2D(_MainTex,vUv+dir*-2.*_Distance)*0.110;sum+=texture2D(_MainTex,vUv+dir*-1.*_Distance)*0.150;sum+=texture2D(_MainTex,vUv+dir*0.*_Distance)*0.225;sum+=texture2D(_MainTex,vUv+dir*1.*_Distance)*0.150;sum+=texture2D(_MainTex,vUv+dir*2.*_Distance)*0.110;sum+=texture2D(_MainTex,vUv+dir*3.*_Distance)*0.075;sum+=texture2D(_MainTex,vUv+dir*4.*_Distance)*0.0525;gl_FragColor=vec4(sum);}"),this.uniforms._SampleDir={value:new t}}}class Ht{constructor(){this.RT1=new h(1,1),this.RT2=new h(1,1),this.box_blur_mat=new Xt}blur(e){e.width===this.RT1.width&&e.height===this.RT1.height||(this.RT1.setSize(e.width,e.height),this.RT2.setSize(e.width,e.height)),this.box_blur_mat.uniforms._SampleDir.value.set(1,0),Ne.blit(e,this.RT1,this.box_blur_mat),this.box_blur_mat.uniforms._SampleDir.value.set(0,1),Ne.blit(this.RT1,e,this.box_blur_mat)}}class Kt extends ke{constructor(e=!1){super(),this.ssao_mat=new Wt,this.ssao_compose_mat=new Qt,this.debug_normals=new Gt,this.ssaa=e?2:1,this.main_RT=new h(Le.width*this.ssaa,Le.height*this.ssaa),this.SSAO_RT=new h(Le.width,Le.height),this.blurrer=new Ht,Ne.generate_depth_normal_texture=!0}render(){this.__check_RT_size(),Ne.clear(this.main_RT,Pe.current,!0,!1),Ne.render(De.current,Pe.current,this.main_RT),this.__update_uniforms(),Ne.blit(Ne.depth_normals_RT,this.SSAO_RT,this.ssao_mat),this.blurrer.blur(this.SSAO_RT),Ne.blit(this.SSAO_RT,void 0),this.ssao_compose_mat.uniforms._AO.value=this.SSAO_RT.texture,Ne.blit(this.main_RT,void 0,this.ssao_compose_mat)}__update_uniforms(){this.ssao_mat.uniforms._InverseProjMatrix.value=Pe.current.projectionMatrix.clone().invert(),this.ssao_mat.uniforms._ProjectionMatrix.value=Pe.current.projectionMatrix.clone(),this.ssao_mat.uniforms._FarPlane.value=Pe.current.far}__check_RT_size(){this.main_RT.width===Le.width*this.ssaa&&this.main_RT.height===Le.height*this.ssaa||(this.main_RT.setSize(Le.width*this.ssaa,Le.height*this.ssaa),this.SSAO_RT.setSize(Le.width,Le.height))}}class $t extends ke{constructor(){super()}render(){Ne.clear(void 0,Pe.current,!0,!0),De.current.on_pre_render(),De.current.render(),De.current.on_post_render()}}class Zt extends Se{constructor(e){super("#define GLSLIFY 1\n#include <common>\nvarying vec2 vUv;uniform sampler2D _MainTex;uniform vec2 texSize;uniform vec2 direction;uniform float radius;float gaussianPdf(in float x,in float sigma){return 0.39894*exp(-0.5*x*x/(sigma*sigma))/sigma;}vec4 sampleTex(sampler2D tex,vec2 uv){vec4 col=texture2D(tex,uv);\n#ifndef USE_LINEAR_COLOR_SPACE\ncol.rgb=pow(col.rgb,vec3(2.2));\n#endif\nreturn col;}void main(){vec2 invSize=1.0/texSize;float fSigma=float(SIGMA);float weightSum=gaussianPdf(0.0,fSigma);vec4 diffuseSum=sampleTex(_MainTex,vUv)*weightSum;for(int i=1;i<KERNEL_RADIUS;i++){float x=float(i);float w=gaussianPdf(x,fSigma);vec2 uvOffset=direction*invSize*x*radius;vec4 sample1=sampleTex(_MainTex,vUv+uvOffset);vec4 sample2=sampleTex(_MainTex,vUv-uvOffset);diffuseSum+=(sample1+sample2)*w;weightSum+=2.0*w;}gl_FragColor=vec4(diffuseSum/weightSum);\n#ifndef USE_LINEAR_COLOR_SPACE\ngl_FragColor.rgb=pow(gl_FragColor.rgb,vec3(0.4545));\n#endif\n}",void 0,{KERNEL_RADIUS:e,SIGMA:e}),this.uniforms.texSize={value:new t(.5,.5)},this.uniforms.direction={value:new t(.5,.5)},this.uniforms.radius={value:1},this.defines.USE_LINEAR_COLOR_SPACE=!0}set_size(e,t){this.uniforms.texSize.value.x=e,this.uniforms.texSize.value.y=t}set_direction(e,t){this.uniforms.direction.value.set(e,t)}set_radius(e=1){this.uniforms.radius.value=e}}class Jt extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec3 defaultColor;uniform float defaultOpacity;uniform float luminosityThreshold;uniform float smoothWidth;varying vec2 vUv;vec4 sampleTex(sampler2D tex,vec2 uv){vec4 col=texture2D(tex,uv);\n#ifndef USE_LINEAR_COLOR_SPACE\ncol.rgb=pow(col.rgb,vec3(2.2));\n#endif\nreturn col;}void main(){vec4 texel=sampleTex(_MainTex,vUv);vec3 luma=vec3(0.299,0.587,0.114);float v=dot(texel.xyz,luma);vec4 outputColor=vec4(defaultColor.rgb,defaultOpacity);float alpha=smoothstep(luminosityThreshold,luminosityThreshold+smoothWidth,v);gl_FragColor=mix(outputColor,texel,alpha);\n#ifndef USE_LINEAR_COLOR_SPACE\ngl_FragColor.rgb=pow(gl_FragColor.rgb,vec3(0.4545));\n#endif\n}"),this.uniforms.luminosityThreshold={value:.23},this.uniforms.smoothWidth={value:.01},this.uniforms.defaultColor={value:new r("#000000")},this.uniforms.defaultOpacity={value:0},this.defines.USE_LINEAR_COLOR_SPACE=!0}set_threshold(e){this.uniforms.luminosityThreshold.value=e}}class es{constructor(e=!1){this.current_width=1,this.current_height=1,this.separableBlurMaterials=[],this.renderTargetsHorizontal=[],this.renderTargetsVertical=[],this.use_half_float=e,this.nMips=5,this.kernelSizeArray=[3,5,7,9,11],this.rt_pars={minFilter:G,magFilter:G,format:B,type:e?Q:W,colorSpace:e?X:g},this.renderTargetBright=new h(1,1,this.rt_pars),this.renderTargetBright.texture.generateMipmaps=!1,this.init_materials(),this.init_RT(),this.luminosity_high_pass_mat=new Jt}blur(e,t){this.resize_RT(e.width,e.height);let s=e;t&&(Ne.blit(e,this.renderTargetBright,this.luminosity_high_pass_mat),s=this.renderTargetBright);for(let e=0;e<this.nMips;e++){const t=this.separableBlurMaterials[e];t.set_direction(1,0),Ne.blit(s,this.renderTargetsHorizontal[e],t),t.set_direction(0,1),Ne.blit(this.renderTargetsHorizontal[e],this.renderTargetsVertical[e],t),s=this.renderTargetsVertical[e]}}get_blurred_texture(){return this.renderTargetsHorizontal[0].texture}get_blurred_RT(){return this.renderTargetsHorizontal[0]}init_RT(){this.dispose_RT(),this.renderTargetBright.setSize(1,1);for(let e=0;e<this.nMips;e++){const e=new h(1,1,this.rt_pars),t=new h(1,1,this.rt_pars);e.texture.generateMipmaps=!1,t.texture.generateMipmaps=!1,e.texture.colorSpace=this.rt_pars.colorSpace,t.texture.colorSpace=this.rt_pars.colorSpace,this.renderTargetsHorizontal.push(e),this.renderTargetsVertical.push(t)}}resize_RT(e,t){if(this.current_width===e&&this.current_height===t)return;this.current_width=e,this.current_height=t;let s=Math.round(e/2),i=Math.round(t/2);this.renderTargetBright.setSize(s,i);for(let e=0;e<this.nMips;e++)this.renderTargetsVertical[e].setSize(s,i),this.renderTargetsHorizontal[e].setSize(s,i),this.separableBlurMaterials[e].set_size(s,i),s=Math.round(s/2),i=Math.round(i/2)}init_materials(){this.dispose_materials();for(let e=0;e<this.nMips;e++)this.separableBlurMaterials.push(new Zt(this.kernelSizeArray[e]))}set_radius(e){for(let t=0;t<this.separableBlurMaterials.length;t++)this.separableBlurMaterials[t].set_radius(e)}set_luminosity_threshold(e){this.luminosity_high_pass_mat.set_threshold(e)}dispose_materials(){for(let e=0;e<this.separableBlurMaterials.length;e++)this.separableBlurMaterials[e].dispose();this.separableBlurMaterials.length=0}dispose_RT(){for(let e=0;e<this.renderTargetsVertical.length;e++)this.renderTargetsHorizontal[e].dispose(),this.renderTargetsVertical[e].dispose();this.renderTargetBright.dispose(),this.renderTargetsHorizontal.length=0,this.renderTargetsVertical.length=0}}class ts extends ke{constructor(e,t,s,i=!1){super(),this.add_mat=new Me(t);const r={samples:e?8:1,type:t?Q:W,format:B,colorSpace:X,minFilter:x,magFilter:x};this.use_rendering_size=i,this.main_RT=new h(1,1,r),this.main_RT.texture.colorSpace=X,this.main_RT.texture.minFilter=x,this.main_RT.texture.magFilter=x,this.bloom_compose_mat=new Re(5,t),this.blurrer=new es(t),this.use_hight_luminosity_pass=s,this.luminosity_threshold=.5}on_enter(){this.bloom_compose_mat.set_blur_texture_0(this.blurrer.renderTargetsVertical[0].texture),this.bloom_compose_mat.set_blur_texture_1(this.blurrer.renderTargetsVertical[1].texture),this.bloom_compose_mat.set_blur_texture_2(this.blurrer.renderTargetsVertical[2].texture),this.bloom_compose_mat.set_blur_texture_3(this.blurrer.renderTargetsVertical[3].texture),this.bloom_compose_mat.set_blur_texture_4(this.blurrer.renderTargetsVertical[4].texture),this.add_mat.set_add_texture(this.blurrer.renderTargetsHorizontal[0].texture)}render(){this.__check_RT_size(),Ne.clear(this.main_RT,Pe.current,!0,!1),Ne.render(De.current,Pe.current,this.main_RT),this.blurrer.blur(this.main_RT,this.use_hight_luminosity_pass),Ne.material_pass(this.bloom_compose_mat,this.blurrer.renderTargetsHorizontal[0]),Ne.blit(this.main_RT,void 0,this.add_mat)}set_bloom_strength(e){this.bloom_compose_mat.set_bloom_strength(e)}set_bloom_radius(e){this.blurrer.set_radius(e)}set_luminosity_threshold(e){this.blurrer.set_luminosity_threshold(e)}set_tint_color_0(e){this.bloom_compose_mat.set_tint_color_0(e)}set_tint_color_1(e){this.bloom_compose_mat.set_tint_color_1(e)}set_tint_color_2(e){this.bloom_compose_mat.set_tint_color_2(e)}set_tint_color_3(e){this.bloom_compose_mat.set_tint_color_3(e)}set_tint_color_4(e){this.bloom_compose_mat.set_tint_color_4(e)}__check_RT_size(){const e=this.use_rendering_size?Le.render_width:Le.width,t=this.use_rendering_size?Le.render_height:Le.height;this.main_RT.width===e&&this.main_RT.height===t||this.main_RT.setSize(e,t)}}class ss extends ke{constructor(){super()}render(){De.current.on_pre_render&&De.current.on_pre_render(),De.current.render?De.current.render():Ne.render(De.current,Pe.current,Ne._renderer.getRenderTarget()),this.render_spectator_camera(),De.current.on_post_render&&De.current.on_post_render()}render_spectator_camera(){const e=Pe.spectator;if(e&&Ne._renderer.xr.isPresenting){const t=Ne._renderer.xr.getCamera();e.projectionMatrix.copy(Pe.current.projectionMatrix),e.position.copy(t.position),e.quaternion.copy(t.quaternion);const s=Ne._renderer.getRenderTarget();Ne._renderer.xr.isPresenting=!1,Ne._renderer.setRenderTarget(null),Ne._renderer.render(De.current,e),Ne._renderer.setRenderTarget(s),Ne._renderer.xr.isPresenting=!0}}}const is=new class{constructor(){this.components=[],this.enabled_components=new Set}update(){this.__set_components_opacities();for(const e of this.enabled_components)e.update(vt.current_state_data)}register_component(e){this.components.push(e)}enable_component(e){this.enabled_components.add(e)}disable_component(e){this.enabled_components.delete(e)}get_component_by_name(e){console.warn("DEPRECATED. Use ViewComponentManager.get instead"),this.get(e)}get(e){for(let t=0;t<this.components.length;t++)if(this.components[t].name===e)return this.components[t];console.error("[ViewComponentManager.get] no component found for: ",e)}__set_components_opacities(){for(let e=0;e<this.components.length;e++)this.components[e].set_opacity(vt.current_state_data)}};class rs{constructor(e,t,s){e=e||new Te,this.target_application=e,this.graphics=t,this.input=s,this.is_running=!1,this.frames_passed=0,this.time_accumulator=0}update(e){if(this.is_running){for(mt.__update(e),1===this.frames_passed&&this.target_application.on_post_start(),this.input.update(),this.time_accumulator+=mt.delta_time,this.target_application.before_update(),vt.before_update();this.time_accumulator>mt.fixed_delta_time;)this.target_application.fixed_update(),vt.fixed_update(),this.time_accumulator-=mt.fixed_delta_time;mt.__set_frame_interpolation(this.time_accumulator/mt.fixed_delta_time),this.target_application.update(),vt.update(),wt.update(),is.update(),this.target_application.on_pre_render(),this.graphics.update(),this.target_application.on_post_render(),kt.render(this.graphics),this.target_application.on_frame_end(),this.frames_passed++,this.input.clear(),kt.clear()}}start(){this.is_running||(0===this.frames_passed&&this.target_application.on_enter(this),this.is_running=!0,this.graphics._renderer.setAnimationLoop(this.update.bind(this)))}stop(){!1!==this.is_running&&(this.is_running=!1,this.target_application.on_exit(this),this.graphics._renderer.setAnimationLoop(null))}set_state(e){this.target_application.on_exit(this),this.target_application=e,this.target_application.on_enter(this)}dispose(){this.stop(),this.frames_passed=0}}const ns=new class{init(){console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.init()}update_position(e,t){console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.update_position(e,t)}update(){console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.update()}update_size(e,t){console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.update_size(e,t)}apply_pixel_density_v2(e){return console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.apply_pixel_density_v2(e)}apply_pixel_density(e){return console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.apply_pixel_density(e)}get_pixel_size(){return console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.get_pixel_size()}get aspect_ratio(){return console.warn("Screen Singleton is deprecated. Please use OScreen."),Le.aspect_ratio}};class os{constructor({name:e,container:t}){this.name=e,this.container=t,this.hidden=!0,is.register_component(this)}start(){}on_enter(){this.container.classList.remove("hidden"),is.enable_component(this),this.hidden=!1}update(e){}on_exit(){this.container.classList.add("hidden"),is.disable_component(this),this.hidden=!0}set_opacity(e){this.container.style.opacity=e[`${this.name}_opacity`],this.toggle_hidden()}toggle_hidden(){this.container.style.opacity>.001?this.hidden&&this.on_enter():this.hidden||this.on_exit()}}class as extends o{constructor(e,t,s,i){e=e||1,t=t||1,s=s||"#FF0000",i=i||new k({color:s});const r=new a(e,t);r.rotateX(-1.57),super(r,i)}}class _s extends o{constructor(e,t,s,i){e=e||1,t=t||1,s=s||"#FF0000",i=i||new k({color:s});super(new a(e,t),i)}}class ls{constructor(){}static merge_from_to(e,t){t.push.apply(t,e)}static expand_vec3_array(e,t){const s=t-e.length;for(let t=0;t<s;t++)e.push(e[t].clone())}static remove_elem(e,t){const s=e.indexOf(t);s>-1&&e.splice(s,1)}static get_closest_point(e,t){let s=e[0],i=s.distanceTo(t);for(let r=1;r<e.length;r++)e[r].distanceTo(t)<i&&(s=e[r],i=e[r].distanceTo(t));return s}static object_values_to_array(e){const t=Object.keys(e),s=[];for(let i=0;i<t.length;i++)s.push(e[t[i]]);return s}}class hs{constructor(){this.sphere=new O}fit_points(e,t,s,i){this.sphere.setFromPoints(e);const r=at.degToRad(s/2),n=2*Math.atan(Math.tan(r)*i)/2,o=this.get_up_plane_normal(t,r),a=this.get_down_plane_normal(t,r),_=this.get_left_plane_normal(t,n),l=this.get_right_plane_normal(t,n),h=new c(0,0,-1).applyQuaternion(t),u=this.sphere.center.clone(),d=this.get_distance_to_fit_rect(2*this.sphere.radius,2*this.sphere.radius,s,i),p=u.clone().add(h.clone().multiplyScalar(-1*d)),m=(new j).setFromNormalAndCoplanarPoint(o,p),g=(new j).setFromNormalAndCoplanarPoint(a,p),f=(new j).setFromNormalAndCoplanarPoint(_,p),v=(new j).setFromNormalAndCoplanarPoint(l,p);this.apply_center_correction_to_pos(p,e,t,m,g,f,v),m.setFromNormalAndCoplanarPoint(o,p),g.setFromNormalAndCoplanarPoint(a,p),f.setFromNormalAndCoplanarPoint(_,p),v.setFromNormalAndCoplanarPoint(l,p);let w=1/0;const y=h.clone().multiplyScalar(-2*d);for(let t=0;t<e.length;t++){const s=new I(e[t].clone(),e[t].clone().add(y)),i=new c,r=new c,n=new c,o=new c;m.intersectLine(s,i),g.intersectLine(s,r),f.intersectLine(s,n),v.intersectLine(s,o),i.length()<1e-4&&console.log("up intersection not found",t),r.length()<1e-4&&console.log("down intersection not found",t),n.length()<1e-4&&console.log("left intersection not found",t),o.length()<1e-4&&console.log("right intersection not found",t);const a=e[t].clone().sub(i).length(),_=e[t].clone().sub(r).length(),l=e[t].clone().sub(n).length(),h=e[t].clone().sub(o).length(),u=Math.min(a,_),d=Math.min(l,h),p=Math.min(u,d);p<w&&(w=p)}const b=h.clone().multiplyScalar(w);return p.clone().add(b)}apply_center_correction_to_pos(e,t,s,i,r,n,o){const a=this.get_vertical_correction(t,r,i,s),_=this.get_hozirontal_correction(t,n,o,s);e.add(a),e.add(_)}get_vertical_correction(e,t,s,i){let r,n,o=1/0,a=1/0;const _=new c(0,1,0).applyQuaternion(i);for(let i=0;i<e.length;i++){const l=new I(e[i].clone(),e[i].clone().add(_.clone().multiplyScalar(-5e6))),h=new I(e[i].clone(),e[i].clone().add(_.clone().multiplyScalar(5e6))),u=new c,d=new c;t.intersectLine(l,u),s.intersectLine(h,d);const p=u.distanceTo(e[i]),m=d.distanceTo(e[i]);d.length()<1e-4&&console.log("vertical up intersection not found",i),u.length()<1e-4&&console.log("vertical down intersection not found",i),p<a&&(a=p,n=e[i]),m<o&&(o=m,r=e[i])}console.log(r,n);const l=(o-a)/2;return _.clone().multiplyScalar(-l)}get_hozirontal_correction(e,t,s,i){let r,n,o=1/0,a=1/0;const _=new c(1,0,0).applyQuaternion(i);for(let i=0;i<e.length;i++){const l=new I(e[i].clone(),e[i].clone().add(_.clone().multiplyScalar(-5e6))),h=new I(e[i].clone(),e[i].clone().add(_.clone().multiplyScalar(5e6))),u=new c,d=new c;t.intersectLine(l,u),s.intersectLine(h,d);const p=u.distanceTo(e[i]),m=d.distanceTo(e[i]);u.length()<1e-4&&console.log("left intersection not found",i),d.length()<1e-4&&console.log("right intersection not found",i),p<a&&(a=p,n=e[i]),m<o&&(o=m,r=e[i])}const l=(o-a)/2;return console.log(r,n),_.clone().multiplyScalar(-l)}get_up_plane_normal(e,t){const s=new c(0,-1,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(1,0,0),t)),s.applyQuaternion(e),s}get_down_plane_normal(e,t){const s=new c(0,1,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(1,0,0),-t)),s.applyQuaternion(e),s}get_left_plane_normal(e,t){const s=new c(1,0,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(0,1,0),t)),s.applyQuaternion(e),s}get_right_plane_normal(e,t){const s=new c(-1,0,0);return s.applyQuaternion((new N).setFromAxisAngle(new c(0,1,0),-t)),s.applyQuaternion(e),s}get_distance_to_fit_rect(e,t,s,i){const r=s/2*Math.PI/180,n=2*Math.atan(Math.tan(r)*i)/2,o=t/Math.tan(r),a=e/Math.tan(n);return Math.max(Math.abs(a),Math.abs(o))}}class cs{static convert_to_non_indexed_geometry(e){const t=e.index,s=e.getAttribute("position"),i=[];for(let e=0;e<t.count;e+=3)i.push(s.getX(t.array[e+0])),i.push(s.getY(t.array[e+0])),i.push(s.getZ(t.array[e+0])),i.push(s.getX(t.array[e+1])),i.push(s.getY(t.array[e+1])),i.push(s.getZ(t.array[e+1])),i.push(s.getX(t.array[e+2])),i.push(s.getY(t.array[e+2])),i.push(s.getZ(t.array[e+2]));const r=new M;return r.setAttribute("position",new H(new Float32Array(i),3)),cs.add_barycentric_attribute(r),r}static add_barycentric_attribute(e){const t=[],s=e.getAttribute("position");for(let e=0;e<s.count;e+=3)t.push(1),t.push(0),t.push(0),t.push(0),t.push(1),t.push(0),t.push(0),t.push(0),t.push(1);e.setAttribute("barycentric",new H(new Float32Array(t),3))}}class us{static load_images(e){const t=e.querySelectorAll("img");for(let e=0;e<t.length;e++){const s=t[e];s.dataset.src&&(s.src=s.dataset.src)}const s=e.querySelectorAll("object");for(let e=0;e<s.length;e++){const t=s[e];t.dataset.src&&(t.data=t.dataset.src)}}static load_videos(e){const t=e.querySelectorAll("video");for(let e=0;e<t.length;e++){const s=t[e];s.dataset.src&&(s.src=s.dataset.src)}}static load_iframes(e){const t=e.querySelectorAll("iframe");for(let e=0;e<t.length;e++){const s=t[e];s.dataset.src&&(s.src=s.dataset.src)}}static load_elements(e,t){const s=e.querySelectorAll(t);for(let e=0;e<s.length;e++){const t=s[e];t.dataset.src&&(t.src=t.dataset.src)}}}class ds{constructor(){}static get_image_data(e){const t=document.createElement("canvas");t.width=e.width,t.height=e.height;const s=t.getContext("2d");return s.drawImage(e,0,0),s.getImageData(0,0,e.width,e.height)}static get_pixel(e,t,s){const i=4*(t+e.width*s),r=e.data;return new l(r[i+0],r[i+1],r[i+2],r[i+3])}}const ps=new class{constructor(){}sample(e,s){const i=[];let r=99999999;const n=e.getAttribute("position"),o=e.getAttribute("normal"),a=e.getAttribute("tangent"),_=e.getAttribute("uv"),l=e.index,h=[];for(let e=0;e<l.count;e+=3){const s=l.array[e+0],u=l.array[e+1],d=l.array[e+2],p=new c;p.x=n.getX(s),p.y=n.getY(s),p.z=n.getZ(s);const m=new c;m.x=n.getX(u),m.y=n.getY(u),m.z=n.getZ(u);const g=new c;g.x=n.getX(d),g.y=n.getY(d),g.z=n.getZ(d);const f={a:p,b:m,c:g,normal:void 0,tangent:void 0,uv_a:void 0,uv_b:void 0,uv_c:void 0};if(o){const e=new c;e.x=o.getX(s),e.y=o.getY(s),e.z=o.getZ(s);const t=new c;t.x=o.getX(u),t.y=o.getY(u),t.z=o.getZ(u);const i=new c;i.x=o.getX(d),i.y=o.getY(d),i.z=o.getZ(d);const r=e.clone().add(t).add(i).normalize();f.normal=r}if(a){const e=new c;e.x=a.getX(s),e.y=a.getY(s),e.z=a.getZ(s);const t=new c;t.x=a.getX(u),t.y=a.getY(u),t.z=a.getZ(u);const i=new c;i.x=a.getX(d),i.y=a.getY(d),i.z=a.getZ(d);const r=e.clone().add(t).add(i).normalize();f.tangent=r}if(_){const e=new t;e.x=_.getX(s),e.y=_.getY(s);const i=new t;i.x=_.getX(u),i.y=_.getY(u);const r=new t;r.x=_.getX(d),r.y=_.getY(d),f.uv_a=e,f.uv_b=i,f.uv_c=r}h.push(f);const v=this.get_face_area(f);r=Math.min(v,r),i.push(v)}const u=this.get_uniform_face_distribution(i,r,h),d=this.select_random_faces(u,s);return this.sample_data_from_faces(d)}sample_data_from_faces(e){const t=[],s=[],i=[],r=[];for(let n=0;n<e.length;n++){const o=e[n],a=Math.random(),_=Math.random();t.push(this.sample_point_in_face(a,_,o.a,o.b,o.c).clone()),o.normal&&s.push(o.normal.clone()),o.tangent&&i.push(o.tangent.clone()),o.uv_a&&r.push(this.sample_point_in_face(a,_,o.uv_a,o.uv_b,o.uv_c).clone())}return{points:t,normals:s,tangents:i,uvs:r}}select_random_faces(e,t){const s=[];for(let i=0;i<t;i++){const t=e[Math.floor(Math.random()*e.length)];s.push(t)}return s}get_uniform_face_distribution(e,t,s){const i=[];for(let r=0;r<e.length;r++){e[r]/=t;const n=Math.floor(Math.round(e[r]));for(let e=0;e<n;e++)i.push(s[r])}return i}get_face_area(e){const t=e.b.clone().sub(e.a),s=e.c.clone().sub(e.a);return t.cross(s).length()/2}sample_point_in_face(e,t,s,i,r){e+t>1&&(e=1-e,t=1-t);const n=1-(e+t);return s.clone().multiplyScalar(e).add(i.clone().multiplyScalar(t)).add(r.clone().multiplyScalar(n))}};const ms=new class{get_mesh(e,t){e.traverse((e=>{e instanceof o&&(e.geometry&&(e.geometry=e.geometry.clone()),t(e))}))}get_geometries(e){const t=[];return this.get_mesh(e,(e=>{t.push(e.geometry)})),t}assign_material(e,t,s){e.traverse((e=>{e instanceof o&&(void 0===s||e.name===s)&&(e.material=t)}))}clone_animated_gltf(e){const t={animations:e.animations,scene:e.scene.clone(!0)},s={};e.scene.traverse((e=>{e.isSkinnedMesh&&(s[e.name]=e)}));const i={},r={};t.scene.traverse((e=>{e.isBone&&(i[e.name]=e),e.isSkinnedMesh&&(r[e.name]=e)}));for(const e in s){const t=s[e].skeleton,n=r[e],o=[];for(let e=0;e<t.bones.length;++e){const s=i[t.bones[e].name];o.push(s)}n.bind(new K(o,t.boneInverses),n.matrixWorld)}return t}set_shadow_config(e,t,s){e.traverse((e=>{e instanceof o&&(e.castShadow=t,e.receiveShadow=s)}))}__find_object(e,t,s){e.traverse((e=>{e.name===t&&s(e)}))}get_object(e,t){let s;return e.traverse((e=>{e.name===t&&(s=e)})),s}get_object_by_type(e,t){let s;return e.traverse((e=>{e.constructor.name===t&&(s=e)})),s}};class gs{static is_object(e){return e&&"object"==typeof e&&!Array.isArray(e)}static merge_deep(e,...t){if(!t.length)return e;const s=t.shift();if(gs.is_object(e)&&gs.is_object(s))for(const t in s)gs.is_object(s[t])?(e[t]||Object.assign(e,{[t]:{}}),gs.merge_deep(e[t],s[t])):Object.assign(e,{[t]:s[t]});return gs.merge_deep(e,...t)}static xml_to_json(e){let t={};if(1===e.nodeType){if(e.attributes.length>0){t["@attributes"]={};for(let s=0;s<e.attributes.length;s++){const i=e.attributes.item(s);t["@attributes"][i.nodeName]=i.nodeValue}}}else 3===e.nodeType&&(t=e.nodeValue);if(e.hasChildNodes())for(let s=0;s<e.childNodes.length;s++){const i=e.childNodes.item(s),r=i.nodeName;if(void 0===t[r])t[r]=this.xml_to_json(i);else{if(void 0===t[r].push){const e=t[r];t[r]=[],t[r].push(e)}t[r].push(this.xml_to_json(i))}}return t}}class fs{constructor(){}static get_random_color(){const e=[0,1,2,3,4,5,6,7,8,9,"A","B","C","D","E","F"];let t="#";for(let s=0;s<6;s++){t+=e[Math.floor(Math.random()*e.length)]}return t}static capitalize(e){const t=e.split(" ");for(let e=0;e<t.length;e++)t[e]=t[e][0].toUpperCase()+t[e].substr(1);return t.join(" ")}static capitalize_first_letter(e){return e.charAt(0).toUpperCase()+e.slice(1)}static snake_to_camelcase(e){return e.toLowerCase().replace(/[-_][a-z0-9]/g,(e=>e.slice(-1).toUpperCase()))}}class vs{constructor(){}time_str_to_ms(e){const t=e.split(":");let s=Number(t[0]);s=60*s*60*1e3;let i=Number(t[1]);i=60*i*1e3;let r=Number(t[2]);return r*=1e3,s+i+r}}class ws{constructor(){}static is_int(e){return Number(e)===e&&e%1==0}static is_float(e){return Number(e)===e&&e%1!=0}static is_number(e){return this.is_int(e)||this.is_float(e)}static is_json(e){try{JSON.parse(e)}catch(e){return!1}return!0}}class ys extends o{constructor(){const{colorNode:e,opacityNode:t}=function(e="#4a4a4a"){const t=de(new r(e)),s=(e=>{const t=fe(e),s=ve(me(0),t.mul(1.5),e);return we(we(s.x,s.y),s.z)})(pe("barycentric","vec3").add(me(1,1,0)));return{colorNode:ge(t,me(0),s),opacityNode:s.oneMinus().mul(.2)}}("#4a4a4a"),s=new ue({transparent:!0,depthWrite:!1});s.colorNode=e,s.opacityNode=t;const i=new a(100,100,100,100);super(cs.convert_to_non_indexed_geometry(i),s),this.rotation.x=-1.57}}class bs extends o{constructor(t){const s=new M;s.setAttribute("position",new H(new Float32Array([]),3)),s.setAttribute("next_position",new H(new Float32Array([]),3)),s.setAttribute("previous_position",new H(new Float32Array([]),3)),s.setAttribute("orientation",new H(new Float32Array([]),1)),s.setAttribute("coverage",new H(new Float32Array([]),1));const i=new e({uniforms:{_Thickness:{value:.2},_Length:{value:0},_ElapsedTime:{value:0},_Color:{value:new r("#FF0000")}},vertexShader:"#define GLSLIFY 1\nuniform float _Thickness;attribute vec3 next_position;attribute vec3 previous_position;attribute float orientation;attribute float coverage;varying float line_coverage;varying float uv_u;vec3 w_space_normal(vec3 from,vec3 to){vec3 w_from=(modelMatrix*vec4(from,1.0)).xyz;vec3 w_to=(modelMatrix*vec4(to,1.0)).xyz;vec3 z=normalize(w_to-w_from);return normalize(cross(z,normalize(cameraPosition-w_from)));}void main(){mat4 VP=projectionMatrix*viewMatrix;vec3 pos=position;vec3 normal=w_space_normal(next_position,previous_position);pos=(modelMatrix*vec4(pos,1.0)).xyz;pos+=normal*(_Thickness*0.5)*orientation;gl_Position=VP*vec4(pos,1.0);line_coverage=coverage;uv_u=orientation*0.5+0.5;}",fragmentShader:"#define GLSLIFY 1\nuniform float _Length;uniform float _ElapsedTime;uniform float _Thickness;uniform vec3 _Color;varying float line_coverage;varying float uv_u;float aastep(float threshold,float value){\n#ifdef GL_OES_standard_derivatives\nfloat afwidth=length(vec2(dFdx(value),dFdy(value)))*0.70710678118654757;return smoothstep(threshold-afwidth,threshold+afwidth,value);\n#else\nreturn step(threshold,value);\n#endif\n}void main(){float u=(1.0-abs(uv_u*2.0-1.0));float diffuse=dot(vec2(u,u),vec2(0.0,1.0))*0.5+0.5;gl_FragColor=vec4(_Color*diffuse,1.0);}",transparent:!0,depthWrite:!1});super(s,i),this.material=i,t&&this.setup(t)}setup(e){const t=[],s=[],i=[],r=[],n=[];let o=0;for(let a=0;a<e.length;a++){t.push(e[a].x),t.push(e[a].y),t.push(e[a].z),r.push(1),t.push(e[a].x),t.push(e[a].y),t.push(e[a].z),r.push(-1);const _=this.__get_next_position(e,a);s.push(_.x),s.push(_.y),s.push(_.z),s.push(_.x),s.push(_.y),s.push(_.z);const l=this.__get_previous_position(e,a);i.push(l.x),i.push(l.y),i.push(l.z),i.push(l.x),i.push(l.y),i.push(l.z),n.push(o),n.push(o),a<e.length-1&&(o+=e[a].distanceTo(_))}const a=new Float32Array(t),_=new Float32Array(s),l=new Float32Array(i),h=new Float32Array(r),c=new Float32Array(n),u=[];for(let e=0;e<(a.length/3-2)/2;e++){const t=2*e+1;u.push(t),u.push(t+1),u.push(t-1),u.push(t),u.push(t+2),u.push(t+1)}this.geometry.setIndex(u),this.geometry.getAttribute("position").copy(new H(a,3)),this.geometry.getAttribute("next_position").copy(new H(_,3)),this.geometry.getAttribute("previous_position").copy(new H(l,3)),this.geometry.getAttribute("orientation").copy(new H(h,1)),this.geometry.getAttribute("coverage").copy(new H(c,1)),this.geometry.getAttribute("position").needsUpdate=!0,this.geometry.getAttribute("next_position").needsUpdate=!0,this.geometry.getAttribute("previous_position").needsUpdate=!0,this.geometry.getAttribute("orientation").needsUpdate=!0,this.geometry.getAttribute("coverage").needsUpdate=!0,this.material.uniforms._Length.value=o,this._length=o,this.accumulated_length=o}set thickness(e){this.material.uniforms._Thickness.value=e}get thickness(){return this.material.uniforms._Thickness.value}__get_previous_position(e,t){return 0===t?e[1].clone().sub(e[0]).multiplyScalar(-1).add(e[0]):e[t-1]}__get_next_position(e,t){return t===e.length-1?e[e.length-2].clone().sub(e[e.length-1]).multiplyScalar(-1).add(e[e.length-1]):e[t+1]}update(){}distance(){return this.accumulated_length}total_length(){return this.accumulated_length}dispose(){this.geometry.dispose(),this.material.dispose(),this.parent&&this.parent.remove(this)}set color(e){this.material.uniforms._Color.value.set(e)}get color(){return this.material.uniforms._Color.value}copy_color(e){this.material.uniforms._Color.value.copy(e)}}class xs extends o{constructor(s,i){i=i||new t(0,0);const r=new e({uniforms:{_MainTex:{value:s},_ScreenAligned:{value:0},_Scale:{value:1},_Opacity:{value:1}},vertexShader:"#define GLSLIFY 1\nvarying vec2 vUv;uniform float _ScreenAligned;uniform float _Scale;void main(){vec3 pos=position;mat4 local_to_camera=modelViewMatrix;float scale=_Scale;local_to_camera[0]=mix(modelViewMatrix[0],vec4(1.0*scale,0.0,0.0,0.0),_ScreenAligned);local_to_camera[1]=mix(modelViewMatrix[1],vec4(0.0,1.0*scale,0.0,0.0),_ScreenAligned);local_to_camera[2]=mix(modelViewMatrix[2],vec4(0.0,0.0,1.0*scale,0.0),_ScreenAligned);gl_Position=projectionMatrix*local_to_camera*vec4(pos,1.0);vUv=uv;}",fragmentShader:"#define GLSLIFY 1\nuniform sampler2D _MainTex;varying vec2 vUv;uniform float _Opacity;void main(){gl_FragColor=texture2D(_MainTex,vUv);gl_FragColor.a*=_Opacity;}",transparent:!0,depthWrite:!1,side:$}),n=new a(1,1,1);n.translate(-i.x/2,-i.y/2,0);const o=s.image.width/s.image.height;n.scale(o,1,1),super(n,r),this.current_scale=o,this.geometry.computeBoundingBox(),this.tmp_bb_size=new c,this.geometry.boundingBox.getSize(this.tmp_bb_size),this.material=r}update_texture(){this.material.uniforms._MainTex.value.needsUpdate=!0;const e=this.material.uniforms._MainTex.value.image;this.geometry.scale(1/this.current_scale,1,1),this.current_scale=e.width/e.height,this.geometry.scale(this.current_scale,1,1),this.geometry.computeBoundingBox(),this.geometry.boundingBox.getSize(this.tmp_bb_size)}get size(){return this.tmp_bb_size.clone().multiplyScalar(this.scale.x)}set size(e){this.scale.copy(e),this.material.uniforms._Scale.value=e}set screen_aligned(e){this.material.uniforms._ScreenAligned.value=!0===e?1:0}get screen_aligned(){return 1===this.material.uniforms._ScreenAligned.value}set opacity(e){this.material.uniforms._Opacity.value=e}get opacity(){return this.material.uniforms._Opacity.value}dispose(){this.geometry.dispose(),this.parent.remove(this),this.material.uniforms._MainTex.value.dispose(),this.material.dispose()}}class Ts extends xs{constructor(e,t,s,i){const r=new xt,n={font:t,font_color:s||"#000000"},o=r.draw_on_texture(e,n);o.minFilter=Z,o.minFilter=G,o.needsUpdate=!0,super(o,i),this.simple_text_drawer=r,this.canvas_texture=o,this.draw_settings=n}set text(e){this.simple_text_drawer.draw_canvas(e,this.draw_settings),this.update_texture()}get text(){return"not implemented"}}class Ss extends o{constructor(e,t){super(e,t),this.material=t;const s=this;this.onBeforeRender=()=>{"update"in s.material&&"function"==typeof s.material.update&&s.material.update()}}}class Ms extends Ae{constructor(e){super("#define GLSLIFY 1\nattribute vec4 transformsCol0;attribute vec4 transformsCol1;attribute vec4 transformsCol2;attribute vec4 transformsCol3;attribute vec4 glyph_bounds;attribute vec4 plane_bounds;attribute vec4 color;varying vec2 vUv;varying vec4 v_glyph_bounds;varying vec4 v_color;void main(){vec4 pos=vec4(position,1.0);pos.x*=plane_bounds.z;pos.y*=plane_bounds.w;pos.x+=plane_bounds.x;pos.y+=plane_bounds.y;mat4 offset_matrix=mat4(transformsCol0,transformsCol1,transformsCol2,transformsCol3);gl_Position=projectionMatrix*viewMatrix*offset_matrix*pos;vUv=uv;v_glyph_bounds=glyph_bounds;v_color=color;}","#define GLSLIFY 1\nuniform sampler2D _Texture;uniform float _Boldness;varying vec2 vUv;uniform vec2 _AtlasSize;varying vec4 v_glyph_bounds;varying vec4 v_color;float median(float r,float g,float b){return max(min(r,g),min(max(r,g),b));}void main(){float left=v_glyph_bounds.x/_AtlasSize.x;float right=v_glyph_bounds.y/_AtlasSize.x;float top=v_glyph_bounds.z/_AtlasSize.y;float bottom=v_glyph_bounds.w/_AtlasSize.y;float width=abs(right-left);float height=abs(top-bottom);vec2 coord=vec2(vUv.x*width+left,vUv.y*height+top-height);vec4 col=texture2D(_Texture,coord);float sig_dist=median(col.r,col.g,col.b);float _Cutoff=_Boldness;float dist=(_Cutoff-sig_dist);vec2 ddist=vec2(dFdx(dist),dFdy(dist));float pixelDist=dist/length(ddist);float opacity=clamp(0.5-pixelDist,0.0,1.0);gl_FragColor=vec4(v_color.rgb,opacity*v_color.a);}",{_Texture:{value:e},_Boldness:{value:.5},_AtlasSize:{value:new t(1,1)}}),this.transparent=!0,this.depthWrite=!1,this.side=$,e.minFilter=G,e.magFilter=G,e.generateMipmaps=!1}set_atlas_size(e){this.uniforms._AtlasSize.value.copy(e)}set_boldness(e){this.uniforms._Boldness.value=at.lerp(.5,.2,e)}}class zs{constructor(e,s,i){const r=s.right-s.left,n=s.top-s.bottom;this.scale=new t(r,n),this.position=new t(e+s.left,s.bottom),this.atlas_bounds=new l(i.left,i.right,i.top,i.bottom)}}class Fs{constructor(e,s=""){this.glyph_layout=e,this.glyphs=[],this.glyph_is_dirty=!0,this.matrix_is_dirty=!0,this.color_is_dirty=!0,this.position=new c,this.quaternion=new N,this.scale=new c(1,1,1),this.matrix=new E,this.color=new r("#FFFFFF"),this.pivot_point=new t,this.__opacity=1,this.__text=s,this.__generate_glyphs(s)}set text(e){this.__text=e,this.__generate_glyphs(e),this.matrix_is_dirty=!0}get text(){return this.__text}update_matrix(){this.matrix.compose(this.position,this.quaternion,this.scale),this.matrix_is_dirty=!1,this.glyph_is_dirty=!0}clear_glyph_dirty(){this.glyph_is_dirty=!1}clear_color_dirty(){this.color_is_dirty=!1}set_rotation(e=0,t=0){const s=(new N).setFromAxisAngle(new c(0,1,0),e/360*Math.PI*2),i=(new N).setFromAxisAngle(new c(1,0,0),-t/360*Math.PI*2);this.quaternion.copy(s.multiply(i)),this.matrix_is_dirty=!0}set_position(e){this.position.copy(e),this.matrix_is_dirty=!0}set_size(e){this.scale.set(e,e,e),this.matrix_is_dirty=!0}set_color(e){this.color.set(e),this.color_is_dirty=!0}set_pivot(e){this.pivot_point.copy(e),this.update_glyphs()}set opacity(e){this.__opacity=e,this.color_is_dirty=!0}get opacity(){return this.__opacity}update_glyphs(){this.__generate_glyphs(this.text)}__generate_glyphs(e){let s=0;this.glyphs.length=0;for(let t=0;t<e.length;t++){const i=e.charCodeAt(t),r=this.glyph_layout.find((e=>e.unicode===i));if(r){if(r.planeBounds){const e=new zs(s,r.planeBounds,r.atlasBounds);this.glyphs.push(e)}s+=r.advance}}const i=new J,r=this.glyphs[0];i.setFromCenterAndSize(r.position.clone().add(new t(r.scale.x/2,r.scale.y/2)),r.scale);for(let e=1;e<this.glyphs.length;e++){const s=this.glyphs[e],r=(new J).setFromCenterAndSize(s.position.clone().add(new t(s.scale.x/2,s.scale.y/2)),s.scale);i.union(r)}const n=new t;i.getSize(n);for(let e=0;e<this.glyphs.length;e++)this.glyphs[e].position.x-=n.x/2,this.glyphs[e].position.y-=n.y/2,this.glyphs[e].position.x+=n.x/2*this.pivot_point.x,this.glyphs[e].position.y+=n.y/2*this.pivot_point.y;this.glyph_is_dirty=!0}}class As extends o{constructor(e,s){const i=new ee;i.instanceCount=0;const r=new a(1,1);r.translate(.5,.5,0),i.setAttribute("position",new te(r.getAttribute("position").array,3)),i.setAttribute("uv",new te(r.getAttribute("uv").array,2)),i.index=r.index;const n=new se(new Float32Array(8e3),4,!1),o=new se(new Float32Array(8e3),4,!1),_=new se(new Float32Array(8e3),4,!1),l=new se(new Float32Array(8e3),4,!1),h=new se(new Float32Array(8e3),4,!1),c=new se(new Float32Array(8e3),4,!1),u=new se(new Float32Array(8e3),4,!1);n.usage=ie,o.usage=ie,_.usage=ie,l.usage=ie,h.usage=ie,c.usage=ie,u.usage=ie,i.setAttribute("transformsCol0",n),i.setAttribute("transformsCol1",o),i.setAttribute("transformsCol2",_),i.setAttribute("transformsCol3",l),i.setAttribute("glyph_bounds",h),i.setAttribute("plane_bounds",c),i.setAttribute("color",u),super(i,new Ms(s)),this.text_elements=[],this.font_layout=e,this.material.set_atlas_size(new t(e.atlas.width,e.atlas.height)),this.frustumCulled=!1}set_boldness(e){this.material.set_boldness(e)}add_text(e){const t=new Fs(this.font_layout.glyphs,e);return this.text_elements.push(t),t}remove_text(e){ls.remove_elem(this.text_elements,e),this.update(!0)}update(e){const t=this.geometry.getAttribute("glyph_bounds"),s=this.geometry.getAttribute("plane_bounds"),i=this.geometry.getAttribute("transformsCol0"),r=this.geometry.getAttribute("transformsCol1"),n=this.geometry.getAttribute("transformsCol2"),o=this.geometry.getAttribute("transformsCol3"),a=this.geometry.getAttribute("color");let _=!0===e,l=!0===e,h=!0===e,c=0;for(let e=0;e<this.text_elements.length;e++){const u=this.text_elements[e];u.matrix_is_dirty&&(_=!0,u.update_matrix()),u.glyph_is_dirty&&(l=!0,u.clear_glyph_dirty()),u.color_is_dirty&&(h=!0,u.clear_color_dirty());const d=u.matrix,p=u.color,m=u.opacity;for(let e=0;e<u.glyphs.length;e++){const _=u.glyphs[e],l=c;t.setXYZW(l,_.atlas_bounds.x,_.atlas_bounds.y,_.atlas_bounds.z,_.atlas_bounds.w),s.setXYZW(l,_.position.x,_.position.y,_.scale.x,_.scale.y),i.setXYZW(l,d.elements[0],d.elements[1],d.elements[2],d.elements[3]),r.setXYZW(l,d.elements[4],d.elements[5],d.elements[6],d.elements[7]),n.setXYZW(l,d.elements[8],d.elements[9],d.elements[10],d.elements[11]),o.setXYZW(l,d.elements[12],d.elements[13],d.elements[14],d.elements[15]),a.setXYZW(l,p.r,p.g,p.b,m),c++}}this.geometry.instanceCount=c,c>this.max_allocations&&console.error("SDFTextBatch exceeded maximum glyph allocations(max/current): ",this.max_allocations,c,this),_&&(i.needsUpdate=!0,r.needsUpdate=!0,n.needsUpdate=!0,o.needsUpdate=!0),l&&(t.needsUpdate=!0,s.needsUpdate=!0),h&&(a.needsUpdate=!0)}dispose(){this.geometry.dispose(),this.material.dispose()}}class Rs extends ht{constructor(e,t=new c,s=new c(1,1,1),i="linear"){super(i),this.attribute_name=e,this.from=t,this.to=s}update(e,t){const s=this.from.clone();s.lerp(this.to,this.easing_function(t)),e[this.attribute_name].copy(s)}}class ks extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;varying vec2 vUv;void main(){vec4 col=texture2D(_MainTex,vUv);gl_FragColor=col;gl_FragColor.a=col.a;}")}set offset(e){this.uniforms._Offset.value=e}get offset(){return this.uniforms._Offset.value}}class Cs extends Se{constructor(e){super(e?"#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;varying vec2 vUv;vec4 upsample(vec2 uv,vec2 halfpixel){vec4 sum=texture2D(_MainTex,uv+vec2(-halfpixel.x*2.0,0.0));sum+=texture2D(_MainTex,uv+vec2(-halfpixel.x,halfpixel.y))*2.0;sum+=texture2D(_MainTex,uv+vec2(0.0,halfpixel.y*2.0));sum+=texture2D(_MainTex,uv+vec2(halfpixel.x,halfpixel.y))*2.0;sum+=texture2D(_MainTex,uv+vec2(halfpixel.x*2.0,0.0));sum+=texture2D(_MainTex,uv+vec2(halfpixel.x,-halfpixel.y))*2.0;sum+=texture2D(_MainTex,uv+vec2(0.0,-halfpixel.y*2.0));sum+=texture2D(_MainTex,uv+vec2(-halfpixel.x,-halfpixel.y))*2.0;return sum/12.0;}void main(){vec2 half_pixel;half_pixel.x=0.5/_Resolution.x;half_pixel.y=0.5/_Resolution.y;gl_FragColor=upsample(vUv,half_pixel);}":"#define GLSLIFY 1\nuniform sampler2D _MainTex;uniform vec2 _Resolution;varying vec2 vUv;vec4 downsample(vec2 uv,vec2 halfpixel){vec4 sum=texture2D(_MainTex,uv)*4.0;sum+=texture2D(_MainTex,uv-halfpixel);sum+=texture2D(_MainTex,uv+halfpixel);sum+=texture2D(_MainTex,uv+vec2(halfpixel.x,-halfpixel.y));sum+=texture2D(_MainTex,uv-vec2(halfpixel.x,-halfpixel.y));return sum/8.0;}void main(){vec2 half_pixel=vec2(0.5/_Resolution.x,0.5/_Resolution.y);gl_FragColor=downsample(vUv,half_pixel);}")}}class Ps{constructor(){this.current_width=1,this.current_height=1,this.RT0=new h(1,1),this.RT1=new h(1,1),this.RT2=new h(1,1),this.RT3=new h(1,1),this.RT4=new h(1,1),this.upscale_blur_mat=new Cs(!0),this.downscale_blur_mat=new Cs(!1),this.alpha_filter_mat=new ks}blur(e){this.check_RT_resize(e.width,e.height),Ne.blit(e,this.RT1,this.alpha_filter_mat),Ne.blit(this.RT1,this.RT2,this.downscale_blur_mat),Ne.blit(this.RT2,this.RT3,this.downscale_blur_mat),Ne.blit(this.RT3,this.RT4,this.downscale_blur_mat),Ne.blit(this.RT4,this.RT3,this.upscale_blur_mat),Ne.blit(this.RT3,this.RT2,this.upscale_blur_mat),Ne.blit(this.RT2,e,this.upscale_blur_mat)}check_RT_resize(e,t){this.current_width===e&&this.current_height===t||(this.current_width=e,this.current_height=t,this.RT0.setSize(this.current_width/2,this.current_height/2),this.RT1.setSize(this.current_width/2,this.current_height/2),this.RT2.setSize(this.current_width/4,this.current_height/4),this.RT3.setSize(this.current_width/8,this.current_height/8),this.RT4.setSize(this.current_width/16,this.current_height/16))}}class Ls extends Se{constructor(){super("#define GLSLIFY 1\nuniform sampler2D _SourceTex;uniform vec2 _SourceTexSize;varying vec2 vUv;\n#define vec vec4\n#define toVec(x) x.rgba\n#define s2(a, b) temp = a; a = min(a, b); b = max(temp, b);\n#define t2(a, b) s2(v[a], v[b]);\n#define t24(a, b, c, d, e, f, g, h) t2(a, b); t2(c, d); t2(e, f); t2(g, h);\n#define t25(a, b, c, d, e, f, g, h, i, j) t24(a, b, c, d, e, f, g, h); t2(i, j);\n#define s2(a, b) temp = a; a = min(a, b); b = max(temp, b);\n#define mn3(a, b, c) s2(a, b); s2(a, c);\n#define mx3(a, b, c) s2(b, c); s2(a, c);\n#define mnmx3(a, b, c) mx3(a, b, c); s2(a, b);\n#define mnmx4(a, b, c, d) s2(a, b); s2(c, d); s2(a, c); s2(b, d);\n#define mnmx5(a, b, c, d, e) s2(a, b); s2(c, d); mn3(a, c, e); mx3(b, d, e);\n#define mnmx6(a, b, c, d, e, f) s2(a, d); s2(b, e); s2(c, f); mn3(a, b, c); mx3(d, e, f);\nvoid main(){vec2 inv_size=vec2(1.0/_SourceTexSize.x,1.0/_SourceTexSize.y);\n#ifdef kernel5x5\nvec v[25];for(int dX=-2;dX<=2;++dX){for(int dY=-2;dY<=2;++dY){vec2 offset=vec2(float(dX),float(dY));v[(dX+2)*5+(dY+2)]=toVec(texture2D(_SourceTex,vUv+offset*inv_size));}}vec temp;t25(0,1,3,4,2,4,2,3,6,7);t25(5,7,5,6,9,7,1,7,1,4);t25(12,13,11,13,11,12,15,16,14,16);t25(14,15,18,19,17,19,17,18,21,22);t25(20,22,20,21,23,24,2,5,3,6);t25(0,6,0,3,4,7,1,7,1,4);t25(11,14,8,14,8,11,12,15,9,15);t25(9,12,13,16,10,16,10,13,20,23);t25(17,23,17,20,21,24,18,24,18,21);t25(19,22,8,17,9,18,0,18,0,9);t25(10,19,1,19,1,10,11,20,2,20);t25(2,11,12,21,3,21,3,12,13,22);t25(4,22,4,13,14,23,5,23,5,14);t25(15,24,6,24,6,15,7,16,7,19);t25(3,11,5,17,11,17,9,17,4,10);t25(6,12,7,14,4,6,4,7,12,14);t25(10,14,6,7,10,12,6,10,6,17);t25(12,17,7,17,7,10,12,18,7,12);t24(10,18,12,20,10,20,10,12);gl_FragColor=v[12];\n#endif\n#ifdef kernel3x3\nvec v[9];for(int dX=-1;dX<=1;++dX){for(int dY=-1;dY<=1;++dY){vec2 offset=vec2(float(dX),float(dY));v[(dX+1)*3+(dY+1)]=toVec(texture2D(_SourceTex,vUv+offset*inv_size));}}vec temp;mnmx6(v[0],v[1],v[2],v[3],v[4],v[5]);mnmx5(v[1],v[2],v[3],v[4],v[6]);mnmx4(v[2],v[3],v[4],v[7]);mnmx3(v[3],v[4],v[8]);toVec(gl_FragColor)=v[4];\n#endif\n}",void 0,{kernel3x3:!0}),this.uniforms._SourceTex={value:void 0},this.uniforms._SourceTexSize={value:new t(1,1)}}set_texture(e){this.uniforms._SourceTex.value=e;const t=this.get_size(e);this.uniforms._SourceTexSize.value.copy(t)}get_size(e){return e.isVideoTexture?new t(Math.max(1,e.image.videoWidth),Math.max(1,e.image.videoHeight)):e.isWebGLRenderTarget?new t(e.width,e.height):e.isTexture?new t(e.image.width,e.image.height):new t(1,1)}}class Ds{constructor(){this.RT=new h(1,1,{type:re,format:B,minFilter:x,magFilter:x}),this.RT1=new h(1,1,{type:re,format:B,minFilter:x,magFilter:x}),this.median_filter_mat=new Ls}filter(e){const t=this.get_size(e);t.x===this.RT.width&&t.y===this.RT.height||(this.RT.setSize(t.x,t.y),this.RT1.setSize(t.x,t.y)),this.median_filter_mat.set_texture(e),Ne.material_pass(this.median_filter_mat,this.RT);for(let e=0;e<0;e++)this.median_filter_mat.set_texture(this.RT.texture),Ne.material_pass(this.median_filter_mat,this.RT1),this.median_filter_mat.set_texture(this.RT1.texture),Ne.material_pass(this.median_filter_mat,this.RT);return this.RT}get_size(e){return e.isVideoTexture?new t(Math.max(1,e.image.videoWidth),Math.max(1,e.image.videoHeight)):e.isRenderTarget?new t(e.width,e.height):e.isTexture?new t(e.image.width,e.image.height):new t(1,1)}}class Us{constructor(e,t){this.read=void 0,this.write=void 0,this.name=e,this.update_material=t}init_from_geometry(e){}init_from_attribute(e){}build_RT(e){const t=Us.calculate_resolution(e),s={minFilter:x,magFilter:x,format:B,colorScape:f,type:Tt.fp_textures_available?re:Q,stencilBuffer:!1,depthBuffer:!1};return new h(t.width,t.height,s)}static calculate_resolution(e){const t=Math.min(e,512);return{width:t,height:Math.max(1,Math.ceil(e/t))}}swap_RT(){const e=this.read;this.read=this.write,this.write=e}update(e){this.update_material&&(this.update_material.update(),e.children[0]instanceof o&&(e.children[0].material=this.update_material),this.update_material.uniforms._MainTex.value=this.read.texture,Ne.render(e,void 0,this.write),e.children[0]instanceof o&&(e.children[0].material=void 0),this.swap_RT())}store_geometry_attribute_in_RT(e,t,s,i){i.children[0]instanceof o&&(i.children[0].geometry.setAttribute("data",e),i.children[0].material=s),Ne.render(i,void 0,t),i.children[0]instanceof o&&(i.children[0].geometry.deleteAttribute("data"),i.children[0].material=void 0)}get_texture(){return this.read.texture}}class Os extends T{constructor(e,t){super(),this.attributes=[],this.mesh=this.build_point_mesh(e,t),this.add(this.mesh),this.attribute_writter_mesh=this.build_attribute_writter_mesh(e),this.attribute_writter_scene=new n,this.attribute_writter_scene.add(this.attribute_writter_mesh)}add_texture_attribute(e){this.attributes.push(e)}add_update_attribute_array(e,t,s){this.attribute_writter_mesh.geometry.setAttribute(e,new H(t,s,!1))}add_attribute_array(e,t,s){this.mesh.geometry.setAttribute(e,new se(t,s,!1))}update(){const e=this.mesh.material;Array.isArray(e)?e.forEach((e=>e.dispose())):e.dispose();for(let e=0;e<this.attributes.length;e++)this.attributes[e].update(this.attribute_writter_scene)}dispose(){this.mesh.geometry.dispose();const e=this.mesh.material;Array.isArray(e)?e.forEach((e=>e.dispose())):e.dispose()}build_point_mesh(e=1,t){const s=new a,i=new ee;i.setAttribute("position",s.getAttribute("position")),i.index=s.index,i.setAttribute("storage_uv",this.build_uv_storage_attribute(e)),i.instanceCount=e;const r=new o(i,t);return r.frustumCulled=!1,r}build_attribute_writter_mesh(e){const{width:t,height:s}=Us.calculate_resolution(e),i=new Float32Array(3*e);for(let r=0;r<e;r++){const e=r%t,n=Math.floor(r/t);i[3*r+0]=(e+.5)/t,i[3*r+1]=(n+.5)/s,i[3*r+2]=r}const r=new M;r.setAttribute("position",new H(i,3,!1));const n=new ne(r);return n.frustumCulled=!1,n}build_uv_storage_attribute(e){const{width:t,height:s}=Us.calculate_resolution(e),i=new Float32Array(2*e);for(let r=0;r<e;r++){const e=r%t,n=Math.floor(r/t);i[2*r+0]=(e+.5)/t,i[2*r+1]=(n+.5)/s}return new se(i,2,!1)}}class js extends e{constructor(e){super({uniforms:{},vertexShader:e=e||"\n varying vec4 value;\n attribute vec4 data;\n\n void main()\n {\n gl_Position = vec4(position.xy * 2.0 - 1.0, 1.0,1.0);\n gl_PointSize = 1.0;\n\n value = data;\n }\n ",fragmentShader:"#define GLSLIFY 1\nvarying vec4 value;void main(){gl_FragColor=value;}",depthWrite:!1,blending:s,depthTest:!1,depthFunc:i})}}class Is extends Us{constructor(e){super("_Position",e)}store_geometry(e,t){const s=e.getAttribute("position");this.read=this.build_RT(s.count),this.write=this.build_RT(s.count);const i=new js;this.store_geometry_attribute_in_RT(e.getAttribute("position"),this.read,i,t)}store_positions(e,t){this.read=this.build_RT(e.length),this.write=this.build_RT(e.length);const s=new Float32Array(4*e.length);for(let t=0;t<e.length;t++)s[4*t+0]=e[t].x,s[4*t+1]=e[t].y,s[4*t+2]=e[t].z,s[4*t+3]=10*(2*Math.random()-1);const i=new js;this.store_geometry_attribute_in_RT(new H(s,4),this.read,i,t)}}class Ns extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new ye}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then the probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Es extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new oe}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class qs extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new be}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Vs extends Ce{constructor(e,t,s){super(e,t,s)}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?fetch(this.url).then((t=>{t.json().then((t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}))})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Bs extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new xe}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e+"\n\n\t If the error says something about unexpected token < in JSON then probably the problem is related to the file not being found. Check the name and path of the resource"),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Ys extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new oe}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,this.parse_path(t)),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}parse_path(e){const t=e.split("\n");""===t[t.length-1]&&t.pop();const s=[];for(let e=0;e<t.length;e+=3){const i=parseFloat(t[e+0]),r=parseFloat(t[e+1]),n=parseFloat(t[e+2]);s.push(new c(i,r,n))}return s}}class Gs extends Ce{constructor(e,t,s){super(e,t,s),this.loader=new oe}on_preloaded_finished(e){void 0===e.resources_by_url[this.url]?this.loader.load(this.url,(t=>{e.set_resource(this.resource_id,this.url,t),this.__update_downloaded_bytes(1,1),this.__loading_ended()}),(()=>{}),(e=>{this.__set_error(e),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Qs extends Ce{constructor(e,t,s){super(e,t,s)}on_preloaded_finished(e,t){void 0===e.resources_by_url[this.url]?t.blob().then((t=>{const s=new m,i=URL.createObjectURL(t),r=new Image;r.src=i,r.onload=()=>{s.image=r,s.needsUpdate=!0,e.set_resource(this.resource_id,this.url,s),this.__update_downloaded_bytes(1,1),this.__loading_ended()},r.onerror=()=>{console.error("Error loading texture. Maybe the resource is not an image?",this.url)}})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Ws extends Ce{constructor(e,t,s){super(e,t,s)}on_preloaded_finished(e,t){void 0===e.resources_by_url[this.url]?t.blob().then((t=>{e.set_resource(this.resource_id,this.url,URL.createObjectURL(t)),this.__update_downloaded_bytes(1,1),this.__loading_ended()})):(e.set_resource(this.resource_id,this.url,e.resources_by_url[this.url]),this.__update_downloaded_bytes(1,1),this.__loading_ended())}}class Xs{constructor(e){this.name=e,this.resources={},this.resources_by_url={}}set_resource(e,t,s){Object.keys(this.resources_by_url).includes(t)?this.resources[e]=this.resources_by_url[t]:(this.resources[e]=s,this.resources_by_url[t]=s)}get_resource(e){return this.resources[e]}get(e){return this.resources[e]}}class Hs{constructor(e){this.resource_loaders=[],this.batch_name=e||"unnamed batch"}add_loader(e){this.resource_loaders.push(e)}load(e){for(let t=0;t<this.resource_loaders.length;t++)this.resource_loaders[t].load(e||Xs)}get loading_finished(){let e=!0;for(let t=0;t<this.resource_loaders.length;t++)e=e&&this.resource_loaders[t].has_finished;return e}get has_errors(){let e=!1;for(let t=0;t<this.resource_loaders.length;t++)e=e||this.resource_loaders[t].has_error;return e}print_errors(){console.error("Batch <"+this.batch_name+"> could not load successfully");for(let e=0;e<this.resource_loaders.length;e++)this.resource_loaders[e].has_error&&this.resource_loaders[e].print_error()}get_progress(){return this.get_loaded_bytes()/this.get_total_bytes()}get_loaded_bytes(){let e=1;for(let t=0;t<this.resource_loaders.length;t++)e+=this.resource_loaders[t].loaded_bytes;return e}get_total_bytes(){let e=1;for(let t=0;t<this.resource_loaders.length;t++)e+=this.resource_loaders[t].total_bytes;return e}}class Ks{start(){this.finished=!1}update(){this.finished=!0}}class $s{constructor(){}on_enter(e){}on_exit(e){}update(e){}}class Zs extends $s{constructor(){super(),this.rotation_speed=new t,this.vector_forward_axis=new c(0,0,-1),this.tmp_forward=new c,this.tmp_quat=new N,this.tmp_camera_target_pos=new c}on_enter(e){e.reference_rotation.copy(e.camera.quaternion)}update(e){e.camera.quaternion.copy(e.reference_rotation),this.tmp_forward.copy(this.vector_forward_axis);const t=this.tmp_forward.applyQuaternion(e.camera.quaternion);e.reference_zoom=at.clamp(e.reference_zoom,e.min_zoom,e.max_zoom),e.camera.position.copy(e.reference_position).sub(t.multiplyScalar(e.reference_zoom)),e.__last_reference_position.copy(e.reference_position)}get_target_camera_pos(e){this.tmp_quat.copy(e.reference_rotation),this.tmp_forward.copy(this.vector_forward_axis);const t=this.tmp_forward.applyQuaternion(this.tmp_quat),s=at.clamp(e.reference_zoom,e.min_zoom,e.max_zoom);return this.tmp_camera_target_pos.copy(e.reference_position).sub(t.multiplyScalar(s)),this.tmp_camera_target_pos}}class Js{constructor(){}on_enter(e){}on_exit(e){}update(e){}lock_zoom(){}unlock_zoom(){}}class ei{constructor(e){this.input=e,this.camera=void 0,this.camera_initial_rot=void 0,this.camera_initial_pos=void 0,this.current_state=new Js,this.current_mode=new Zs,this.point_of_interest=new c,this.normalized_zoom=0,this.vector_up_axis=new c(0,1,0),this.vector_right_axis=new c(1,0,0),this.vector_forward_axis=new c(0,0,1),this.tmp_forward=this.vector_forward_axis.clone(),this.tmp_right=this.vector_right_axis.clone(),this.tmp_dir=new c,this.zoom=10,this.reference_zoom=10,this.orientation=27,this.tilt=70,this.reference_rotation=new N,this.reference_position=new c,this.__last_reference_position=new c,this.tmp_size=new c,this.tmp_quat=new N,this.min_zoom=1,this.max_zoom=400,this.current_tilt=0,this.current_orientation=0,this.current_azimuth=0,this.projection_plane_helper=new ae(new j,1,16776960),this.input_enabled=!0,this.raised_look_at_position=new c(-82.2986094900191,0,39.7538467209173),this.use_raised_look_at_direction=0}enable(){this.input_enabled=!0}disable(){this.input_enabled=!1}set_camera(e){this.camera=e,this.camera_initial_rot=e.quaternion.clone(),this.camera_initial_pos=e.position.clone()}set_state(e){this.current_state.on_exit(this),this.current_state=e,this.current_state.on_enter(this)}set_mode(e){this.current_mode.on_exit(this),this.current_mode=e,this.current_mode.on_enter(this)}set_normalized_zoom(e){this.normalized_zoom=at.clamp(e,0,1)}update_normalized_zoom(e,t){const s=this.camera.position.distanceTo(this.reference_position);this.normalized_zoom=at.linear_map(s,e,t,1,0),this.normalized_zoom=at.clamp(this.normalized_zoom,0,1)}update(){this.debug_box&&this.debug_box.position.copy(this.reference_position),this.current_state.update(this),this.current_mode.update(this),this.update_normalized_zoom(this.min_zoom,this.max_zoom)}set_idle(){this.set_state(new Js)}camera_is_zoomed_out(){return this.normalized_zoom<.2}set_rotation(e,t,s=0){this.old_orientation=this.current_orientation,this.current_tilt=e||this.current_tilt,this.current_orientation=t||this.current_orientation,this.current_azimuth=s||this.current_azimuth,this.set_quaternion(this.build_rotation(this.current_tilt,this.current_orientation))}set_rotation_delta(e,t,s=0){this.lerp_rotation(this.current_tilt,this.current_tilt+e,this.current_orientation,this.current_orientation+t,this.current_azimuth,this.current_azimuth+s,1)}lerp_tilt(e,t,s){this.lerp_rotation(e,t,this.current_orientation,this.current_orientation,this.current_azimuth,this.current_azimuth,s)}set_quaternion(e){const t=2*Math.atan2(e.x,e.w),s=2*Math.atan2(e.y,e.w);this.current_orientation=at.radToDeg(s)%360,this.current_tilt=-1*at.radToDeg(t),this.reference_rotation.copy(e)}lerp_quaternion(e,t){this.set_quaternion(this.reference_rotation.clone().slerp(e,t))}lerp_orientation(e,t,s){this.lerp_rotation(this.current_tilt,this.current_tilt,e,t,this.current_azimuth,this.current_azimuth,s)}lerp_azimuth(e,t,s){}lerp_rotation(e,t,s,i,r,n,o){const a=this.build_rotation(e,s),_=this.build_rotation(t,i);a.slerp(_,o),this.set_quaternion(a)}build_rotation(e,t){t<0&&(t+=360);const s=(new N).setFromAxisAngle(this.vector_up_axis,t%360/360*Math.PI*2),i=(new N).setFromAxisAngle(this.vector_right_axis,-e/360*Math.PI*2);return s.multiply(i)}translate_forward(e){this.tmp_forward.copy(this.vector_forward_axis),this.tmp_forward.applyQuaternion(this.camera.quaternion),this.reference_position.add(this.tmp_forward.multiplyScalar(e))}translate_right(e){this.tmp_right.copy(this.vector_right_axis),this.tmp_right.applyQuaternion(this.camera.quaternion),this.reference_position.add(this.tmp_right.multiplyScalar(e))}focus_on_bounding_box(e,t=1){if(this.camera.isOrthographicCamera){e.getSize(this.tmp_size);const t=this.tmp_size.x,s=this.tmp_size.y,i=t/s;Le.aspect_ratio/i>1?this.camera.zoom=Le.height/s:this.camera.zoom=Le.width/t,e.getCenter(this.reference_position)}else{const s=new c;s.copy(e.max).sub(e.min);const i=e.min.clone(),r=i.clone().add(new c(s.x,0,0)),n=i.clone().add(new c(0,s.y,0)),o=i.clone().add(new c(0,0,s.z)),a=i.clone().add(new c(s.x,0,s.z)),_=i.clone().add(new c(0,s.y,s.z)),l=e.max.clone(),h=i.clone().add(new c(s.x,s.y,0));this.focus_camera_on_points([i,r,n,o,a,_,l,h],t)}}get_zoom_to_focus_on_points(e,t){const s=this.reference_zoom,i=(new c).copy(this.reference_position);this.focus_camera_on_points(e,t);const r=this.reference_zoom;return this.reference_zoom=s,this.reference_position.copy(i),r}get_target_pos_to_focus_on_points(e,t){const s=this.reference_zoom,i=(new c).copy(this.reference_position);this.focus_camera_on_points(e,t);const r=this.reference_position.clone();return this.reference_zoom=s,this.reference_position.copy(i),r}focus_camera_on_sphere(e,t){this.reference_zoom=this.get_zoom_to_sphere(e,t),this.reference_position.copy(e.center)}get_zoom_to_sphere(e,t){const s=this.camera.fov/2*Math.PI/180,i=2*Math.atan(Math.tan(s)*this.camera.aspect)/2,r=e.radius/Math.tan(s),n=e.radius/Math.tan(i);return Math.max(Math.abs(n),Math.abs(r))}hide_projected_points(){for(let e=0;e<this.projected_points.length;e++)this.projected_points[e].visible=!1}show_projected_points(e){this.hide_projected_points();for(let t=0;t<e.length;t++)this.projected_points[t].visible=!0,this.projected_points[t].position.copy(e[t])}show_plane_projection(e,t=1){this.projection_plane_helper.plane=e,this.projection_plane_helper.size=t,this.projection_plane_helper.updateMatrixWorld(),this.projection_plane_helper.visible=!0}show_sphere_projection(e){this.projection_sphere_helper.scale.set(e.radius,e.radius,e.radius),this.projection_sphere_helper.position.copy(e.center),this.projection_sphere_helper.visible=!0}fit_points(e,t,s=1){if(this.camera.isPerspectiveCamera){const i=new c(0,0,-1).applyQuaternion(e),r=i.clone().multiplyScalar(-1),n=new jt,o=Le.aspect_ratio,a=n.fit_points(t,e,this.camera.fov*s,o),_=(new L).setFromPoints(t),l=new c;_.getCenter(l);const h=(new j).setFromNormalAndCoplanarPoint(r,l),u=new q(a,i),d=new c;u.intersectPlane(h,d);return{zoom:a.distanceTo(d),reference_position:d,camera_position:a}}{const i=(new Ot).fit_points(t,this.reference_rotation,this.camera.fov*s,Le.aspect_ratio);this.reference_position.copy(i.center),this.reference_zoom=i.distance_to_center;const r=new c(0,0,1).applyQuaternion(e);return{zoom:i.distance_to_center,reference_position:i.center,camera_position:r.multiplyScalar(i.distance_to_center)}}}focus_camera_on_points(e,t=1){if(this.camera.isPerspectiveCamera){const s=new c(0,0,-1).applyQuaternion(this.reference_rotation),i=s.clone().multiplyScalar(-1),r=new jt,n=Le.aspect_ratio,o=r.fit_points(e,this.reference_rotation,this.camera.fov*t,n),a=(new L).setFromPoints(e),_=new c;a.getCenter(_);const l=(new j).setFromNormalAndCoplanarPoint(i,_),h=new q(o,s),u=new c;h.intersectPlane(l,u);const d=o.distanceTo(u);this.reference_zoom=d,this.reference_position.copy(u)}else{const s=(new Ot).fit_points(e,this.reference_rotation,this.camera.fov*t,Le.aspect_ratio);this.reference_position.copy(s.center),this.reference_zoom=s.distance_to_center}}get_current_tilt(){return this.current_tilt}get_current_orientation(){return this.current_orientation}get_current_azimuth(){return this.current_azimuth}__get_zoom_to_show_rect(e,t,s=1){const i=at.degToRad(this.camera.fov/2),r=2*Math.atan(Math.tan(i)*this.camera.aspect)/2,n=t/Math.tan(i*s),o=e/Math.tan(r*s);return Math.max(Math.abs(o),Math.abs(n))}}class ti extends Js{constructor(e){super(),this.input=e,this.last_point=new t,this.rotation_velocity=new t,this.forward_dir=0,this.right_dir=0,this.y_dir=0,this.azimuth_dir=0,this.shift_key=!1}on_enter(e){}on_exit(e){}update(e){this.__check_key_down(),this.__check_key_up()}__show_camera_position(e){this.input.left_mouse_button_released&&console.log({x:e.reference_position.x,y:e.reference_position.y,z:e.reference_position.z,orientation:e.current_orientation,tilt:e.current_tilt,azimuth:e.current_azimuth,zoom:e.reference_zoom,fov:e.camera.fov})}__zoom_camera(e){e.reference_zoom+=.5*this.input.zoom_delta}__rotate_camera(e){if(this.input.left_mouse_button_down&&1===this.input.pointer_count){const e=new t(-24*this.input.NDC_delta.x,-8*this.input.NDC_delta.y);e.multiplyScalar(60*mt.delta_time),this.rotation_velocity.add(e)}e.set_rotation_delta(this.rotation_velocity.y,this.rotation_velocity.x);const s=1-Math.exp(-5*mt.delta_time);this.rotation_velocity.lerp(new t(0,0),s)}__move_camera(e){if(e.translate_forward(this.forward_dir),e.translate_right(this.right_dir),e.reference_position.y-=this.y_dir,this.input.right_mouse_button_pressed&&this.last_point.copy(this.input.NDC),this.input.right_mouse_button_down){const t=It.get_plane_intersection(e.reference_position,void 0,this.last_point).clone(),s=It.get_plane_intersection(e.reference_position,void 0,this.input.NDC).clone();s.sub(t),e.reference_position.x-=s.x,e.reference_position.y-=s.y,e.reference_position.z-=s.z,this.last_point.copy(this.input.NDC)}}__check_key_down(){const e=.12;this.input.keyboard.is_key_down("KeyW")&&(this.forward_dir=-.12),this.input.keyboard.is_key_down("KeyS")&&(this.forward_dir=e),this.input.keyboard.is_key_down("KeyA")&&(this.right_dir=-.12),this.input.keyboard.is_key_down("KeyD")&&(this.right_dir=e),this.input.keyboard.is_key_down("KeyQ")&&(this.azimuth_dir=.48),this.input.keyboard.is_key_down("KeyE")&&(this.azimuth_dir=-.48),this.input.keyboard.is_key_down("KeyZ")&&(this.y_dir=e),this.input.keyboard.is_key_down("KeyC")&&(this.y_dir=-.12),this.input.keyboard.is_key_down("ShiftLeft")&&(this.shift_key=!0)}__check_key_up(){this.input.keyboard.is_key_released("KeyW")&&(this.forward_dir=0),this.input.keyboard.is_key_released("KeyS")&&(this.forward_dir=0),this.input.keyboard.is_key_released("KeyA")&&(this.right_dir=0),this.input.keyboard.is_key_released("KeyD")&&(this.right_dir=0),this.input.keyboard.is_key_released("KeyQ")&&(this.azimuth_dir=0),this.input.keyboard.is_key_released("KeyE")&&(this.azimuth_dir=0),this.input.keyboard.is_key_released("KeyZ")&&(this.y_dir=0),this.input.keyboard.is_key_released("KeyC")&&(this.y_dir=0),this.input.keyboard.is_key_released("ShiftLeft")&&(this.shift_key=!1)}}export{Js as AbstractCameraState,Ce as AbstractLoader,nt as AbstractScene,ot as ActionEvent,ht as ActionInterpolator,_t as ActionSequencer,dt as ActionSequencerBuilder,Me as AddMaterial,yt as ApplicationView,ls as ArrayUtilities,Ft as Arrow,Be as AsyncAbstractLoader,Ye as AsyncAudiosLoader,We as AsyncObjectsLoader,He as AsyncTextureLoader,et as AsyncTexturesLoader,qe as AudioLoader,Te as BaseApplication,ke as BaseRender,Ae as BaseShaderMaterial,Ke as BasisLoader,Se as BlitMaterial,Ht as Blurrer,Xe as Browser,Lt as CSSAnimator,ei as CameraController,Pe as CameraManager,$s as CameraMovementMode,It as CameraUtilities,bt as CanvasDrawer,Tt as Capabilities,ti as CommonCameraState,Ks as Compilator,At as Cube,$e as CubemapLoader,Ns as DAELoader,kt as Debug,Bt as DebugNormalsRender,ut as DrawIOAnimationSheet,Cs as DualFilteringBlurMaterial,Ps as DualFilteringBlurrer,lt as EasingFunctions,Es as FileLoader,qs as FontLoader,hs as FrustumPointFitter,Ge as GLTFDRACOLoader,Qe as GLTFLoader,Os as GPUParticleSystem,es as GaussianBlurrer,cs as GeometryUtilities,Ne as Graphics,ys as Grid,Ze as HDRCubeTextureLoader,Je as HDRTextureLoader,us as HTMLUtilities,it as HighQualityLoadingState,as as HorizontalPlane,ds as ImageUtilities,Zs as ImmediateMode,Nt as Initializer,Vs as JSONLoader,Et as KeyboardInput,bs as Line,st as LoadingState,Ds as MedianFilter,ps as MeshSampler,ms as ModelUtilities,Kt as NormalAORender,$t as NormalRender,ct as NumberInterpolator,Bs as OBJLoader,at as OMath,Dt as OS,Le as OScreen,gs as ObjectUtilities,qt as OrthographicCamera,Ot as OrthographicFrustumPointFitter,Us as ParticleAttribute,Is as ParticlePositionAttribute,zt as PerspectiveCamera,jt as PerspectiveFrustumPointFitter,Ys as PointArrayLoader,rt as RegularLoadingState,rs as RenderLoop,Hs as ResourceBatch,Ve as ResourceContainer,As as SDFTextBatch,De as SceneManager,ns as Screen,xt as SimpleTextDrawer,Rt as Sphere,fs as StringUtilities,Ts as Text2D,Gs as TextLoader,Qs as TextureLoader,mt as Time,vs as TimeUtilities,vt as TransitionManager,pt as TransitionTable,Re as UnrealBloomComposeMaterial,ts as UnrealBloomRender,Ss as UpdatableMaterialMesh,ss as VRRender,ws as Validation,Rs as VectorInterpolator,_s as VerticalPlane,Ws as VideoLoader,os as ViewComponent,is as ViewComponentManager,wt as ViewManager,xs as WorldImage};
2
2
  //# sourceMappingURL=index.mjs.map