mirror of
https://github.com/DaanVandenBosch/phantasmal-world.git
synced 2025-04-05 15:28:29 +08:00
1 line
18 KiB
JavaScript
1 line
18 KiB
JavaScript
![]() |
(window.webpackJsonp=window.webpackJsonp||[]).push([[12],{"7/+l":function(t,e,i){"use strict";var n;i.d(e,"b",(function(){return n})),i.d(e,"a",(function(){return s})),function(t){t[t.RGBA_S3TC_DXT1=0]="RGBA_S3TC_DXT1",t[t.RGBA_S3TC_DXT3=1]="RGBA_S3TC_DXT3"}(n||(n={}));class s{constructor(t,e,i,n,s){this.gfx=t,this.format=e,this.width=i,this.height=n,this.data=s}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)}}},"7CyS":function(t,e,i){"use strict";i.d(e,"a",(function(){return r})),i.d(e,"b",(function(){return a}));var n=i("Womt"),s=i("VwSi");const r=30;function a(t,e){const i=e.interpolation===s.a.Spline?n.InterpolateSmooth:n.InterpolateLinear,a=[];return e.motion_data.forEach((e,o)=>{const h=t.get_bone(o);h&&e.tracks.forEach(({type:t,keyframes:e})=>{const c=[],d=[];for(const i of e)if(c.push(i.frame/r),t===s.b.Rotation){const t=h.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",e=(new n.Quaternion).setFromEuler(new n.Euler(i.value.x,i.value.y,i.value.z,t));d.push(e.x,e.y,e.z,e.w)}else d.push(i.value.x,i.value.y,i.value.z);if(t===s.b.Rotation)a.push(new n.QuaternionKeyframeTrack(`.bones[${o}].quaternion`,c,d,i));else{const e=t===s.b.Position?`.bones[${o}].position`:`.bones[${o}].scale`;a.push(new n.VectorKeyframeTrack(e,c,d,i))}})}),new n.AnimationClip("Animation",(e.frame_count-1)/r,a).optimize()}},BylX:function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var n=i("pVCM"),s=i("Womt");n.a.install({THREE:Object.assign(Object.assign({},s),{MOUSE:Object.assign(Object.assign({},s.MOUSE),{LEFT:s.MOUSE.RIGHT,RIGHT:s.MOUSE.LEFT})})});class r{constructor(t){this._debug=!1,this.scene=new s.Scene,this.light_holder=new s.Group,this.render_scheduled=!1,this.animation_frame_handle=void 0,this.light=new s.HemisphereLight(16777215,5263440,1),this.controls_clock=new s.Clock,this.size=new s.Vector2(0,0),this.schedule_render=()=>{this.render_scheduled=!0},this.on_mouse_down=t=>{t.currentTarget&&t.currentTarget.focus()},this.call_render=()=>{const t=this.controls.update(this.controls_clock.getDelta()),e=this.render_scheduled||t;this.render_scheduled=!1,e&&this.render(),this.animation_frame_handle=requestAnimationFrame(this.call_render)},this.renderer=t,this.renderer.domElement.tabIndex=0,this.renderer.domElement.addEventListener("mousedown",this.on_mouse_down),this.renderer.domElement.style.outline="none",this.scene.background=new s.Color(1579032),this.light_holder.add(this.light),this.scene.add(this.light_holder)}get debug(){return this._debug}set debug(t){this._debug=t}get canvas_element(){return this.renderer.domElement}set_size(t,e){this.size.set(t,e),this.renderer.setSize(t,e),this.schedule_render()}pointer_pos_to_device_coords(t){t.set(t.x/this.size.width*2-1,t.y/this.size.height*-2+1)}start_rendering(){null==this.animation_frame_handle&&(this.schedule_render(),this.animation_frame_handle=requestAnimationFrame(this.call_render))}stop_rendering(){null!=this.animation_frame_handle&&(cancelAnimationFrame(this.animation_frame_handle),this.animation_frame_handle=void 0)}reset_camera(t,e){this.controls.setLookAt(t.x,t.y,t.z,e.x,e.y,e.z)}dispose(){this.renderer.dispose(),this.controls.dispose()}init_camera_controls(){this.controls=new n.a(this.camera,this.renderer.domElement),this.controls.dampingFactor=1,this.controls.draggingDampingFactor=1}render(){this.renderer.render(this.scene,this.camera)}}},Eqai:function(t,e,i){"use strict";i.d(e,"a",(function(){return r}));var n=i("Womt");const s=new n.MeshLambertMaterial({color:65280,side:n.DoubleSide});function r(t,e,i,r){const{created_by_geometry_builder:a,materials:o,bones:h}=t.userData;let c;if(e.length&&a){c=[s];for(let t=1;t<o.length;t++){const{texture_id:i,alpha:s,additive_blending:a}=o[t],h=null==i?void 0:e[i];if(h){const t={skinning:r,map:h,side:n.DoubleSide};s&&(t.transparent=!0,t.alphaTest=.01),a&&(t.transparent=!0,t.alphaTest=.01,t.blending=n.AdditiveBlending),c.push(new n.MeshBasicMaterial(t))}else c.push(new n.MeshLambertMaterial({skinning:r,side:n.D
|