(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{663:function(t,e,a){"use strict"; /*! * camera-controls * https://github.com/yomotsu/camera-controls * (c) 2017 @yomotsu * Released under the MIT License. */function i(t,e){if(!(t instanceof e))throw new TypeError("Cannot call a class as a function")}function o(t,e){for(var a=0;a2&&void 0!==arguments[2]?arguments[2]:{};if(i(this,e),r=this,(o=!(s=n(e).call(this))||"object"!=typeof s&&"function"!=typeof s?h(r):s)._camera=t,o._yAxisUpSpace=(new c.Quaternion).setFromUnitVectors(o._camera.up,l),o._yAxisUpSpaceInverse=o._yAxisUpSpace.clone().inverse(),o._state=A.NONE,o.enabled=!0,o._camera.isPerspectiveCamera&&(o.minDistance=0,o.maxDistance=1/0),o.minPolarAngle=0,o.maxPolarAngle=Math.PI,o.minAzimuthAngle=-1/0,o.maxAzimuthAngle=1/0,o.minZoom=.01,o.maxZoom=1/0,o._boundary=new c.Box3(new c.Vector3(-1/0,-1/0,-1/0),new c.Vector3(1/0,1/0,1/0)),o.boundaryFriction=0,o._boundaryEnclosesCamera=!1,o.dampingFactor=.05,o.draggingDampingFactor=.25,o.azimuthRotateSpeed=1,o.polarRotateSpeed=1,o.dollySpeed=1,o.truckSpeed=2,o.dollyToCursor=!1,o.verticalDragToForward=!1,o._domElement=a,o._viewport=null,o._target=new c.Vector3,o._targetEnd=o._target.clone(),o._spherical=(new c.Spherical).setFromVector3(o._camera.position.clone().applyQuaternion(o._yAxisUpSpace)),o._sphericalEnd=o._spherical.clone(),o._zoom=o._camera.zoom,o._zoomEnd=o._zoom,o.mouseButtons={left:A.ROTATE,middle:A.DOLLY,right:A.TRUCK,wheel:o._camera.isPerspectiveCamera?A.DOLLY:o._camera.isOrthographicCamera?A.ZOOM:A.NONE},o.touches={one:A.TOUCH_ROTATE,two:o._camera.isPerspectiveCamera?A.TOUCH_DOLLY_TRUCK:o._camera.isOrthographicCamera?A.TOUCH_ZOOM_TRUCK:A.TOUCH_NONE,three:A.TOUCH_TRUCK},o._target0=o._target.clone(),o._position0=o._camera.position.clone(),o._zoom0=o._zoom,o._dollyControlAmount=0,o._dollyControlCoord=new c.Vector2,o._hasUpdated=!0,o.update(0),!o._domElement||p.ignoreDOMEventListeners)o._removeAllEventListeners=function(){};else{var _,v=function(t){if(z.enabled){t.preventDefault();var e=z._state;switch(t.button){case c.MOUSE.LEFT:z._state=z.mouseButtons.left;break;case c.MOUSE.MIDDLE:z._state=z.mouseButtons.middle;break;case c.MOUSE.RIGHT:z._state=z.mouseButtons.right}e!==z._state&&f(t)}},y=function(t){if(z.enabled){t.preventDefault();var e=z._state;switch(t.touches.length){case 1:z._state=z.touches.one;break;case 2:z._state=z.touches.two;break;case 3:z._state=z.touches.three}e!==z._state&&f(t)}},g=function(t){if(z.enabled){t.preventDefault();var e,a,i=O?-1:-3,o=void 0!==t.wheelDelta?t.wheelDelta/120:1===t.deltaMode?t.deltaY/i:t.deltaY/(10*i);switch(z.dollyToCursor&&(_=z._getClientRect(m),e=(t.clientX-_.x)/_.z*2-1,a=(t.clientY-_.y)/_.w*-2+1),z.mouseButtons.wheel){case A.DOLLY:k(-o,e,a);break;case A.ZOOM:S(-o,e,a)}z.dispatchEvent({type:"control",originalEvent:t})}},E=function(t){z.enabled&&t.preventDefault()},f=function(t){if(z.enabled){if(t.preventDefault(),U(t,d),_=z._getClientRect(m),L.copy(d),x(t)&&t.touches.length>=2){var e=d.x-t.touches[1].clientX,a=d.y-t.touches[1].clientY,i=Math.sqrt(e*e+a*a);D.set(0,i);var o=.5*(t.touches[0].clientX+t.touches[1].clientX),r=.5*(t.touches[0].clientY+t.touches[1].clientY);L.set(o,r)}document.addEventListener("mousemove",T,{passive:!1}),document.addEventListener("touchmove",T,{passive:!1}),document.addEventListener("mouseup",C),document.addEventListener("touchend",C),z.dispatchEvent({type:"controlstart",originalEvent:t})}},T=function(t){if(z.enabled){t.preventDefault(),U(t,d);var e=L.x-d.x,a=L.y-d.y;switch(L.copy(d),z._state){case A.ROTATE:case A.TOUCH_ROTATE:var i=w*z.azimuthRotateSpeed*e/_.z,o=w*z.polarRotateSpeed*a/_.w;z.rotate(i,o,!0);break;case A.DOLLY:case A.ZOOM:break;case A.TOUCH_DOLLY:case A.TOUCH_ZOOM:case A.TOUCH_DOLLY_TRUCK:case A.TOUCH_ZOOM_TRUCK:var r=d.x-t.touches[1].clientX,n=d.y-t.touches[1].clientY,s=Math.sqrt(r*r+n*n),h=D.y-s;D.set(0,s);var c=z.dollyToCursor?(L.x-_.x)/_.z*2-1:0,l=z.dollyToCursor?(L.y-_.y)/_.w*-2+1:0;switch(z._state){case A.TOUCH_DOLLY:case A.TOUCH_DOLLY_TRUCK:k(h/8,c,l);break;case A.TOUCH_ZOOM:case A.TOUCH_ZOOM_TRUCK:S(h/8,c,l)}z._state!==A.TOUCH_DOLLY_TRUCK&&z._state!==A.TOUCH_ZOOM_TRUCK||b(e,a);break;case A.TRUCK:case A.TOUCH_TRUCK:b(e,a)}z.dispatchEvent({type:"control",originalEvent:t})}},C=function t(e){z.enabled&&(z._state=A.NONE,document.removeEventListener("mousemove",T,{passive:!1}),document.removeEventListener("touchmove",T,{passive:!1}),document.removeEventListener("mouseup",t),document.removeEventListener("touchend",t),z.dispatchEvent({type:"controlend",originalEvent:e}))},b=function(t,e){if(z._camera.isPerspectiveCamera){var a=u.copy(z._camera.position).sub(z._target),i=z._camera.getEffectiveFOV()*c.Math.DEG2RAD,o=a.length()*Math.tan(i/2),r=z.truckSpeed*t*o/_.w,n=z.truckSpeed*e*o/_.w;z.verticalDragToForward?(z.truck(r,0,!0),z.forward(-n,!0)):z.truck(r,n,!0)}else if(z._camera.isOrthographicCamera){var s=t*(z._camera.right-z._camera.left)/z._camera.zoom/_.z,h=e*(z._camera.top-z._camera.bottom)/z._camera.zoom/_.w;z.truck(s,h,!0)}},k=function(t,e,a){var i=Math.pow(.95,-t*z.dollySpeed),o=z._sphericalEnd.radius*i,r=z._sphericalEnd.radius;z.dollyTo(o),z.dollyToCursor&&(z._dollyControlAmount+=z._sphericalEnd.radius-r,z._dollyControlCoord.set(e,a))},S=function(t){var e=Math.pow(.95,t*z.dollySpeed);z.zoomTo(z._zoom*e)},z=h(o),L=new c.Vector2,D=new c.Vector2;o._domElement.addEventListener("mousedown",v),o._domElement.addEventListener("touchstart",y),o._domElement.addEventListener("wheel",g),o._domElement.addEventListener("contextmenu",E),o._removeAllEventListeners=function(){z._domElement.removeEventListener("mousedown",v),z._domElement.removeEventListener("touchstart",y),z._domElement.removeEventListener("wheel",g),z._domElement.removeEventListener("contextmenu",E),document.removeEventListener("mousemove",T),document.removeEventListener("touchmove",T),document.removeEventListener("mouseup",C),document.removeEventListener("touchend",C)}}return o}return function(t,e){if("function"!=typeof e&&null!==e)throw new TypeError("Super expression must either be null or a function");t.prototype=Object.create(e&&e.prototype,{constructor:{value:t,writable:!0,configurable:!0}}),e&&s(t,e)}(e,t),r(e,null,[{key:"install",value:function(t){c=t.THREE,l=new c.Vector3(0,1,0),d=new c.Vector2,u=new c.Vector3,p=new c.Vector3,_=new c.Vector3,m=new c.Vector4,v=new c.Vector3,y=new c.Vector3,g=new c.Spherical,E=new c.Spherical}},{key:"ACTION",get:function(){return A}}]),r(e,[{key:"rotate",value:function(t,e,a){this.rotateTo(this._sphericalEnd.theta+t,this._sphericalEnd.phi+e,a)}},{key:"rotateTo",value:function(t,e,a){var i=Math.max(this.minAzimuthAngle,Math.min(this.maxAzimuthAngle,t)),o=Math.max(this.minPolarAngle,Math.min(this.maxPolarAngle,e));this._sphericalEnd.theta=i,this._sphericalEnd.phi=o,this._sphericalEnd.makeSafe(),a||(this._spherical.theta=this._sphericalEnd.theta,this._spherical.phi=this._sphericalEnd.phi),this._hasUpdated=!0}},{key:"dolly",value:function(t,e){this.dollyTo(this._sphericalEnd.radius-t,e)}},{key:"dollyTo",value:function(t,e){this._camera.isOrthographicCamera?console.warn("dolly is not available for OrthographicCamera"):(this._sphericalEnd.radius=c.Math.clamp(t,this.minDistance,this.maxDistance),e||(this._spherical.radius=this._sphericalEnd.radius),this._hasUpdated=!0)}},{key:"zoom",value:function(t,e){this.zoomTo(this._zoomEnd+t,e)}},{key:"zoomTo",value:function(t,e){this._zoomEnd=c.Math.clamp(t,this.minZoom,this.maxZoom),e||(this._zoom=this._zoomEnd),this._hasUpdated=!0}},{key:"pan",value:function(t,e,a){console.log("`pan` has been renamed to `truck`"),this.truck(t,e,a)}},{key:"truck",value:function(t,e,a){this._camera.updateMatrix(),v.setFromMatrixColumn(this._camera.matrix,0),y.setFromMatrixColumn(this._camera.matrix,1),v.multiplyScalar(t),y.multiplyScalar(-e);var i=u.copy(v).add(y);this._encloseToBoundary(this._targetEnd,i,this.boundaryFriction),a||this._target.copy(this._targetEnd),this._hasUpdated=!0}},{key:"forward",value:function(t,e){u.setFromMatrixColumn(this._camera.matrix,0),u.crossVectors(this._camera.up,u),u.multiplyScalar(t),this._encloseToBoundary(this._targetEnd,u,this.boundaryFriction),e||this._target.copy(this._targetEnd),this._hasUpdated=!0}},{key:"moveTo",value:function(t,e,a,i){this._targetEnd.set(t,e,a),i||this._target.copy(this._targetEnd),this._hasUpdated=!0}},{key:"fitTo",value:function(t,e){var a=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};if(this._camera.isOrthographicCamera)console.warn("fitTo is not supported for OrthographicCamera");else{var i=a.paddingLeft||0,o=a.paddingRight||0,r=a.paddingBottom||0,n=a.paddingTop||0,s=t.isBox3?t.clone():(new c.Box3).setFromObject(t),h=s.getSize(u),l=h.x+i+o,d=h.y+n+r,p=h.z,_=this.getDistanceToFit(l,d,p);this.dollyTo(_,e);var m=s.getCenter(u),v=m.x-(.5*i-.5*o),y=m.y+(.5*n-.5*r),g=m.z;this.moveTo(v,y,g,e),this.normalizeRotations(),this.rotateTo(0,90*c.Math.DEG2RAD,e)}}},{key:"setLookAt",value:function(t,e,a,i,o,r,n){var s=u.set(t,e,a),h=p.set(i,o,r);this._targetEnd.copy(h),this._sphericalEnd.setFromVector3(s.sub(h).applyQuaternion(this._yAxisUpSpace)),this.normalizeRotations(),n||(this._target.copy(this._targetEnd),this._spherical.copy(this._sphericalEnd)),this._hasUpdated=!0}},{key:"lerpLookAt",value:function(t,e,a,i,o,r,n,s,h,c,l,d,_,m){var v=u.set(t,e,a),y=p.set(i,o,r);g.setFromVector3(v.sub(y).applyQuaternion(this._yAxisUpSpace));var f=u.set(c,l,d);this._targetEnd.copy(y).lerp(f,_);var O=p.set(n,s,h);E.setFromVector3(O.sub(f).applyQuaternion(this._yAxisUpSpace));var T=E.theta-g.theta,w=E.phi-g.phi,A=E.radius-g.radius;this._sphericalEnd.set(g.radius+A*_,g.phi+w*_,g.theta+T*_),this.normalizeRotations(),m||(this._target.copy(this._targetEnd),this._spherical.copy(this._sphericalEnd)),this._hasUpdated=!0}},{key:"setPosition",value:function(t,e,a,i){this.setLookAt(t,e,a,this._targetEnd.x,this._targetEnd.y,this._targetEnd.z,i)}},{key:"setTarget",value:function(t,e,a,i){var o=this.getPosition(u);this.setLookAt(o.x,o.y,o.z,t,e,a,i)}},{key:"setBoundary",value:function(t){if(!t)return this._boundary.min.set(-1/0,-1/0,-1/0),this._boundary.max.set(1/0,1/0,1/0),void(this._hasUpdated=!0);this._boundary.copy(t),this._boundary.clampPoint(this._targetEnd,this._targetEnd),this._hasUpdated=!0}},{key:"setViewport",value:function(t,e,a,i){null!==t?(this._viewport=this._viewport||new c.Vector4,"number"==typeof t?this._viewport.set(t,e,a,i):this._viewport.copy(t)):this._viewport=null}},{key:"getDistanceToFit",value:function(t,e,a){var i=this._camera,o=t/e,r=i.getEffectiveFOV()*c.Math.DEG2RAD,n=i.aspect;return.5*(o