phantasmal-world/6.738b142371f43141510b.js

1 line
11 KiB
JavaScript
Raw Normal View History

2020-01-02 22:39:32 +08:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[6],{"4/Uj":function(t,i,e){"use strict";e.r(i);var s=e("ouMO"),n=e("yub1"),r=e("Sa3/"),o=e("NRxM"),h=e("bcBH"),u=e("kcKQ"),a=e("rwco"),_=e("wtpc"),f=e("iR5r");const c=a.c.get("core/data_formats/parsing/afs"),d=5457473;e.d(i,"TextureStore",(function(){return w}));var l=function(t,i,e,s){return new(e||(e=Promise))((function(n,r){function o(t){try{u(s.next(t))}catch(t){r(t)}}function h(t){try{u(s.throw(t))}catch(t){r(t)}}function u(t){var i;t.done?n(t.value):(i=t.value,i instanceof e?i:new e((function(t){t(i)}))).then(o,h)}u((s=s.apply(t,i||[])).next())}))};const p=a.c.get("viewer/stores/TextureStore");class w extends u.a{constructor(){super(...arguments),this._textures=Object(s.c)(),this.textures=this._textures,this.load_file=t=>l(this,void 0,void 0,(function*(){try{const i=Object(_.f)(t.name).toLowerCase(),e=yield Object(r.a)(t);if("xvm"===i){const t=Object(n.a)(new o.a(e,h.a.Little));this._textures.splice(0,1/0,...t.textures.map(t=>{let i=void 0;try{i=Object(f.b)(t)}catch(t){p.error("Couldn't convert XVR texture.",t)}return{texture:i,width:t.width,height:t.height}}))}else if("afs"===i){const t=function(t){if(t.u32()!==d)return c.error("Not an AFS archive."),[];const i=t.u16();t.seek(2);const e=[];for(let s=0;s<i;s++){const i=t.u32(),s=t.u32();e.push({offset:i,size:s})}const s=[];for(const{offset:i,size:n}of e)t.seek_start(i),s.push(t.array_buffer(n));return s}(new o.a(e,h.a.Little)),i=[];for(const e of t){const t=Object(n.a)(new o.a(e,h.a.Little));for(const e of t.textures){let t=void 0;try{t=Object(f.b)(e)}catch(t){p.error("Couldn't convert XVR texture.",t)}i.push({texture:t,width:e.width,height:e.height})}}this._textures.splice(0,1/0,...i)}}catch(t){p.error("Couldn't read file.",t)}}))}}},"9Ykw":function(t,i,e){"use strict";function s(t){const i=[];for(;t.bytes_left;){const e=t.u32(),s=t.u32();if(s>t.bytes_left)break;i.push({type:e,data:t.take(s)})}return i}e.d(i,"a",(function(){return s}))},"9dYx":function(t,i,e){"use strict";var s=e("bcBH");class n{constructor(t,i){this._position=0,this.endianness=t,this.offset=i}get position(){return this._position}get endianness(){return this.little_endian?s.a.Little:s.a.Big}set endianness(t){this.little_endian=t===s.a.Little}get bytes_left(){return this.size-this.position}seek(t){return this.seek_start(this.position+t)}seek_start(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=t,this}seek_end(t){if(t<0||t>this.size)throw new Error(`Offset ${t} is out of bounds.`);return this._position=this.size-t,this}u8(){return this.u8_at(this._position++)}u8_at(t){return this.check_offset(t,1),this.dv.getUint8(this.offset+t)}u16(){const t=this.u16_at(this.position);return this._position+=2,t}u16_at(t){return this.check_offset(t,2),this.dv.getUint16(this.offset+t,this.little_endian)}u32(){const t=this.u32_at(this.position);return this._position+=4,t}u32_at(t){return this.check_offset(t,4),this.dv.getUint32(this.offset+t,this.little_endian)}i8(){return this.i8_at(this._position++)}i8_at(t){return this.check_offset(t,1),this.dv.getInt8(this.offset+t)}i16(){const t=this.i16_at(this.position);return this._position+=2,t}i16_at(t){return this.check_offset(t,2),this.dv.getInt16(this.offset+t,this.little_endian)}i32(){const t=this.i32_at(this.position);return this._position+=4,t}i32_at(t){return this.check_offset(t,4),this.dv.getInt32(this.offset+t,this.little_endian)}f32(){const t=this.f32_at(this.position);return this._position+=4,t}f32_at(t){return this.check_offset(t,4),this.dv.getFloat32(this.offset+t,this.little_endian)}u8_array(t){this.check_size("n",t,t);const i=[];for(let e=0;e<t;++e)i.push(this.dv.getUint8(this.offset+this._position++));return i}u16_array(t){this.check_size("n",t,2*t);const i=[];for(let e=0;e<t;++e)i.push(this.dv.getUint16(this.offset+this.position,this.little_endian)),this._position+=2;return i}u32_array(t){this.check_size("n",t,4*t);const i=[];for(let e=0;e<t;++e)i.push(this.dv.getUint32(this.offset+this.position,this.little_endian)),this._position+=4;return i}i32_array(t){thi