(window.webpackJsonp=window.webpackJsonp||[]).push([[4],{666:function(t,e,i){"use strict"; /*! * camera-controls * https://github.com/yomotsu/camera-controls * (c) 2017 @yomotsu * Released under the MIT License. */ /*! ***************************************************************************** Copyright (c) Microsoft Corporation. All rights reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, MERCHANTABLITY OR NON-INFRINGEMENT. See the Apache Version 2.0 License for specific language governing permissions and limitations under the License. ***************************************************************************** */var o,a=function(t,e){return(a=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(t,e){t.__proto__=e}||function(t,e){for(var i in e)e.hasOwnProperty(i)&&(t[i]=e[i])})(t,e)};!function(t){t[t.NONE=0]="NONE",t[t.ROTATE=1]="ROTATE",t[t.TRUCK=2]="TRUCK",t[t.DOLLY=3]="DOLLY",t[t.ZOOM=4]="ZOOM",t[t.TOUCH_ROTATE=5]="TOUCH_ROTATE",t[t.TOUCH_TRUCK=6]="TOUCH_TRUCK",t[t.TOUCH_DOLLY=7]="TOUCH_DOLLY",t[t.TOUCH_ZOOM=8]="TOUCH_ZOOM",t[t.TOUCH_DOLLY_TRUCK=9]="TOUCH_DOLLY_TRUCK",t[t.TOUCH_ZOOM_TRUCK=10]="TOUCH_ZOOM_TRUCK"}(o||(o={}));var r=2*Math.PI,n=Math.PI/2,s=1e-5;function h(t){return Math.abs(t)=2){var e=t,i=f.x-e.touches[1].clientX,o=f.y-e.touches[1].clientY,r=Math.sqrt(i*i+o*o);h.set(0,r);var p=.5*(e.touches[0].clientX+e.touches[1].clientX),l=.5*(e.touches[0].clientY+e.touches[1].clientY);s.set(p,l)}document.addEventListener("mousemove",A),document.addEventListener("touchmove",A,{passive:!1}),document.addEventListener("mouseup",U),document.addEventListener("touchend",U),a.dispatchEvent({type:"controlstart",originalEvent:t})}},A=function(t){if(a.enabled){t.preventDefault(),_(t,f);var e=s.x-f.x,i=s.y-f.y;switch(s.copy(f),a._state){case o.ROTATE:case o.TOUCH_ROTATE:l(e,i);break;case o.DOLLY:case o.ZOOM:var r=a.dollyToCursor?(n.x-c.x)/c.z*2-1:0,d=a.dollyToCursor?(n.y-c.y)/c.w*-2+1:0;a._state===o.DOLLY?u(i*R,r,d):y(i*R);break;case o.TOUCH_DOLLY:case o.TOUCH_ZOOM:case o.TOUCH_DOLLY_TRUCK:case o.TOUCH_ZOOM_TRUCK:var m=t,v=f.x-m.touches[1].clientX,g=f.y-m.touches[1].clientY,E=Math.sqrt(v*v+g*g),T=h.y-E;h.set(0,E);r=a.dollyToCursor?(s.x-c.x)/c.z*2-1:0,d=a.dollyToCursor?(s.y-c.y)/c.w*-2+1:0;a._state===o.TOUCH_DOLLY||a._state===o.TOUCH_DOLLY_TRUCK?u(T*R,r,d):y(T*R),a._state!==o.TOUCH_DOLLY_TRUCK&&a._state!==o.TOUCH_ZOOM_TRUCK||p(e,i);break;case o.TRUCK:case o.TOUCH_TRUCK:p(e,i)}a.dispatchEvent({type:"control",originalEvent:t})}},U=function(t){a.enabled&&(a._state=o.NONE,document.removeEventListener("mousemove",A),document.removeEventListener("touchmove",A,{passive:!1}),document.removeEventListener("mouseup",U),document.removeEventListener("touchend",U),a.dispatchEvent({type:"controlend",originalEvent:t}))};a._domElement.addEventListener("mousedown",g),a._domElement.addEventListener("touchstart",T),a._domElement.addEventListener("wheel",C),a._domElement.addEventListener("contextmenu",x),a._removeAllEventListeners=function(){a._domElement.removeEventListener("mousedown",g),a._domElement.removeEventListener("touchstart",T),a._domElement.removeEventListener("wheel",C),a._domElement.removeEventListener("contextmenu",x),document.removeEventListener("mousemove",A),document.removeEventListener("touchmove",A,{passive:!1}),document.removeEventListener("mouseup",U),document.removeEventListener("touchend",U)}}return a.update(0),a}return function(t,e){function i(){this.constructor=t}a(t,e),t.prototype=null===e?Object.create(e):(i.prototype=e.prototype,new i)}(e,t),e.install=function(t){m=t.THREE,y=Object.freeze(new m.Vector3(0,0,0)),v=Object.freeze(new m.Vector3(0,1,0)),g=Object.freeze(new m.Vector3(0,0,1)),f=new m.Vector2,E=new m.Vector3,T=new m.Vector3,O=new m.Vector3,C=new m.Vector3,x=new m.Vector3,w=new m.Spherical,A=new m.Spherical,U=new m.Box3,b=new m.Box3,z=new m.Quaternion,L=new m.Matrix4,S=new m.Raycaster},Object.defineProperty(e,"ACTION",{get:function(){return P},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"distance",{get:function(){return this._spherical.radius},set:function(t){this._spherical.radius===t&&this._sphericalEnd.radius===t||(this._spherical.radius=t,this._sphericalEnd.radius=t,this._needsUpdate=!0)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"azimuthAngle",{get:function(){return this._spherical.theta},set:function(t){this._spherical.theta===t&&this._sphericalEnd.theta===t||(this._spherical.theta=t,this._sphericalEnd.theta=t,this._needsUpdate=!0)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"polarAngle",{get:function(){return this._spherical.phi},set:function(t){this._spherical.phi===t&&this._sphericalEnd.phi===t||(this._spherical.phi=t,this._sphericalEnd.phi=t,this._needsUpdate=!0)},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"phiSpeed",{set:function(t){console.warn("phiSpeed was renamed. use azimuthRotateSpeed instead"),this.azimuthRotateSpeed=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"thetaSpeed",{set:function(t){console.warn("thetaSpeed was renamed. use polarRotateSpeed instead"),this.polarRotateSpeed=t},enumerable:!0,configurable:!0}),Object.defineProperty(e.prototype,"boundaryEnclosesCamera",{get:function(){return this._boundaryEnclosesCamera},set:function(t){this._boundaryEnclosesCamera=t,this._needsUpdate=!0},enumerable:!0,configurable:!0}),e.prototype.rotate=function(t,e,i){void 0===i&&(i=!1),this.rotateTo(this._sphericalEnd.theta+t,this._sphericalEnd.phi+e,i)},e.prototype.rotateTo=function(t,e,i){void 0===i&&(i=!1);var o=m.Math.clamp(t,this.minAzimuthAngle,this.maxAzimuthAngle),a=m.Math.clamp(e,this.minPolarAngle,this.maxPolarAngle);this._sphericalEnd.theta=o,this._sphericalEnd.phi=a,this._sphericalEnd.makeSafe(),i||(this._spherical.theta=this._sphericalEnd.theta,this._spherical.phi=this._sphericalEnd.phi),this._needsUpdate=!0},e.prototype.dolly=function(t,e){void 0===e&&(e=!1),this.dollyTo(this._sphericalEnd.radius-t,e)},e.prototype.dollyTo=function(t,e){void 0===e&&(e=!1),u(this._camera,"dolly")||(this._sphericalEnd.radius=m.Math.clamp(t,this.minDistance,this.maxDistance),e||(this._spherical.radius=this._sphericalEnd.radius),this._needsUpdate=!0)},e.prototype.zoom=function(t,e){void 0===e&&(e=!1),this.zoomTo(this._zoomEnd+t,e)},e.prototype.zoomTo=function(t,e){void 0===e&&(e=!1),this._zoomEnd=m.Math.clamp(t,this.minZoom,this.maxZoom),e||(this._zoom=this._zoomEnd),this._needsUpdate=!0},e.prototype.pan=function(t,e,i){void 0===i&&(i=!1),console.log("`pan` has been renamed to `truck`"),this.truck(t,e,i)},e.prototype.truck=function(t,e,i){void 0===i&&(i=!1),this._camera.updateMatrix(),C.setFromMatrixColumn(this._camera.matrix,0),x.setFromMatrixColumn(this._camera.matrix,1),C.multiplyScalar(t),x.multiplyScalar(-e);var o=E.copy(C).add(x);this._encloseToBoundary(this._targetEnd,o,this.boundaryFriction),i||this._target.copy(this._targetEnd),this._needsUpdate=!0},e.prototype.forward=function(t,e){void 0===e&&(e=!1),E.setFromMatrixColumn(this._camera.matrix,0),E.crossVectors(this._camera.up,E),E.multiplyScalar(t),this._encloseToBoundary(this._targetEnd,E,this.boundaryFriction),e||this._target.copy(this._targetEnd),this._needsUpdate=!0},e.prototype.moveTo=function(t,e,i,o){void 0===o&&(o=!1),this._targetEnd.set(t,e,i),o||this._target.copy(this._targetEnd),this._needsUpdate=!0},e.prototype.fitTo=function(t,e,i){var o=void 0===i?{}:i,a=o.paddingLeft,r=void 0===a?0:a,s=o.paddingRight,h=void 0===s?0:s,p=o.paddingBottom,l=void 0===p?0:p,d=o.paddingTop,_=void 0===d?0:d;if(!u(this._camera,"fitTo")){var m=t.isBox3?U.copy(t):U.setFromObject(t),y=c(this._sphericalEnd.theta,n),v=c(this._sphericalEnd.phi,n);this.rotateTo(y,v,e);var f=E.setFromSpherical(this._sphericalEnd).normalize(),O=z.setFromUnitVectors(f,g),C=b.makeEmpty();T.copy(m.min).applyQuaternion(O),C.expandByPoint(T),T.copy(m.min).setX(m.max.x).applyQuaternion(O),C.expandByPoint(T),T.copy(m.min).setY(m.max.y).applyQuaternion(O),C.expandByPoint(T),T.copy(m.max).setZ(m.min.z).applyQuaternion(O),C.expandByPoint(T),T.copy(m.min).setZ(m.max.z).applyQuaternion(O),C.expandByPoint(T),T.copy(m.max).setY(m.min.y).applyQuaternion(O),C.expandByPoint(T),T.copy(m.max).setX(m.min.x).applyQuaternion(O),C.expandByPoint(T),T.copy(m.max).applyQuaternion(O),C.expandByPoint(T),O.setFromUnitVectors(g,f),C.min.x-=r,C.min.y-=l,C.max.x+=h,C.max.y+=_;var x=C.getSize(T),w=this.getDistanceToFit(x.x,x.y,x.z),A=C.getCenter(T).applyQuaternion(O);this.moveTo(A.x,A.y,A.z,e),this.dollyTo(w,e)}},e.prototype.setLookAt=function(t,e,i,o,a,r,n){void 0===n&&(n=!1);var s=E.set(t,e,i),h=T.set(o,a,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._needsUpdate=!0},e.prototype.lerpLookAt=function(t,e,i,o,a,r,n,s,h,c,p,l,d,_){void 0===_&&(_=!1);var u=E.set(t,e,i),m=T.set(o,a,r);w.setFromVector3(u.sub(m).applyQuaternion(this._yAxisUpSpace));var y=E.set(c,p,l);this._targetEnd.copy(m).lerp(y,d);var v=T.set(n,s,h);A.setFromVector3(v.sub(y).applyQuaternion(this._yAxisUpSpace));var g=A.theta-w.theta,f=A.phi-w.phi,O=A.radius-w.radius;this._sphericalEnd.set(w.radius+O*d,w.phi+f*d,w.theta+g*d),this.normalizeRotations(),_||(this._target.copy(this._targetEnd),this._spherical.copy(this._sphericalEnd)),this._needsUpdate=!0},e.prototype.setPosition=function(t,e,i,o){void 0===o&&(o=!1),this.setLookAt(t,e,i,this._targetEnd.x,this._targetEnd.y,this._targetEnd.z,o)},e.prototype.setTarget=function(t,e,i,o){void 0===o&&(o=!1);var a=this.getPosition(E);this.setLookAt(a.x,a.y,a.z,t,e,i,o)},e.prototype.setBoundary=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._needsUpdate=!0);this._boundary.copy(t),this._boundary.clampPoint(this._targetEnd,this._targetEnd),this._needsUpdate=!0},e.prototype.setViewport=function(t,e,i,o){null!==t?(this._viewport=this._viewport||new m.Vector4,"number"==typeof t?this._viewport.set(t,e,i,o):this._viewport.copy(t)):this._viewport=null},e.prototype.getDistanceToFit=function(t,e,i){if(u(this._camera,"getDistanceToFit"))return this._spherical.radius;var o=this._camera,a=t/e,r=o.getEffectiveFOV()*m.Math.DEG2RAD,n=o.aspect;return.5*(a=1))return t;if(u(this._camera,"_collisionTest"))return t;t=this._spherical.radius;var e=E.setFromSpherical(this._spherical).divideScalar(t);L.lookAt(y,e,this._camera.up);for(var i=0;i<4;i++){var o=T.copy(this._nearPlaneCorners[i]);o.applyMatrix4(L);var a=O.addVectors(this._target,o);S.set(a,e),S.far=t;var r=S.intersectObjects(this.colliderMeshes);0!==r.length&&r[0].distance