(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{"/UnV":function(t,i,s){"use strict";s.d(i,"a",(function(){returnr}));conste=s("rwco").c.get("core/data_formats/parsing/afs"),n=5457473;functionr(t){if(t.u32()!==n)returne.error("Not an AFS archive."),[];consti=t.u16();t.seek(2);consts=[];for(lete=0;e<i;e++){consti=t.u32(),e=t.u32();s.push({offset:i,size:e})}constr=[];for(const{offset:i,size:e}ofs)t.seek_start(i),r.push(t.array_buffer(e));returnr}},"4/Uj":function(t,i,s){"use strict";s.r(i),s.d(i,"TextureStore",(function(){returnd}));vare=s("ouMO"),n=s("yub1"),r=s("Sa3/"),o=s("NRxM"),h=s("bcBH"),u=s("kcKQ"),_=s("rwco"),a=s("wtpc"),f=s("/UnV"),c=function(t,i,s,e){returnnew(s||(s=Promise))((function(n,r){functiono(t){try{u(e.next(t))}catch(t){r(t)}}functionh(t){try{u(e.throw(t))}catch(t){r(t)}}functionu(t){vari;t.done?n(t.value):(i=t.value,iinstanceofs?i:news((function(t){t(i)}))).then(o,h)}u((e=e.apply(t,i||[])).next())}))};constl=_.c.get("viewer/stores/TextureStore");classdextendsu.a{constructor(){super(...arguments),this._textures=Object(e.c)(),this.textures=this._textures,this.load_file=t=>c(this,void0,void0,(function*(){try{consti=Object(a.g)(t.name).toLowerCase(),s=yieldObject(r.a)(t);if("xvm"===i){constt=Object(n.a)(newo.a(s,h.a.Little));this._textures.splice(0,1/0,...t.textures)}elseif("afs"===i){constt=Object(f.a)(newo.a(s,h.a.Little)),i=[];for(constsoft){constt=Object(n.a)(newo.a(s,h.a.Little));i.push(...t.textures)}this._textures.val=i}}catch(t){l.error("Couldn't read file.",t)}}))}}},"9Ykw":function(t,i,s){"use strict";functione(t){consti=[];for(;t.bytes_left;){consts=t.u32(),e=t.u32();if(e>t.bytes_left)break;i.push({type:s,data:t.take(e)})}returni}s.d(i,"a",(function(){returne}))},"9dYx":function(t,i,s){"use strict";vare=s("bcBH");classn{constructor(t,i){this._position=0,this.endianness=t,this.offset=i}getposition(){returnthis._position}getendianness(){returnthis.little_endian?e.a.Little:e.a.Big}setendianness(t){this.little_endian=t===e.a.Little}getbytes_left(){returnthis.size-this.position}seek(t){returnthis.seek_start(this.position+t)}seek_start(t){if(t<0||t>this.size)thrownewError(`Offset ${t} is out of bounds.`);returnthis._position=t,this}seek_end(t){if(t<0||t>this.size)thrownewError(`Offset ${t} is out of bounds.`);returnthis._position=this.size-t,this}u8(){returnthis.u8_at(this._position++)}u8_at(t){returnthis.check_offset(t,1),this.dv.getUint8(this.offset+t)}u16(){constt=this.u16_at(this.position);returnthis._position+=2,t}u16_at(t){returnthis.check_offset(t,2),this.dv.getUint16(this.offset+t,this.little_endian)}u32(){constt=this.u32_at(this.position);returnthis._position+=4,t}u32_at(t){returnthis.check_offset(t,4),this.dv.getUint32(this.offset+t,this.little_endian)}i8(){returnthis.i8_at(this._position++)}i8_at(t){returnthis.check_offset(t,1),this.dv.getInt8(this.offset+t)}i16(){constt=this.i16_at(this.position);returnthis._position+=2,t}i16_at(t){returnthis.check_offset(t,2),this.dv.getInt16(this.offset+t,this.little_endian)}i32(){constt=this.i32_at(this.position);returnthis._position+=4,t}i32_at(t){returnthis.check_offset(t,4),this.dv.getInt32(this.offset+t,this.little_endian)}f32(){constt=this.f32_at(this.position);returnthis._position+=4,t}f32_at(t){returnthis.check_offset(t,4),this.dv.getFloat32(this.offset+t,this.little_endian)}u8_array(t){this.check_size("n",t,t);consti=[];for(lets=0;s<t;++s)i.push(this.dv.getUint8(this.offset+this._position++));returni}u16_array(t){this.check_size("n",t,2*t);consti=[];for(lets=0;s<t;++s)i.push(this.dv.getUint16(this.offset+this.position,this.little_endian)),this._position+=2;returni}u32_array(t){this.check_size("n",t,4*t);consti=[];for(lets=0;s<t;++s)i.push(this.dv.getUint32(this.offset+this.position,this.little_endian)),this._position+=4;returni}i32_array(t){this.check_size("n",t,4*t);consti=[];for(lets=0;s<t;++s)i.push(this.dv.getInt32(this.offset+this.position,this.little_endian)),this._position+=4;returni}vec2_f32(){return{x:this.f32(),y:this.f32()}}vec3_f32(){r