phantasmal-world/11.05a286ee08efddf54d0a.js

1 line
9.8 KiB
JavaScript
Raw Normal View History

2020-01-03 19:05:25 +08:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[11],{"7CyS":function(e,t,i){"use strict";i.d(t,"a",(function(){return a})),i.d(t,"b",(function(){return o}));var n=i("Womt"),s=i("VwSi");const a=30;function o(e,t){const i=t.interpolation===s.a.Spline?n.InterpolateSmooth:n.InterpolateLinear,o=[];return t.motion_data.forEach((t,r)=>{const l=e.get_bone(r);l&&t.tracks.forEach(({type:e,keyframes:t})=>{const c=[],h=[];for(const i of t)if(c.push(i.frame/a),e===s.b.Rotation){const e=l.evaluation_flags.zxy_rotation_order?"ZXY":"ZYX",t=(new n.Quaternion).setFromEuler(new n.Euler(i.value.x,i.value.y,i.value.z,e));h.push(t.x,t.y,t.z,t.w)}else h.push(i.value.x,i.value.y,i.value.z);if(e===s.b.Rotation)o.push(new n.QuaternionKeyframeTrack(`.bones[${r}].quaternion`,c,h,i));else{const t=e===s.b.Position?`.bones[${r}].position`:`.bones[${r}].scale`;o.push(new n.VectorKeyframeTrack(t,c,h,i))}})}),new n.AnimationClip("Animation",(t.frame_count-1)/a,o).optimize()}},Hdaq:function(e,t,i){"use strict";i.r(t);var n=i("nN8q"),s=(i("m5WL"),i("4SjJ")),a=i("KUR2"),o=i("Womt"),r=i("iR5r"),l=i("Eqai"),c=i("488w"),h=i("7CyS"),m=i("Ftn7"),_=i("Tpfs");const d=i("rwco").c.get("viewer/rendering/Model3DRenderer"),u=new o.MeshLambertMaterial({color:16777215,side:o.DoubleSide}),p=new o.MeshLambertMaterial({skinning:!0,color:16777215,side:o.DoubleSide});class f extends m.a{constructor(e,t){super(e),this.model_3d_store=t,this.disposer=new _.a,this.clock=new o.Clock,this.update_animation_time=!0,this.camera=new o.PerspectiveCamera(75,1,1,200),this.nj_data_or_xvm_changed=()=>{this.mesh&&(this.scene.remove(this.mesh),this.mesh=void 0,this.scene.remove(this.skeleton_helper),this.skeleton_helper=void 0),this.animation&&(this.animation.mixer.stopAllAction(),this.mesh&&this.animation.mixer.uncacheRoot(this.mesh),this.animation=void 0);const e=this.model_3d_store.current_nj_data.val;if(e){const{nj_object:t,has_skeleton:i}=e;let n;const s=this.model_3d_store.current_textures.val.map(e=>{if(e)try{return Object(r.b)(e)}catch(e){d.error("Couldn't convert XVR texture.",e)}}).map(e=>e?new o.MeshBasicMaterial({skinning:i,map:e,side:o.DoubleSide,alphaTest:.1,transparent:!0}):new o.MeshLambertMaterial({skinning:i,side:o.DoubleSide}));n=i?Object(l.b)(Object(c.a)(t),s,p):Object(l.a)(Object(c.a)(t),s,u);const a=n.geometry.boundingBox,h=a.max.y-a.min.y;n.translateY(-h/2-a.min.y),this.mesh=n,this.scene.add(n),this.skeleton_helper=new o.SkeletonHelper(n),this.skeleton_helper.visible=this.model_3d_store.show_skeleton.val,this.skeleton_helper.material.linewidth=3,this.scene.add(this.skeleton_helper),this.reset_camera(new o.Vector3(0,10,20),new o.Vector3(0,0,0))}this.schedule_render()},this.nj_motion_changed=({value:e})=>{let t;this.animation&&(this.animation.mixer.stopAllAction(),t=this.animation.mixer);const i=this.model_3d_store.current_nj_data.val;if(!(this.mesh&&this.mesh instanceof o.SkinnedMesh&&e&&i))return;this.animation||(t=new o.AnimationMixer(this.mesh));const n=Object(h.b)(i.nj_object,e);this.animation={mixer:t,clip:n},this.clock.start(),this.animation.mixer.clipAction(this.animation.clip).play(),this.schedule_render()},this.show_skeleton_changed=({value:e})=>{this.skeleton_helper&&(this.skeleton_helper.visible=e,this.schedule_render())},this.animation_playing_changed=({value:e})=>{this.animation&&(this.animation.mixer.clipAction(this.animation.clip).paused=!e,e?(this.clock.start(),this.schedule_render()):this.clock.stop())},this.animation_frame_rate_changed=({value:e})=>{this.animation&&(this.animation.mixer.timeScale=e/h.a)},this.animation_frame_changed=({value:e})=>{const t=this.model_3d_store.current_nj_motion.val;if(this.animation&&t){const i=t.frame_count;e>i&&(e=1),e<1&&(e=i),this.update_animation_time&&(this.animation.mixer.clipAction(this.animation.clip).time=(e-1)/h.a),this.schedule_render()}},this.disposer.add_all(t.current_nj_data.observe(this.nj_data_or_xvm_changed),t.current_textures.observe(this.nj_data_or_xvm_changed),t.current_nj_motion.observe(this.nj_motion_changed),t.show_skeleton.observe(this.show_skeleton_changed),t.animation_playing.observe(this.a