phantasmal-world/15.e39de63f32803fce51fc.js

1 line
8.2 KiB
JavaScript
Raw Normal View History

2020-01-29 20:24:47 +08:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[15],{"469Q":function(t,e,r){"use strict";r.r(e),r.d(e,"TextureRenderer",(function(){return u}));var s=r("Tpfs"),n=r("rwco"),a=r("y3fX"),i=r("ZKO6"),o=r("iR5r"),h=r("tDPm"),d=r("e6d5");const c=n.a.get("viewer/rendering/TextureRenderer");class u{constructor(t,e){this.renderer=e,this.disposer=new s.a,this.canvas_element=e.canvas_element,this.disposer.add_all(t.textures.observe(({value:t})=>{e.destroy_scene(),e.camera.reset(),this.create_quads(t),e.schedule_render()}))}dispose(){this.renderer.dispose(),this.disposer.dispose()}start_rendering(){this.renderer.start_rendering()}stop_rendering(){this.renderer.stop_rendering()}set_size(t,e){this.renderer.set_size(t,e)}create_quads(t){let e=10*(t.length-1),r=0;for(const s of t)e+=s.width,r=Math.max(r,s.height);let s=-Math.floor(e/2);const n=-Math.floor(r/2);for(const e of t){try{const t=this.create_quad(e);t.upload(this.renderer.gfx),this.renderer.scene.root_node.add_child(new d.b(t,h.a.translation(s,n+(r-e.height)/2,0)))}catch(t){c.error("Couldn't create quad for texture.",t)}s+=10+e.width}}create_quad(t){return i.a.builder(a.d.PosTex).vertex(new h.c(0,0,0),new h.b(0,1)).vertex(new h.c(t.width,0,0),new h.b(1,1)).vertex(new h.c(t.width,t.height,0),new h.b(1,0)).vertex(new h.c(0,t.height,0),new h.b(0,0)).triangle(0,1,2).triangle(2,3,0).texture(Object(o.b)(this.renderer.gfx,t)).build()}}},"7/+l":function(t,e,r){"use strict";var s;r.d(e,"b",(function(){return s})),r.d(e,"a",(function(){return n})),function(t){t[t.RGBA_S3TC_DXT1=0]="RGBA_S3TC_DXT1",t[t.RGBA_S3TC_DXT3=1]="RGBA_S3TC_DXT3"}(s||(s={}));class n{constructor(t,e,r,s,n){this.gfx=t,this.format=e,this.width=r,this.height=s,this.data=n}upload(){null==this.gfx_texture&&(this.gfx_texture=this.gfx.create_texture(this.format,this.width,this.height,this.data))}destroy(){this.gfx.destroy_texture(this.gfx_texture)}}},ZKO6:function(t,e,r){"use strict";var s=r("y3fX");class n{constructor(t){this.format=t,this.vertex_data=[],this.index_data=[]}get vertex_count(){return this.vertex_data.length}triangle(t,e,r){return this.index_data.push(t,e,r),this}build(){const t=Object(s.f)(this.format),e=Object(s.e)(this.format),r=Object(s.g)(this.format),n=new ArrayBuffer(this.vertex_data.length*t),a=new DataView(n);let i=0;for(const{pos:s,normal:n,tex:o}of this.vertex_data)a.setFloat32(i,s.x,!0),a.setFloat32(i+4,s.y,!0),a.setFloat32(i+8,s.z,!0),-1!==e&&(a.setFloat32(i+e,n.x,!0),a.setFloat32(i+e+4,n.y,!0),a.setFloat32(i+e+8,n.z,!0)),-1!==r&&(a.setUint16(i+r,65535*o.x,!0),a.setUint16(i+r+2,65535*o.y,!0)),i+=t;const o=new Uint16Array(2*Math.ceil(this.index_data.length/2));return o.set(this.index_data),new h(this.format,n,o,this.index_data.length,this._texture)}}class a extends n{constructor(){super(s.d.PosNorm)}vertex(t,e){return this.vertex_data.push({pos:t,normal:e}),this}}class i extends n{constructor(){super(s.d.PosTex)}vertex(t,e){return this.vertex_data.push({pos:t,tex:e}),this}texture(t){return this._texture=t,this}}class o extends n{constructor(){super(s.d.PosNormTex)}vertex(t,e,r){return this.vertex_data.push({pos:t,normal:e,tex:r}),this}texture(t){return this._texture=t,this}}r.d(e,"a",(function(){return h}));class h{constructor(t,e,r,s,n){this.format=t,this.vertex_data=e,this.index_data=r,this.index_count=s,this.texture=n}static builder(t){switch(t){case s.d.PosNorm:return new a;case s.d.PosTex:return new i;case s.d.PosNormTex:return new o}}upload(t){var e;null===(e=this.texture)||void 0===e||e.upload(),null==this.gfx_mesh&&(this.gfx_mesh=t.create_gfx_mesh(this.format,this.vertex_data,this.index_data,this.texture))}destroy(t){t.destroy_gfx_mesh(this.gfx_mesh)}}},e6d5:function(t,e,r){"use strict";r.d(e,"a",(function(){return n})),r.d(e,"b",(function(){return a}));var s=r("tDPm");class n{constructor(){this.root_node=new a(void 0,s.a.identity())}traverse(t,e){this.traverse_node(this.root_node,t,e)}traverse_node(t,e,r){const s=e(t,r);for(const r of t.children)this.traverse_node(r,e,s)}}class a{constructor(t,e,...r){this.mesh=t,this.transform=e,this._children=r}get children(){return this._childr