phantasmal-world/10.9efc79a2e8796b32a67d.js

1 line
9.9 KiB
JavaScript
Raw Normal View History

2020-01-05 07:55:24 +08:00
(window.webpackJsonp=window.webpackJsonp||[]).push([[10],{"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);i("m5WL");var n=i("KUR2"),s=i("Womt"),a=i("iR5r"),o=i("Eqai"),r=i("488w"),l=i("7CyS"),c=i("Ftn7"),h=i("Tpfs");const m=i("rwco").c.get("viewer/rendering/Model3DRenderer"),_=new s.MeshLambertMaterial({color:16777215,side:s.DoubleSide}),d=new s.MeshLambertMaterial({skinning:!0,color:16777215,side:s.DoubleSide});class u extends c.a{constructor(e,t){super(e),this.model_3d_store=t,this.disposer=new h.a,this.clock=new s.Clock,this.update_animation_time=!0,this.camera=new s.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 l=this.model_3d_store.current_textures.val.map(e=>{if(e)try{return Object(a.b)(e)}catch(e){m.error("Couldn't convert XVR texture.",e)}}).map(e=>e?new s.MeshBasicMaterial({skinning:i,map:e,side:s.DoubleSide,alphaTest:.1,transparent:!0}):new s.MeshLambertMaterial({skinning:i,side:s.DoubleSide}));n=i?Object(o.b)(Object(r.a)(t),l,d):Object(o.a)(Object(r.a)(t),l,_);const c=n.geometry.boundingBox,h=c.max.y-c.min.y;n.translateY(-h/2-c.min.y),this.mesh=n,this.scene.add(n),this.skeleton_helper=new s.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 s.Vector3(0,10,20),new s.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 s.SkinnedMesh&&e&&i))return;this.animation||(t=new s.AnimationMixer(this.mesh));const n=Object(l.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/l.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)/l.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.animation_playing_changed),