(window.webpackJsonp=window.webpackJsonp||[]).push([[5],{"/UnV":function(t,e,i){"use strict";i.d(e,"a",(function(){returnr}));consts=i("rwco").c.get("core/data_formats/parsing/afs"),n=5457473;functionr(t){if(t.u32()!==n)returns.error("Not an AFS archive."),[];conste=t.u16();t.seek(2);consti=[];for(lets=0;s<e;s++){conste=t.u32(),s=t.u32();i.push({offset:e,size:s})}constr=[];for(const{offset:e,size:s}ofi)t.seek_start(e),r.push(t.array_buffer(s));returnr}},"7CyS":function(t,e,i){"use strict";i.d(e,"a",(function(){returnr})),i.d(e,"b",(function(){returno}));vars=i("Womt"),n=i("VwSi");constr=30;functiono(t,e){consti=e.interpolation===n.a.Spline?s.InterpolateSmooth:s.InterpolateLinear,o=[];returne.motion_data.forEach((e,_)=>{consta=t.get_bone(_);a&&e.tracks.forEach(({type:t,keyframes:e})=>{consth=[],u=[];for(constiofe)if(h.push(i.frame/r),t===n.b.Rotation){constt=a.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",e=(news.Quaternion).setFromEuler(news.Euler(i.value.x,i.value.y,i.value.z,t));u.push(e.x,e.y,e.z,e.w)}elseu.push(i.value.x,i.value.y,i.value.z);if(t===n.b.Rotation)o.push(news.QuaternionKeyframeTrack(`.bones[${_}].quaternion`,h,u,i));else{conste=t===n.b.Position?`.bones[${_}].position`:`.bones[${_}].scale`;o.push(news.VectorKeyframeTrack(e,h,u,i))}})}),news.AnimationClip("Animation",(e.frame_count-1)/r,o).optimize()}},"9Ykw":function(t,e,i){"use strict";functions(t){conste=[];for(;t.bytes_left;){consti=t.u32(),s=t.u32();if(s>t.bytes_left)break;e.push({type:i,data:t.take(s)})}returne}i.d(e,"a",(function(){returns}))},"9dYx":function(t,e,i){"use strict";vars=i("bcBH");classn{constructor(t,e){this._position=0,this.endianness=t,this.offset=e}getposition(){returnthis._position}getendianness(){returnthis.little_endian?s.a.Little:s.a.Big}setendianness(t){this.little_endian=t===s.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);conste=[];for(leti=0;i<t;++i)e.push(this.dv.getUint8(this.offset+this._position++));returne}u16_array(t){this.check_size("n",t,2*t);conste=[];for(leti=0;i<t;++i)e.push(this.dv.getUint16(this.offset+this.position,this.little_endian)),this._position+=2;returne}u32_array(t){this.check_size("n",t,4*t);conste=[];for(leti=0;i<t;++i)e.push(this.dv.getUint32(this.offset+this.position,this.little_endian)),this._position+=4;returne}i32_array(t){this.check_size("n",t,4*t);conste=[];for(leti=0;i<t;++i)e.push(this.dv.getInt32(this.offset+this.position,this.little_endian)),this._position+=4;returne}vec2_f32(){return{x:this.f32(),y:this.f32()}}vec3_f32(){return{x:this.f32(),y:this.f32(),z:this.f32()}}string_ascii(t,e,i){consts=[];for(letn=0;n<t;n++){constr=this.u8();if(e&&0===r){i&&this.seek(t-n-1);break}s.push(r)}returnString.fromCodePoi