mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
1 line
17 KiB
JavaScript
1 line
17 KiB
JavaScript
![]() |
(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"9Ykw":function(t,e,s){"use strict";s.d(e,"a",(function(){return a})),s.d(e,"b",(function(){return c}));var n=s("BAAx"),r=s("rwco"),i=s("5cb6");const o=r.a.get("core/data_formats/parsing/iff");function a(t,e=!1){return u(t,e,[],(t,e,s)=>({type:e,data:t.take(s)}))}function c(t,e=!1){return u(t,e,[],(t,e,s)=>({type:e,size:s}))}function u(t,e,s,r){const a=Object(n.b)(o);let c=!1;for(;t.bytes_left>=8;){const n=t.u32(),o=t.position,u=t.u32();if(u>t.bytes_left){c=!0,e||a.add_problem(0===s.length?i.b.Error:i.b.Warning,"Invalid IFF format.",`Size ${u} was too large (only ${t.bytes_left} bytes left) at position ${o}.`);break}s.push(r(t,n,u))}return c&&0===s.length?a.failure():a.success(s)}},BAAx:function(t,e,s){"use strict";function n(t,e){return{success:!0,value:t,problems:null!=e?e:[]}}function r(t){return{success:!1,problems:null!=t?t:[]}}function i(t){if(t.success)return t.value;throw new Error(t.problems.join("\n"))}function o(t){return new a(t)}s.d(e,"c",(function(){return n})),s.d(e,"a",(function(){return r})),s.d(e,"d",(function(){return i})),s.d(e,"b",(function(){return o}));class a{constructor(t){this.logger=t,this.problems=[]}add_problem(t,e,s,n){return this.logger.log(t,s,n),this.problems.push({severity:t,ui_message:e}),this}add_result(t){return this.problems.push(...t.problems),this}success(t){return n(t,this.problems)}failure(){return r(this.problems)}}},GfTf:function(t,e,s){"use strict";s.r(e);var n,r=s("Tpfs"),i=s("kwt4"),o=s("tRdk"),a=s("ZKO6"),c=s("e6d5"),u=s("y3fX");!function(t){t[t.ZXY=0]="ZXY",t[t.ZYX=1]="ZYX"}(n||(n={}));class h{constructor(t,e,s,n){this.w=t,this.x=e,this.y=s,this.z=n}static euler_angles(t,e,s,r){const i=Math.cos(.5*t),o=Math.sin(.5*t),a=Math.cos(.5*e),c=Math.sin(.5*e),u=Math.cos(.5*s),d=Math.sin(.5*s);switch(r){case n.ZXY:return new h(i*a*u-o*c*d,o*a*u-i*c*d,i*c*u+o*a*d,i*a*d+o*c*u);case n.ZYX:return new h(i*a*u+o*c*d,o*a*u-i*c*d,i*c*u+o*a*d,i*a*d-o*c*u)}}}var d=s("tDPm");const l=new d.c(0,1,0),_=(new d.b(0,0),new d.c(0,0,0)),f=new h(1,0,0,0),p=new d.c(1,1,1);class m{constructor(){this.vertices_stack=[]}put(t){this.vertices_stack.push(t)}get(t){const e=[];for(let s=this.vertices_stack.length-1;s>=0;s--){const n=this.vertices_stack[s][t];n&&e.push(n)}return e}}class b{constructor(){this.vertices=new m}to_node(t){const{no_translate:e,no_rotate:s,no_scale:r,hidden:i,break_child_trace:o,zxy_rotation_order:a,skip:u}=t.evaluation_flags,{position:l,rotation:m,scale:b}=t,x=d.a.compose(e?_:l,s?f:h.euler_angles(m.x,m.y,m.z,a?n.ZXY:n.ZYX),r?p:b);let v;t.model&&!i&&(v=this.model_to_mesh(t.model));const g=new c.b(v,x);if(!o)for(const e of t.children)g.add_child(this.to_node(e));return g}model_to_mesh(t){return Object(i.b)(t)?this.njcm_model_to_mesh(t):this.xj_model_to_mesh(t)}njcm_model_to_mesh(t){var e,s;const n=t.vertices.map(t=>{return{position:Object(o.a)(t.position),normal:t.normal?Object(o.a)(t.normal):l,bone_weight:t.bone_weight,bone_weight_status:t.bone_weight_status,calc_continue:t.calc_continue}});this.vertices.put(n);const r=a.a.builder(u.d.PosNorm);for(const n of t.meshes)for(let t=0;t<n.vertices.length;++t){const i=n.vertices[t],o=this.vertices.get(i.index);if(o.length){const a=o[0],c=null!=(s=null!=(e=a.normal)?e:i.normal)?s:l,u=r.vertex_count;r.vertex(a.position,c),u>=2&&(t%2==(n.clockwise_winding?1:0)?r.triangle(u-2,u-1,u):r.triangle(u-2,u,u-1))}}return r.build()}xj_model_to_mesh(t){const e=a.a.builder(u.d.PosNorm);for(const{position:s,normal:n}of t.vertices)e.vertex(Object(o.a)(s),n?Object(o.a)(n):l);for(const s of t.meshes){let t=!1;for(let n=2;n<s.indices.length;++n){const r=s.indices[n-2],i=s.indices[n-1],o=s.indices[n];t?e.triangle(i,r,o):e.triangle(r,i,o),t=!t}}return e.build()}}s.d(e,"ModelGfxRenderer",(function(){return x}));class x{constructor(t,e){this.store=t,this.renderer=e,this.disposer=new r.a,this.nj_object_or_xvm_changed=()=>{this.renderer.destroy_scene();const t=this.store.current_nj_object.val;if(t){const e=function(t){return(new b).to_node(t)}(t);this.renderer.scene.root_node.add_child(e),this.renderer.scene.tra
|