!function(t){function e(r){if(i[r])return i[r].exports;var o=i[r]={i:r,l:!1,exports:{}};return t[r].call(o.exports,o,o.exports,e),o.l=!0,o.exports}var i={};e.m=t,e.c=i,e.d=function(t,i,r){e.o(t,i)||Object.defineProperty(t,i,{configurable:!1,enumerable:!0,get:r})},e.n=function(t){var i=t&&t.__esModule?function(){return t.default}:function(){return t};return e.d(i,"a",i),i},e.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},e.p="",e(e.s=4)}([function(t,e,i){"use strict";function r(){this.live2DModel=null,this.modelMatrix=null,this.eyeBlink=null,this.physics=null,this.pose=null,this.debugMode=!1,this.initialized=!1,this.updating=!1,this.alpha=1,this.accAlpha=0,this.lipSync=!1,this.lipSyncValue=0,this.accelX=0,this.accelY=0,this.accelZ=0,this.dragX=0,this.dragY=0,this.startTimeMSec=null,this.mainMotionManager=new h,this.expressionManager=new h,this.motions={},this.expressions={},this.isTexLoaded=!1}function o(){AMotion.prototype.constructor.call(this),this.paramList=new Array}function n(){this.id="",this.type=-1,this.value=null}function s(){this.nextBlinkTime=null,this.stateStartTime=null,this.blinkIntervalMsec=null,this.eyeState=g.STATE_FIRST,this.blinkIntervalMsec=4e3,this.closingMotionMsec=100,this.closedMotionMsec=50,this.openingMotionMsec=150,this.closeIfZero=!0,this.eyeID_L="PARAM_EYE_L_OPEN",this.eyeID_R="PARAM_EYE_R_OPEN"}function _(){this.tr=new Float32Array(16),this.identity()}function a(t,e){_.prototype.constructor.call(this),this.width=t,this.height=e}function h(){MotionQueueManager.prototype.constructor.call(this),this.currentPriority=null,this.reservePriority=null,this.super=MotionQueueManager.prototype}function l(){this.physicsList=new Array,this.startTimeMSec=UtSystem.getUserTimeMSec()}function $(){this.lastTime=0,this.lastModel=null,this.partsGroups=new Array}function u(t){this.paramIndex=-1,this.partsIndex=-1,this.link=null,this.id=t}function p(){this.EPSILON=.01,this.faceTargetX=0,this.faceTargetY=0,this.faceX=0,this.faceY=0,this.faceVX=0,this.faceVY=0,this.lastTimeSec=0}function f(){_.prototype.constructor.call(this),this.screenLeft=null,this.screenRight=null,this.screenTop=null,this.screenBottom=null,this.maxLeft=null,this.maxRight=null,this.maxTop=null,this.maxBottom=null,this.max=Number.MAX_VALUE,this.min=0}function c(){}var d=0;r.prototype.getModelMatrix=function(){return this.modelMatrix},r.prototype.setAlpha=function(t){t>.999&&(t=1),t<.001&&(t=0),this.alpha=t},r.prototype.getAlpha=function(){return this.alpha},r.prototype.isInitialized=function(){return this.initialized},r.prototype.setInitialized=function(t){this.initialized=t},r.prototype.isUpdating=function(){return this.updating},r.prototype.setUpdating=function(t){this.updating=t},r.prototype.getLive2DModel=function(){return this.live2DModel},r.prototype.setLipSync=function(t){this.lipSync=t},r.prototype.setLipSyncValue=function(t){this.lipSyncValue=t},r.prototype.setAccel=function(t,e,i){this.accelX=t,this.accelY=e,this.accelZ=i},r.prototype.setDrag=function(t,e){this.dragX=t,this.dragY=e},r.prototype.getMainMotionManager=function(){return this.mainMotionManager},r.prototype.getExpressionManager=function(){return this.expressionManager},r.prototype.loadModelData=function(t,e){var i=c.getPlatformManager();this.debugMode&&i.log("Load model : "+t);var r=this;i.loadLive2DModel(t,function(t){r.live2DModel=t,r.live2DModel.saveParam(),0==Live2D.getError()?(r.modelMatrix=new a(r.live2DModel.getCanvasWidth(),r.live2DModel.getCanvasHeight()),r.modelMatrix.setWidth(2),r.modelMatrix.setCenterPosition(0,0),e(r.live2DModel)):console.error("Error : Failed to loadModelData().")})},r.prototype.loadTexture=function(t,e,i){d++;var r=c.getPlatformManager();this.debugMode&&r.log("Load Texture : "+e);var o=this;r.loadTexture(this.live2DModel,t,e,function(){0==--d&&(o.isTexLoaded=!0),"function"==typeof i&&i()})},r.prototype.loadMotion=function(t,e,i){var r=c.getPlatformManager();this.debugMode&&r.log("Load Motion : "+e);var o=null,n=this;r.loadBytes(e,function(e){o=Live2DMotion.loadMotion(e),null!=t&&(n.motions[t]=o),i(o)})},r.prototype.loadExpression=function(t,e,i){var r=c.getPlatformManager();this.debugMode&&r.log("Load Expression : "+e);var n=this;r.loadBytes(e,function(e){null!=t&&(n.expressions[t]=o.loadJson(e)),"function"==typeof i&&i()})},r.prototype.loadPose=function(t,e){var i=c.getPlatformManager();this.debugMode&&i.log("Load Pose : "+t);var r=this;try{i.loadBytes(t,function(t){r.pose=$.load(t),"function"==typeof e&&e()})}catch(t){console.warn(t)}},r.prototype.loadPhysics=function(t){var e=c.getPlatformManager();this.debugMode&&e.log("Load Physics : "+t);var i=this;try{e.loadBytes(t,function(t){i.physics=l.load(t)})}catch(t){console.warn(t)}},r.prototype.hitTestSimple=function(t,e,i){if(null===this.live2DModel)return!1;var r=this.live2DModel.getDrawDataIndex(t);if(r<0)return!1;for(var o=this.live2DModel.getTransformedPoints(r),n=this.live2DModel.getCanvasWidth(),s=0,_=this.live2DModel.getCanvasHeight(),a=0,h=0;hs&&(s=l),$<_&&(_=$),$>a&&(a=$)}var u=this.modelMatrix.invertTransformX(e),p=this.modelMatrix.invertTransformY(i);return n<=u&&u<=s&&_<=p&&p<=a},r.prototype.hitTestSimpleCustom=function(t,e,i,r){return null!==this.live2DModel&&i>=t[0]&&i<=e[0]&&r<=t[1]&&r>=e[1]},o.prototype=new AMotion,o.EXPRESSION_DEFAULT="DEFAULT",o.TYPE_SET=0,o.TYPE_ADD=1,o.TYPE_MULT=2,o.loadJson=function(t){var e=new o,i=c.getPlatformManager().jsonParseFromBytes(t);if(e.setFadeIn(parseInt(i.fade_in)>0?parseInt(i.fade_in):1e3),e.setFadeOut(parseInt(i.fade_out)>0?parseInt(i.fade_out):1e3),null==i.params)return e;var r=i.params,s=r.length;e.paramList=[];for(var _=0;_=0;--n){var s=this.paramList[n];s.type==o.TYPE_ADD?t.addToParamFloat(s.id,s.value,i):s.type==o.TYPE_MULT?t.multParamFloat(s.id,s.value,i):s.type==o.TYPE_SET&&t.setParamFloat(s.id,s.value,i)}},s.prototype.calcNextBlink=function(){return UtSystem.getUserTimeMSec()+Math.random()*(2*this.blinkIntervalMsec-1)},s.prototype.setInterval=function(t){this.blinkIntervalMsec=t},s.prototype.setEyeMotion=function(t,e,i){this.closingMotionMsec=t,this.closedMotionMsec=e,this.openingMotionMsec=i},s.prototype.updateParam=function(t){var e,i=UtSystem.getUserTimeMSec(),r=0;switch(this.eyeState){case g.STATE_CLOSING:(r=(i-this.stateStartTime)/this.closingMotionMsec)>=1&&(r=1,this.eyeState=g.STATE_CLOSED,this.stateStartTime=i),e=1-r;break;case g.STATE_CLOSED:(r=(i-this.stateStartTime)/this.closedMotionMsec)>=1&&(this.eyeState=g.STATE_OPENING,this.stateStartTime=i),e=0;break;case g.STATE_OPENING:(r=(i-this.stateStartTime)/this.openingMotionMsec)>=1&&(r=1,this.eyeState=g.STATE_INTERVAL,this.nextBlinkTime=this.calcNextBlink()),e=r;break;case g.STATE_INTERVAL:this.nextBlinkTime=t||this.currentPriority>=t||(this.reservePriority=t,0))},h.prototype.setReservePriority=function(t){this.reservePriority=t},h.prototype.updateParam=function(t){var e=MotionQueueManager.prototype.updateParam.call(this,t);return this.isFinished()&&(this.currentPriority=0),e},h.prototype.startMotionPrio=function(t,e){return e==this.reservePriority&&(this.reservePriority=0),this.currentPriority=e,this.startMotion(t,!1)},l.load=function(t){for(var e=new l,i=c.getPlatformManager().jsonParseFromBytes(t).physics_hair,r=i.length,o=0;o=0)break;r=n,o=t.getPartsOpacity(s),(o+=i/.5)>1&&(o=1)}}r<0&&(r=0,o=1);for(n=0;n.15&&(a=1-.15/(1-o)),h>a&&(h=a),t.setPartsOpacity(s,h)}},$.prototype.copyOpacityOtherParts=function(t,e){for(var i=0;ir)&&(a*=r/l,h*=r/l,l=r),this.faceVX+=a,this.faceVY+=h;var $=.5*(Math.sqrt(r*r+16*r*s-8*r*s)-r),u=Math.sqrt(this.faceVX*this.faceVX+this.faceVY*this.faceVY);u>$&&(this.faceVX*=$/u,this.faceVY*=$/u),this.faceX+=this.faceVX,this.faceY+=this.faceVY}}else this.lastTimeSec=UtSystem.getUserTimeMSec()},(f.prototype=new _).getMaxScale=function(){return this.max},f.prototype.getMinScale=function(){return this.min},f.prototype.setMaxScale=function(t){this.max=t},f.prototype.setMinScale=function(t){this.min=t},f.prototype.isMaxScale=function(){return this.getScaleX()==this.max},f.prototype.isMinScale=function(){return this.getScaleX()==this.min},f.prototype.adjustTranslate=function(t,e){this.tr[0]*this.maxLeft+(this.tr[12]+t)>this.screenLeft&&(t=this.screenLeft-this.tr[0]*this.maxLeft-this.tr[12]),this.tr[0]*this.maxRight+(this.tr[12]+t)this.screenBottom&&(e=this.screenBottom-this.tr[5]*this.maxBottom-this.tr[13]);var i=[1,0,0,0,0,1,0,0,0,0,1,0,t,e,0,1];_.mul(i,this.tr,this.tr)},f.prototype.adjustScale=function(t,e,i){var r=i*this.tr[0];r0&&(i=this.min/this.tr[0]):r>this.max&&this.tr[0]>0&&(i=this.max/this.tr[0]);var o=[1,0,0,0,0,1,0,0,0,0,1,0,t,e,0,1],n=[i,0,0,0,0,i,0,0,0,0,1,0,0,0,0,1],s=[1,0,0,0,0,1,0,0,0,0,1,0,-t,-e,0,1];_.mul(s,this.tr,this.tr),_.mul(n,this.tr,this.tr),_.mul(o,this.tr,this.tr)},f.prototype.setScreenRect=function(t,e,i,r){this.screenLeft=t,this.screenRight=e,this.screenTop=r,this.screenBottom=i},f.prototype.setMaxScreenRect=function(t,e,i,r){this.maxLeft=t,this.maxRight=e,this.maxTop=r,this.maxBottom=i},f.prototype.getScreenLeft=function(){return this.screenLeft},f.prototype.getScreenRight=function(){return this.screenRight},f.prototype.getScreenBottom=function(){return this.screenBottom},f.prototype.getScreenTop=function(){return this.screenTop},f.prototype.getMaxLeft=function(){return this.maxLeft},f.prototype.getMaxRight=function(){return this.maxRight},f.prototype.getMaxBottom=function(){return this.maxBottom},f.prototype.getMaxTop=function(){return this.maxTop},c.platformManager=null,c.getPlatformManager=function(){return c.platformManager},c.setPlatformManager=function(t){c.platformManager=t},t.exports={L2DTargetPoint:p,Live2DFramework:c,L2DViewMatrix:f,L2DPose:$,L2DPartsParam:u,L2DPhysics:l,L2DMotionManager:h,L2DModelMatrix:a,L2DMatrix44:_,EYE_STATE:g,L2DEyeBlink:s,L2DExpressionParam:n,L2DExpressionMotion:o,L2DBaseModel:r}},function(t,e,i){"use strict";var r={DEBUG_LOG:!1,DEBUG_MOUSE_LOG:!1,DEBUG_DRAW_HIT_AREA:!1,DEBUG_DRAW_ALPHA_MODEL:!1,VIEW_MAX_SCALE:2,VIEW_MIN_SCALE:.8,VIEW_LOGICAL_LEFT:-1,VIEW_LOGICAL_RIGHT:1,VIEW_LOGICAL_MAX_LEFT:-2,VIEW_LOGICAL_MAX_RIGHT:2,VIEW_LOGICAL_MAX_BOTTOM:-2,VIEW_LOGICAL_MAX_TOP:2,PRIORITY_NONE:0,PRIORITY_IDLE:1,PRIORITY_SLEEPY:2,PRIORITY_NORMAL:3,PRIORITY_FORCE:4,MOTION_GROUP_IDLE:"idle",MOTION_GROUP_SLEEPY:"sleepy",MOTION_GROUP_TAP_BODY:"tap_body",MOTION_GROUP_FLICK_HEAD:"flick_head",MOTION_GROUP_PINCH_IN:"pinch_in",MOTION_GROUP_PINCH_OUT:"pinch_out",MOTION_GROUP_SHAKE:"shake",MOTION_GROUP_Talk:"talk",MOTION_GROUP_Reset:"rest",HIT_AREA_HEAD:"head",HIT_AREA_BODY:"body",hitFlag:!1};t.exports=r},function(t,e,i){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.setContext=function(t){r=t},e.getContext=function(){return r};var r=void 0},function(t,e,i){"use strict";function r(){}r.matrixStack=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r.depth=0,r.currentMatrix=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1],r.tmp=new Array(16),r.reset=function(){this.depth=0},r.loadIdentity=function(){for(var t=0;t<16;t++)this.currentMatrix[t]=t%5==0?1:0},r.push=function(){var t=(this.depth,16*(this.depth+1));this.matrixStack.lengthi.left&&e.y>i.top)return e;var o=t.x-e.x,n=t.y-e.y,s=r(o,n);e.xst.frameBuffers.length&&(this.curFrameNo=this.getMaskRenderTexture()),this.tmpModelToViewMatrix=new D,this.tmpMatrix2=new D,this.tmpMatrixForMask=new D,this.tmpMatrixForDraw=new D,this.CHANNEL_COLORS=new Array;var e=new M;(e=new M).r=0,e.g=0,e.b=0,e.a=1,this.CHANNEL_COLORS.push(e),(e=new M).r=1,e.g=0,e.b=0,e.a=0,this.CHANNEL_COLORS.push(e),(e=new M).r=0,e.g=1,e.b=0,e.a=0,this.CHANNEL_COLORS.push(e),(e=new M).r=0,e.g=0,e.b=1,e.a=0,this.CHANNEL_COLORS.push(e);for(var i=0;iU._$T7)throw t._$NP|=e._$4s,new at("_$gi _$C _$li , _$n0 _$_ version _$li ( SDK : "+U._$T7+" < _$f0 : "+r+" )@_$SS#loadModel()\n");var h=o._$nP();if(r>=U._$s7){var l=o._$9T(),$=o._$9T();if(-30584!=l||-30584!=$)throw t._$NP|=e._$0s,new at("_$gi _$C _$li , _$0 _$6 _$Ui.")}t._$KS(h);var u=t.getModelContext();u.setDrawParam(t.getDrawParam()),u.init()}catch(t){_._$Rb(t)}},e.prototype._$KS=function(t){this._$MT=t},e.prototype.getModelImpl=function(){return null==this._$MT&&(this._$MT=new u,this._$MT._$zP()),this._$MT},e.prototype.getCanvasWidth=function(){return null==this._$MT?0:this._$MT.getCanvasWidth()},e.prototype.getCanvasHeight=function(){return null==this._$MT?0:this._$MT.getCanvasHeight()},e.prototype.getParamFloat=function(t){return"number"!=typeof t&&(t=this._$5S.getParamIndex($.getID(t))),this._$5S.getParamFloat(t)},e.prototype.setParamFloat=function(t,e,i){"number"!=typeof t&&(t=this._$5S.getParamIndex($.getID(t))),arguments.length<3&&(i=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)*(1-i)+e*i)},e.prototype.addToParamFloat=function(t,e,i){"number"!=typeof t&&(t=this._$5S.getParamIndex($.getID(t))),arguments.length<3&&(i=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)+e*i)},e.prototype.multParamFloat=function(t,e,i){"number"!=typeof t&&(t=this._$5S.getParamIndex($.getID(t))),arguments.length<3&&(i=1),this._$5S.setParamFloat(t,this._$5S.getParamFloat(t)*(1+(e-1)*i))},e.prototype.getParamIndex=function(t){return this._$5S.getParamIndex($.getID(t))},e.prototype.loadParam=function(){this._$5S.loadParam()},e.prototype.saveParam=function(){this._$5S.saveParam()},e.prototype.init=function(){this._$5S.init()},e.prototype.update=function(){this._$5S.update()},e.prototype._$Rs=function(){return _._$li("_$60 _$PT _$Rs()"),-1},e.prototype._$Ds=function(t){_._$li("_$60 _$PT _$SS#_$Ds() \n")},e.prototype._$K2=function(){},e.prototype.draw=function(){},e.prototype.getModelContext=function(){return this._$5S},e.prototype._$s2=function(){return this._$NP},e.prototype._$P7=function(t,e,i,r){var o=-1,n=0,s=this;if(0!=i)if(1==t.length){var _=t[0],a=0!=s.getParamFloat(_),h=e[0],l=s.getPartsOpacity(h),$=i/r;a?(l+=$)>1&&(l=1):(l-=$)<0&&(l=0),s.setPartsOpacity(h,l)}else{for(f=0;f=0)break;o=f;h=e[f];n=s.getPartsOpacity(h),(n+=i/r)>1&&(n=1)}}o<0&&(console.log("No _$wi _$q0/ _$U default[%s]",t[0]),o=0,n=1,s.loadParam(),s.setParamFloat(t[o],n),s.saveParam());for(f=0;f.15&&(u=1-.15/(1-n)),p>u&&(p=u),s.setPartsOpacity(h,p)}}}else for(var f=0;f=this._$5S._$aS.length)return null;var e=this._$5S._$aS[t];return null!=e&&e.getType()==H._$wb&&e instanceof ht?e.getIndexArray():null},i.CHANNEL_COUNT=4,i.RENDER_TEXTURE_USE_MIPMAP=!1,i.NOT_USED_FRAME=-100,i.prototype._$L7=function(){if(this.tmpModelToViewMatrix&&(this.tmpModelToViewMatrix=null),this.tmpMatrix2&&(this.tmpMatrix2=null),this.tmpMatrixForMask&&(this.tmpMatrixForMask=null),this.tmpMatrixForDraw&&(this.tmpMatrixForDraw=null),this.tmpBoundsOnModel&&(this.tmpBoundsOnModel=null),this.CHANNEL_COLORS){for(var t=this.CHANNEL_COLORS.length-1;t>=0;--t)this.CHANNEL_COLORS.splice(t,1);this.CHANNEL_COLORS=[]}this.releaseShader()},i.prototype.releaseShader=function(){for(var t=st.frameBuffers.length,e=0;e0){var n=e.gl.getParameter(e.gl.FRAMEBUFFER_BINDING),s=new Array(4);s[0]=0,s[1]=0,s[2]=e.gl.canvas.width,s[3]=e.gl.canvas.height,e.gl.viewport(0,0,st.clippingMaskBufferSize,st.clippingMaskBufferSize),this.setupLayoutBounds(i),e.gl.bindFramebuffer(e.gl.FRAMEBUFFER,st.frameBuffers[this.curFrameNo].framebuffer),e.gl.clearColor(0,0,0,0),e.gl.clear(e.gl.COLOR_BUFFER_BIT);for(r=0;rr?i:r,n=o,s=o,_=0,a=0,h=e.clippedDrawContextList.length,l=0;l_&&(_=P),S>a&&(a=S)}}if(n==o)e.allClippedDrawRect.x=0,e.allClippedDrawRect.y=0,e.allClippedDrawRect.width=0,e.allClippedDrawRect.height=0,e.isUsing=!1;else{var v=_-n,L=a-s;e.allClippedDrawRect.x=n,e.allClippedDrawRect.y=s,e.allClippedDrawRect.width=v,e.allClippedDrawRect.height=L,e.isUsing=!0}},i.prototype.setupLayoutBounds=function(t){var e=t/i.CHANNEL_COUNT,r=t%i.CHANNEL_COUNT;e=~~e,r=~~r;for(var o=0,n=0;n=1)return 1;var p=r,f=p*p;return l*(p*f)+$*f+u*p+0},s.prototype._$a0=function(){},s.prototype.setFadeIn=function(t){this._$dP=t},s.prototype.setFadeOut=function(t){this._$eo=t},s.prototype._$pT=function(t){this._$V0=t},s.prototype.getFadeOut=function(){return this._$eo},s.prototype._$4T=function(){return this._$eo},s.prototype._$mT=function(){return this._$V0},s.prototype.getDurationMSec=function(){return-1},s.prototype.getLoopDurationMSec=function(){return-1},s.prototype.updateParam=function(t,e){if(e._$AT&&!e._$9L){var i=A.getUserTimeMSec();if(e._$z2<0){e._$z2=i,e._$bs=i;var r=this.getDurationMSec();e._$Do<0&&(e._$Do=r<=0?-1:e._$z2+r)}var o=this._$V0;0<=(o=o*(0==this._$dP?1:_t._$r2((i-e._$bs)/this._$dP))*(0==this._$eo||e._$Do<0?1:_t._$r2((e._$Do-i)/this._$eo)))&&o<=1||console.log("### assert!! ### "),this.updateParamExe(t,i,o,e),e._$Do>0&&e._$Do0?console.log("\n"):i%8==0&&i>0&&console.log(" "),console.log("%02X ",255&t[i]);console.log("\n")},_._$nr=function(t,e,i){console.log("%s\n",t);for(var r=e.length,o=0;o=0;--r)this._$lL[r]._$oP(t,this);this._$oo(t,i),this._$M2=this._$Yb(),this._$9b=(this._$M2-this._$ks)/i,this._$ks=this._$M2}for(var r=this._$qP.length-1;r>=0;--r)this._$qP[r]._$YS(t,this);this._$iT=e},p.prototype._$oo=function(t,e){e<.033&&(e=.033);var i=1/e;this.p1.vx=(this.p1.x-this.p1._$s0)*i,this.p1.vy=(this.p1.y-this.p1._$70)*i,this.p1.ax=(this.p1.vx-this.p1._$7L)*i,this.p1.ay=(this.p1.vy-this.p1._$HL)*i,this.p1.fx=this.p1.ax*this.p1._$p,this.p1.fy=this.p1.ay*this.p1._$p,this.p1._$xT();var r,o,n=-Math.atan2(this.p1.y-this.p2.y,this.p1.x-this.p2.x),s=Math.cos(n),_=Math.sin(n),a=9.8*this.p2._$p,h=this._$Db*Pt._$bS,l=a*Math.cos(n-h);r=l*_,o=l*s;var $=-this.p1.fx*_*_,u=-this.p1.fy*_*s,p=-this.p2.vx*this._$L2,f=-this.p2.vy*this._$L2;this.p2.fx=r+$+p,this.p2.fy=o+u+f,this.p2.ax=this.p2.fx/this.p2._$p,this.p2.ay=this.p2.fy/this.p2._$p,this.p2.vx+=this.p2.ax*e,this.p2.vy+=this.p2.ay*e,this.p2.x+=this.p2.vx*e,this.p2.y+=this.p2.vy*e;var c=Math.sqrt((this.p1.x-this.p2.x)*(this.p1.x-this.p2.x)+(this.p1.y-this.p2.y)*(this.p1.y-this.p2.y));this.p2.x=this.p1.x+this._$Fo*(this.p2.x-this.p1.x)/c,this.p2.y=this.p1.y+this._$Fo*(this.p2.y-this.p1.y)/c,this.p2.vx=(this.p2.x-this.p2._$s0)*i,this.p2.vy=(this.p2.y-this.p2._$70)*i,this.p2._$xT()},f.prototype._$xT=function(){this._$s0=this.x,this._$70=this.y,this._$7L=this.vx,this._$HL=this.vy},c.prototype._$oP=function(t,e){},(d.prototype=new c)._$oP=function(t,e){var i=this.scale*t.getParamFloat(this._$wL),r=e.getPhysicsPoint1();switch(this._$tL){default:case p.Src.SRC_TO_X:r.x=r.x+(i-r.x)*this._$V0;break;case p.Src.SRC_TO_Y:r.y=r.y+(i-r.y)*this._$V0;break;case p.Src.SRC_TO_G_ANGLE:var o=e._$qr();o+=(i-o)*this._$V0,e._$pr(o)}},g.prototype._$YS=function(t,e){},(y.prototype=new g)._$YS=function(t,e){switch(this._$YP){default:case p.Target.TARGET_FROM_ANGLE:t.setParamFloat(this._$wL,this.scale*e._$5r(),this._$V0);break;case p.Target.TARGET_FROM_ANGLE_V:t.setParamFloat(this._$wL,this.scale*e._$Cs(),this._$V0)}},(p.Src=function(){}).SRC_TO_X="SRC_TO_X",p.Src.SRC_TO_Y="SRC_TO_Y",p.Src.SRC_TO_G_ANGLE="SRC_TO_G_ANGLE",(p.Target=function(){}).TARGET_FROM_ANGLE="TARGET_FROM_ANGLE",p.Target.TARGET_FROM_ANGLE_V="TARGET_FROM_ANGLE_V",T.prototype.init=function(t){this._$fL=t._$fL,this._$gL=t._$gL,this._$B0=t._$B0,this._$z0=t._$z0,this._$qT=t._$qT,this.reflectX=t.reflectX,this.reflectY=t.reflectY},T.prototype._$F0=function(t){this._$fL=t._$_T(),this._$gL=t._$_T(),this._$B0=t._$_T(),this._$z0=t._$_T(),this._$qT=t._$_T(),t.getFormatVersion()>=U.LIVE2D_FORMAT_VERSION_V2_10_SDK2&&(this.reflectX=t._$po(),this.reflectY=t._$po())},T.prototype._$e=function(){};var Lt=function(){};Lt._$ni=function(t,e,i,r,o,n,s,_,a){var h=s*n-_*o;if(0==h)return null;var l,$=((t-i)*n-(e-r)*o)/h;return l=0!=o?(t-i-$*s)/o:(e-r-$*_)/n,isNaN(l)&&(l=(t-i-$*s)/o,isNaN(l)&&(l=(e-r-$*_)/n),isNaN(l)&&(console.log("a is NaN @UtVector#_$ni() "),console.log("v1x : "+o),console.log("v1x != 0 ? "+(0!=o)))),null==a?new Array(l,$):(a[0]=l,a[1]=$,a)},P.prototype._$8P=function(){return this.x+.5*this.width},P.prototype._$6P=function(){return this.y+.5*this.height},P.prototype._$EL=function(){return this.x+this.width},P.prototype._$5T=function(){return this.y+this.height},P.prototype._$jL=function(t,e,i,r){this.x=t,this.y=e,this.width=i,this.height=r},P.prototype._$jL=function(t){this.x=t.x,this.y=t.y,this.width=t.width,this.height=t.height},P.prototype.contains=function(t,e){return this.x<=this.x&&this.y<=this.y&&this.x<=this.x+this.width&&this.y<=this.y+this.height},P.prototype.expand=function(t,e){this.x-=t,this.y-=e,this.width+=2*t,this.height+=2*e},S._$Z2=function(t,e,i,r){var o=e._$Q2(t,i),n=t._$vs(),s=t._$Tr();if(e._$zr(n,s,o),o<=0)return r[n[0]];if(1==o)return(_=r[n[0]])+((a=r[n[1]])-_)*(b=s[0])|0;if(2==o){var _=r[n[0]],a=r[n[1]],h=r[n[2]],l=r[n[3]];return(B=_+(a-_)*(b=s[0])|0)+((U=h+(l-h)*b|0)-B)*(C=s[1])|0}if(3==o){var $=r[n[0]],u=r[n[1]],p=r[n[2]],f=r[n[3]],c=r[n[4]],d=r[n[5]],g=r[n[6]],y=r[n[7]];return(B=(_=$+(u-$)*(b=s[0])|0)+((a=p+(f-p)*b|0)-_)*(C=s[1])|0)+((U=(h=c+(d-c)*b|0)+((l=g+(y-g)*b|0)-h)*C|0)-B)*(N=s[2])|0}if(4==o){var m=r[n[0]],T=r[n[1]],P=r[n[2]],S=r[n[3]],v=r[n[4]],L=r[n[5]],E=r[n[6]],M=r[n[7]],I=r[n[8]],A=r[n[9]],w=r[n[10]],x=r[n[11]],O=r[n[12]],D=r[n[13]],R=r[n[14]],F=r[n[15]],b=s[0],C=s[1],N=s[2],B=(_=($=m+(T-m)*b|0)+((u=P+(S-P)*b|0)-$)*C|0)+((a=(p=v+(L-v)*b|0)+((f=E+(M-E)*b|0)-p)*C|0)-_)*N|0,U=(h=(c=I+(A-I)*b|0)+((d=w+(x-w)*b|0)-c)*C|0)+((l=(g=O+(D-O)*b|0)+((y=R+(F-R)*b|0)-g)*C|0)-h)*N|0;return B+(U-B)*s[3]|0}for(var G=1<=U._$T7?(this.clipID=t._$nP(),this.clipIDList=this.convertClipIDForV2_11(this.clipID)):this.clipIDList=[],this._$MS(this._$Lb)},L.prototype.getClipIDList=function(){return this.clipIDList},L.prototype.init=function(t){},L.prototype._$Nr=function(t,e){if(e._$IS[0]=!1,e._$Us=S._$Z2(t,this._$GS,e._$IS,this._$Lb),st._$Zs);else if(e._$IS[0])return;e._$7s=S._$br(t,this._$GS,e._$IS,this._$mS)},L.prototype._$2b=function(t,e){},L.prototype.getDrawDataID=function(){return this._$gP},L.prototype._$j2=function(t){this._$gP=t},L.prototype.getOpacity=function(t,e){return e._$7s},L.prototype._$zS=function(t,e){return e._$Us},L.prototype._$MS=function(t){for(var e=t.length-1;e>=0;--e){var i=t[e];iL._$R2&&(L._$R2=i)}},L.prototype.getTargetBaseDataID=function(){return this._$dr},L.prototype._$gs=function(t){this._$dr=t},L.prototype._$32=function(){return null!=this._$dr&&this._$dr!=dt._$2o()},L.prototype.preDraw=function(t,e,i){},L.prototype.draw=function(t,e,i){},L.prototype.getType=function(){},L.prototype._$B2=function(t,e,i){},E._$ps=32,E.CLIPPING_PROCESS_NONE=0,E.CLIPPING_PROCESS_OVERWRITE_ALPHA=1,E.CLIPPING_PROCESS_MULTIPLY_ALPHA=2,E.CLIPPING_PROCESS_DRAW=3,E.CLIPPING_PROCESS_CLEAR_ALPHA=4,E.prototype.setChannelFlagAsColor=function(t,e){this.CHANNEL_COLORS[t]=e},E.prototype.getChannelFlagAsColor=function(t){return this.CHANNEL_COLORS[t]},E.prototype._$ZT=function(){},E.prototype._$Uo=function(t,e,i,r,o,n,s){},E.prototype._$Rs=function(){return-1},E.prototype._$Ds=function(t){},E.prototype.setBaseColor=function(t,e,i,r){t<0?t=0:t>1&&(t=1),e<0?e=0:e>1&&(e=1),i<0?i=0:i>1&&(i=1),r<0?r=0:r>1&&(r=1),this._$lT=t,this._$C0=e,this._$tT=i,this._$WL=r},E.prototype._$WP=function(t){this.culling=t},E.prototype.setMatrix=function(t){for(var e=0;e<16;e++)this.matrix4x4[e]=t[e]},E.prototype._$IT=function(){return this.matrix4x4},E.prototype.setPremultipliedAlpha=function(t){this.premultipliedAlpha=t},E.prototype.isPremultipliedAlpha=function(){return this.premultipliedAlpha},E.prototype.setAnisotropy=function(t){this.anisotropy=t},E.prototype.getAnisotropy=function(){return this.anisotropy},E.prototype.getClippingProcess=function(){return this.clippingProcess},E.prototype.setClippingProcess=function(t){this.clippingProcess=t},E.prototype.setClipBufPre_clipContextForMask=function(t){this.clipBufPre_clipContextMask=t},E.prototype.getClipBufPre_clipContextMask=function(){return this.clipBufPre_clipContextMask},E.prototype.setClipBufPre_clipContextForDraw=function(t){this.clipBufPre_clipContextDraw=t},E.prototype.getClipBufPre_clipContextDraw=function(){return this.clipBufPre_clipContextDraw},I._$ur=-2,I._$c2=1,I._$_b=2,I.prototype._$F0=function(t){this._$kP=t._$nP(),this._$dr=t._$nP()},I.prototype.readV2_opacity=function(t){t.getFormatVersion()>=U.LIVE2D_FORMAT_VERSION_V2_10_SDK2&&(this._$mS=t._$Tb())},I.prototype.init=function(t){},I.prototype._$Nr=function(t,e){},I.prototype.interpolateOpacity=function(t,e,i,r){null==this._$mS?i.setInterpolatedOpacity(1):i.setInterpolatedOpacity(S._$br(t,e,r,this._$mS))},I.prototype._$2b=function(t,e){},I.prototype._$nb=function(t,e,i,r,o,n,s){},I.prototype.getType=function(){},I.prototype._$gs=function(t){this._$dr=t},I.prototype._$a2=function(t){this._$kP=t},I.prototype.getTargetBaseDataID=function(){return this._$dr},I.prototype.getBaseDataID=function(){return this._$kP},I.prototype._$32=function(){return null!=this._$dr&&this._$dr!=dt._$2o()},A._$W2=0,A._$CS=A._$W2,A._$Mo=function(){return!0},A._$XP=function(t){try{for(var e=getTimeMSec();getTimeMSec()-e=t.length)return!1;for(var o=e;o=0;--i){var r=this._$Ob[i].getParamIndex(e);if(r==w._$ds&&(r=t.getParamIndex(this._$Ob[i].getParamID())),t._$Xb(r))return!0}return!1},O.prototype._$Q2=function(t,e){for(var i,r,o=this._$Ob.length,n=t._$v2(),s=0,_=0;_B._$Qb&&console.log("err 23245\n");for(var o=this._$Ob.length,n=1,s=1,_=0,a=0;a=0;--n)i[n]=o[n]}else this.mult_fast(t,e,i,r)},D.prototype.mult_fast=function(t,e,i,r){r?(i[0]=t[0]*e[0]+t[4]*e[1]+t[8]*e[2],i[4]=t[0]*e[4]+t[4]*e[5]+t[8]*e[6],i[8]=t[0]*e[8]+t[4]*e[9]+t[8]*e[10],i[12]=t[0]*e[12]+t[4]*e[13]+t[8]*e[14]+t[12],i[1]=t[1]*e[0]+t[5]*e[1]+t[9]*e[2],i[5]=t[1]*e[4]+t[5]*e[5]+t[9]*e[6],i[9]=t[1]*e[8]+t[5]*e[9]+t[9]*e[10],i[13]=t[1]*e[12]+t[5]*e[13]+t[9]*e[14]+t[13],i[2]=t[2]*e[0]+t[6]*e[1]+t[10]*e[2],i[6]=t[2]*e[4]+t[6]*e[5]+t[10]*e[6],i[10]=t[2]*e[8]+t[6]*e[9]+t[10]*e[10],i[14]=t[2]*e[12]+t[6]*e[13]+t[10]*e[14]+t[14],i[3]=i[7]=i[11]=0,i[15]=1):(i[0]=t[0]*e[0]+t[4]*e[1]+t[8]*e[2]+t[12]*e[3],i[4]=t[0]*e[4]+t[4]*e[5]+t[8]*e[6]+t[12]*e[7],i[8]=t[0]*e[8]+t[4]*e[9]+t[8]*e[10]+t[12]*e[11],i[12]=t[0]*e[12]+t[4]*e[13]+t[8]*e[14]+t[12]*e[15],i[1]=t[1]*e[0]+t[5]*e[1]+t[9]*e[2]+t[13]*e[3],i[5]=t[1]*e[4]+t[5]*e[5]+t[9]*e[6]+t[13]*e[7],i[9]=t[1]*e[8]+t[5]*e[9]+t[9]*e[10]+t[13]*e[11],i[13]=t[1]*e[12]+t[5]*e[13]+t[9]*e[14]+t[13]*e[15],i[2]=t[2]*e[0]+t[6]*e[1]+t[10]*e[2]+t[14]*e[3],i[6]=t[2]*e[4]+t[6]*e[5]+t[10]*e[6]+t[14]*e[7],i[10]=t[2]*e[8]+t[6]*e[9]+t[10]*e[10]+t[14]*e[11],i[14]=t[2]*e[12]+t[6]*e[13]+t[10]*e[14]+t[14]*e[15],i[3]=t[3]*e[0]+t[7]*e[1]+t[11]*e[2]+t[15]*e[3],i[7]=t[3]*e[4]+t[7]*e[5]+t[11]*e[6]+t[15]*e[7],i[11]=t[3]*e[8]+t[7]*e[9]+t[11]*e[10]+t[15]*e[11],i[15]=t[3]*e[12]+t[7]*e[13]+t[11]*e[14]+t[15]*e[15])},D.prototype.translate=function(t,e,i){this.m[12]=this.m[0]*t+this.m[4]*e+this.m[8]*i+this.m[12],this.m[13]=this.m[1]*t+this.m[5]*e+this.m[9]*i+this.m[13],this.m[14]=this.m[2]*t+this.m[6]*e+this.m[10]*i+this.m[14],this.m[15]=this.m[3]*t+this.m[7]*e+this.m[11]*i+this.m[15]},D.prototype.scale=function(t,e,i){this.m[0]*=t,this.m[4]*=e,this.m[8]*=i,this.m[1]*=t,this.m[5]*=e,this.m[9]*=i,this.m[2]*=t,this.m[6]*=e,this.m[10]*=i,this.m[3]*=t,this.m[7]*=e,this.m[11]*=i},D.prototype.rotateX=function(t){var e=Pt.fcos(t),i=Pt._$9(t),r=this.m[4];this.m[4]=r*e+this.m[8]*i,this.m[8]=r*-i+this.m[8]*e,r=this.m[5],this.m[5]=r*e+this.m[9]*i,this.m[9]=r*-i+this.m[9]*e,r=this.m[6],this.m[6]=r*e+this.m[10]*i,this.m[10]=r*-i+this.m[10]*e,r=this.m[7],this.m[7]=r*e+this.m[11]*i,this.m[11]=r*-i+this.m[11]*e},D.prototype.rotateY=function(t){var e=Pt.fcos(t),i=Pt._$9(t),r=this.m[0];this.m[0]=r*e+this.m[8]*-i,this.m[8]=r*i+this.m[8]*e,r=this.m[1],this.m[1]=r*e+this.m[9]*-i,this.m[9]=r*i+this.m[9]*e,r=m[2],this.m[2]=r*e+this.m[10]*-i,this.m[10]=r*i+this.m[10]*e,r=m[3],this.m[3]=r*e+this.m[11]*-i,this.m[11]=r*i+this.m[11]*e},D.prototype.rotateZ=function(t){var e=Pt.fcos(t),i=Pt._$9(t),r=this.m[0];this.m[0]=r*e+this.m[4]*i,this.m[4]=r*-i+this.m[4]*e,r=this.m[1],this.m[1]=r*e+this.m[5]*i,this.m[5]=r*-i+this.m[5]*e,r=this.m[2],this.m[2]=r*e+this.m[6]*i,this.m[6]=r*-i+this.m[6]*e,r=this.m[3],this.m[3]=r*e+this.m[7]*i,this.m[7]=r*-i+this.m[7]*e},R.prototype=new et,R._$tP=new Object,R._$27=function(){R._$tP.clear()},R.getID=function(t){var e=R._$tP[t];return null==e&&(e=new R(t),R._$tP[t]=e),e},R.prototype._$3s=function(){return new R},F._$kS=-1,F._$pS=0,F._$hb=1,F.STATE_IDENTITY=0,F._$gb=1,F._$fo=2,F._$go=4,F.prototype.transform=function(t,e,i){var r,o,n,s,_,a,h=0,l=0;switch(this._$hi){default:return;case F._$go|F._$fo|F._$gb:for(r=this._$7,o=this._$H,n=this._$k,s=this._$f,_=this._$g,a=this._$w;--i>=0;){var $=t[h++],u=t[h++];e[l++]=r*$+o*u+n,e[l++]=s*$+_*u+a}return;case F._$go|F._$fo:for(r=this._$7,o=this._$H,s=this._$f,_=this._$g;--i>=0;){var $=t[h++],u=t[h++];e[l++]=r*$+o*u,e[l++]=s*$+_*u}return;case F._$go|F._$gb:for(o=this._$H,n=this._$k,s=this._$f,a=this._$w;--i>=0;){$=t[h++];e[l++]=o*t[h++]+n,e[l++]=s*$+a}return;case F._$go:for(o=this._$H,s=this._$f;--i>=0;){$=t[h++];e[l++]=o*t[h++],e[l++]=s*$}return;case F._$fo|F._$gb:for(r=this._$7,n=this._$k,_=this._$g,a=this._$w;--i>=0;)e[l++]=r*t[h++]+n,e[l++]=_*t[h++]+a;return;case F._$fo:for(r=this._$7,_=this._$g;--i>=0;)e[l++]=r*t[h++],e[l++]=_*t[h++];return;case F._$gb:for(n=this._$k,a=this._$w;--i>=0;)e[l++]=t[h++]+n,e[l++]=t[h++]+a;return;case F.STATE_IDENTITY:return void(t==e&&h==l||A._$jT(t,h,e,l,2*i))}},F.prototype.update=function(){0==this._$H&&0==this._$f?1==this._$7&&1==this._$g?0==this._$k&&0==this._$w?(this._$hi=F.STATE_IDENTITY,this._$Z=F._$pS):(this._$hi=F._$gb,this._$Z=F._$hb):0==this._$k&&0==this._$w?(this._$hi=F._$fo,this._$Z=F._$kS):(this._$hi=F._$fo|F._$gb,this._$Z=F._$kS):0==this._$7&&0==this._$g?0==this._$k&&0==this._$w?(this._$hi=F._$go,this._$Z=F._$kS):(this._$hi=F._$go|F._$gb,this._$Z=F._$kS):0==this._$k&&0==this._$w?(this._$hi=F._$go|F._$fo,this._$Z=F._$kS):(this._$hi=F._$go|F._$fo|F._$gb,this._$Z=F._$kS)},F.prototype._$RT=function(t){this._$IT(t);var e=t[0],i=t[2],r=t[1],o=t[3],n=Math.sqrt(e*e+r*r),s=e*o-i*r;0==n?st._$so&&console.log("affine._$RT() / rt==0"):(t[0]=n,t[1]=s/n,t[2]=(r*o+e*i)/s,t[3]=Math.atan2(r,e))},F.prototype._$ho=function(t,e,i,r){var o=new Float32Array(6),n=new Float32Array(6);t._$RT(o),e._$RT(n);var s=new Float32Array(6);s[0]=o[0]+(n[0]-o[0])*i,s[1]=o[1]+(n[1]-o[1])*i,s[2]=o[2]+(n[2]-o[2])*i,s[3]=o[3]+(n[3]-o[3])*i,s[4]=o[4]+(n[4]-o[4])*i,s[5]=o[5]+(n[5]-o[5])*i,r._$CT(s)},F.prototype._$CT=function(t){var e=Math.cos(t[3]),i=Math.sin(t[3]);this._$7=t[0]*e,this._$f=t[0]*i,this._$H=t[1]*(t[2]*e-i),this._$g=t[1]*(t[2]*i+e),this._$k=t[4],this._$w=t[5],this.update()},F.prototype._$IT=function(t){t[0]=this._$7,t[1]=this._$f,t[2]=this._$H,t[3]=this._$g,t[4]=this._$k,t[5]=this._$w},b.prototype=new s,b._$cs="VISIBLE:",b._$ar="LAYOUT:",b._$Co=0,b._$D2=[],b._$1T=1,b.loadMotion=function(t){var e=new b,i=[0],r=t.length;e._$yT=0;for(var o=0;o=0){var a=new N;x.startsWith(t,s,b._$cs)?(a._$RP=N._$hs,a._$4P=new String(t,s,_-s)):x.startsWith(t,s,b._$ar)?(a._$4P=new String(t,s+7,_-s-7),x.startsWith(t,s+7,"ANCHOR_X")?a._$RP=N._$xs:x.startsWith(t,s+7,"ANCHOR_Y")?a._$RP=N._$us:x.startsWith(t,s+7,"SCALE_X")?a._$RP=N._$qs:x.startsWith(t,s+7,"SCALE_Y")?a._$RP=N._$Ys:x.startsWith(t,s+7,"X")?a._$RP=N._$ws:x.startsWith(t,s+7,"Y")&&(a._$RP=N._$Ns)):(a._$RP=N._$Fr,a._$4P=new String(t,s,_-s)),e.motions.push(a);var h=0;for(b._$D2.clear(),o=_+1;o0){b._$D2.push(u),h++;var l=i[0];if(le._$yT&&(e._$yT=h)}}}else{for(var s=o,_=-1;o=0)for(_==s+4&&"f"==t[s+1]&&"p"==t[s+2]&&"s"==t[s+3]&&($=!0),o=_+1;o0&&$&&5=h?h-1:n];t.setParamFloat(l,$)}else if(N._$ws<=a._$RP&&a._$RP<=N._$Ys);else{var u=t.getParamFloat(l),p=a._$I0[n>=h?h-1:n],f=u+(p+(a._$I0[n+1>=h?h-1:n+1]-p)*s-u)*i;t.setParamFloat(l,f)}}n>=this._$yT&&(this._$E?(r._$z2=e,this.loopFadeIn&&(r._$bs=e)):r._$9L=!0)},b.prototype._$r0=function(){return this._$E},b.prototype._$aL=function(t){this._$E=t},b.prototype.isLoopFadeIn=function(){return this.loopFadeIn},b.prototype.setLoopFadeIn=function(t){this.loopFadeIn=t},C.prototype.clear=function(){this.size=0},C.prototype.add=function(t){if(this._$P.length<=this.size){var e=new Float32Array(2*this.size);A._$jT(this._$P,0,e,0,this.size),this._$P=e}this._$P[this.size++]=t},C.prototype._$BL=function(){var t=new Float32Array(this.size);return A._$jT(this._$P,0,t,0,this.size),t},N._$Fr=0,N._$hs=1,N._$ws=100,N._$Ns=101,N._$xs=102,N._$us=103,N._$qs=104,N._$Ys=105,B._$Ms=1,B._$Qs=2,B._$i2=0,B._$No=2,B._$do=B._$Ms,B._$Ls=!0,B._$1r=5,B._$Qb=65,B._$J=1e-4,B._$FT=.001,B._$Ss=3,U._$o7=6,U._$S7=7,U._$s7=8,U._$77=9,U.LIVE2D_FORMAT_VERSION_V2_10_SDK2=10,U.LIVE2D_FORMAT_VERSION_V2_11_SDK2_1=11,U._$T7=U.LIVE2D_FORMAT_VERSION_V2_11_SDK2_1,U._$Is=-2004318072,U._$h0=0,U._$4L=23,U._$7P=33,U._$uT=function(t){console.log("_$bo :: _$6 _$mo _$E0 : %d\n",t)},U._$9o=function(t){if(t<40)return U._$uT(t),null;if(t<50)return U._$uT(t),null;if(t<60)return U._$uT(t),null;if(t<100)switch(t){case 65:return new Q;case 66:return new O;case 67:return new w;case 68:return new X;case 69:return new T;case 70:return new ht;default:return U._$uT(t),null}else if(t<150)switch(t){case 131:return new ot;case 133:return new K;case 136:return new u;case 137:return new it;case 142:return new W}return U._$uT(t),null},G._$HP=0,G._$_0=!0,G._$V2=-1,G._$W0=-1,G._$jr=!1,G._$ZS=!0,G._$tr=-1e6,G._$lr=1e6,G._$is=32,G._$e=!1,G.prototype.getDrawDataIndex=function(t){for(var e=this._$aS.length-1;e>=0;--e)if(null!=this._$aS[e]&&this._$aS[e].getDrawDataID()==t)return e;return-1},G.prototype.getDrawData=function(t){if(t instanceof R){if(null==this._$Bo){this._$Bo=new Object;for(var e=this._$aS.length,i=0;i0&&this.release();for(var t=this._$Ri.getModelImpl(),e=t._$Xr(),r=e.length,o=new Array,n=new Array,s=0;s=0)&&(this._$3S.push(m),this._$db.push(n[s]),o[s]=null,y=!0)}}if(!y)break}var P=t._$E2();if(null!=P){var S=P._$1s();if(null!=S)for(var v=S.length,s=0;s=0;e--)this._$Js[e]=G._$jr;return this._$QT=!1,G._$e&&_.dump("_$eL"),!1},G.prototype.preDraw=function(t){null!=this.clipManager&&(t._$ZT(),this.clipManager.setupClip(this,t))},G.prototype.draw=function(t){if(null!=this._$Ws){var e=this._$Ws.length;t._$ZT();for(var i=0;i=0;--e)if(this._$pb[e]==t)return e;return this._$02(t,0,G._$tr,G._$lr)},G.prototype._$BS=function(t){return this.getBaseDataIndex(t)},G.prototype.getBaseDataIndex=function(t){for(var e=this._$3S.length-1;e>=0;--e)if(null!=this._$3S[e]&&this._$3S[e].getBaseDataID()==t)return e;return-1},G.prototype._$UT=function(t,e){var i=new Float32Array(e);return A._$jT(t,0,i,0,t.length),i},G.prototype._$02=function(t,e,i,r){if(this._$qo>=this._$pb.length){var o=this._$pb.length,n=new Array(2*o);A._$jT(this._$pb,0,n,0,o),this._$pb=n,this._$_2=this._$UT(this._$_2,2*o),this._$vr=this._$UT(this._$vr,2*o),this._$Rr=this._$UT(this._$Rr,2*o),this._$Or=this._$UT(this._$Or,2*o);var s=new Array;A._$jT(this._$Js,0,s,0,o),this._$Js=s}return this._$pb[this._$qo]=t,this._$_2[this._$qo]=e,this._$vr[this._$qo]=e,this._$Rr[this._$qo]=i,this._$Or[this._$qo]=r,this._$Js[this._$qo]=G._$ZS,this._$qo++},G.prototype._$Zo=function(t,e){this._$3S[t]=e},G.prototype.setParamFloat=function(t,e){ethis._$Or[t]&&(e=this._$Or[t]),this._$_2[t]=e},G.prototype.loadParam=function(){var t=this._$_2.length;t>this._$fs.length&&(t=this._$fs.length),A._$jT(this._$fs,0,this._$_2,0,t)},G.prototype.saveParam=function(){var t=this._$_2.length;t>this._$fs.length&&(this._$fs=new Float32Array(t)),A._$jT(this._$_2,0,this._$fs,0,t)},G.prototype._$v2=function(){return this._$co},G.prototype._$WS=function(){return this._$QT},G.prototype._$Xb=function(t){return this._$Js[t]==G._$ZS},G.prototype._$vs=function(){return this._$Es},G.prototype._$Tr=function(){return this._$ZP},G.prototype.getBaseData=function(t){return this._$3S[t]},G.prototype.getParamFloat=function(t){return this._$_2[t]},G.prototype.getParamMax=function(t){return this._$Or[t]},G.prototype.getParamMin=function(t){return this._$Rr[t]},G.prototype.setPartsOpacity=function(t,e){this._$Hr[t].setPartsOpacity(e)},G.prototype.getPartsOpacity=function(t){return this._$Hr[t].getPartsOpacity()},G.prototype.getPartsDataIndex=function(t){for(var e=this._$F2.length-1;e>=0;--e)if(null!=this._$F2[e]&&this._$F2[e]._$p2()==t)return e;return-1},G.prototype._$q2=function(t){return this._$db[t]},G.prototype._$C2=function(t){return this._$8b[t]},G.prototype._$Bb=function(t){return this._$Hr[t]},G.prototype._$5s=function(t,e){for(var i=this._$Ws.length,r=t,o=0;o0;)n+=e;return r},Y._$C=function(t){var e=null,i=null;try{e=t instanceof Array?t:new _$Xs(t,8192),i=new _$js;for(var r,o=new Int8Array(1e3);(r=e.read(o))>0;)i.write(o,0,r);return i._$TS()}finally{null!=t&&t.close(),null!=i&&(i.flush(),i.close())}},k.prototype._$T2=function(){return A.getUserTimeMSec()+Math._$10()*(2*this._$Br-1)},k.prototype._$uo=function(t){this._$Br=t},k.prototype._$QS=function(t,e,i){this._$Dr=t,this._$Cb=e,this._$mr=i},k.prototype._$7T=function(t){var e,i=A.getUserTimeMSec(),r=0;switch(this._$_L){case STATE_CLOSING:(r=(i-this._$bb)/this._$Dr)>=1&&(r=1,this._$_L=Et.STATE_CLOSED,this._$bb=i),e=1-r;break;case STATE_CLOSED:(r=(i-this._$bb)/this._$Cb)>=1&&(this._$_L=Et.STATE_OPENING,this._$bb=i),e=0;break;case STATE_OPENING:(r=(i-this._$bb)/this._$mr)>=1&&(r=1,this._$_L=Et.STATE_INTERVAL,this._$12=this._$T2()),e=r;break;case STATE_INTERVAL:this._$12.9?st.EXPAND_W:0;this.gl.drawElements(a,i,r,o,n,h,this.transform,_)}},V.prototype._$Rs=function(){throw new Error("_$Rs")},V.prototype._$Ds=function(t){throw new Error("_$Ds")},V.prototype._$K2=function(){for(var t=0;t=0;--e){var i=t[e];iH._$R2&&(H._$R2=i)}},H._$or=function(){return H._$52},H._$Pr=function(){return H._$R2},H.prototype._$F0=function(t){this._$gP=t._$nP(),this._$dr=t._$nP(),this._$GS=t._$nP(),this._$qb=t._$6L(),this._$Lb=t._$cS(),this._$mS=t._$Tb(),t.getFormatVersion()>=U._$T7?(this.clipID=t._$nP(),this.clipIDList=this.convertClipIDForV2_11(this.clipID)):this.clipIDList=null,H._$Sb(this._$Lb)},H.prototype.getClipIDList=function(){return this.clipIDList},H.prototype._$Nr=function(t,e){if(e._$IS[0]=!1,e._$Us=S._$Z2(t,this._$GS,e._$IS,this._$Lb),st._$Zs);else if(e._$IS[0])return;e._$7s=S._$br(t,this._$GS,e._$IS,this._$mS)},H.prototype._$2b=function(t){},H.prototype.getDrawDataID=function(){return this._$gP},H.prototype._$j2=function(t){this._$gP=t},H.prototype.getOpacity=function(t,e){return e._$7s},H.prototype._$zS=function(t,e){return e._$Us},H.prototype.getTargetBaseDataID=function(){return this._$dr},H.prototype._$gs=function(t){this._$dr=t},H.prototype._$32=function(){return null!=this._$dr&&this._$dr!=dt._$2o()},H.prototype.getType=function(){},W._$42=0,W.prototype._$1b=function(){return this._$3S},W.prototype.getDrawDataList=function(){return this._$aS},W.prototype._$F0=function(t){this._$NL=t._$nP(),this._$aS=t._$nP(),this._$3S=t._$nP()},W.prototype._$kr=function(t){t._$Zo(this._$3S),t._$xo(this._$aS),this._$3S=null,this._$aS=null},j.prototype=new e,j.loadModel=function(t){var i=new j;return e._$62(i,t),i},j.loadModel=function(t){var i=new j;return e._$62(i,t),i},j._$to=function(){return new j},j._$er=function(t){var e=new _$5("../_$_r/_$t0/_$Ri/_$_P._$d");if(0==e.exists())throw new _$ls("_$t0 _$_ _$6 _$Ui :: "+e._$PL());for(var i=["../_$_r/_$t0/_$Ri/_$_P.512/_$CP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$vP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$EP._$1","../_$_r/_$t0/_$Ri/_$_P.512/_$pP._$1"],r=j.loadModel(e._$3b()),o=0;o=0){var h=new N;x.startsWith(t,_,q._$cs)?(h._$RP=N._$hs,h._$4P=x.createString(t,_,a-_)):x.startsWith(t,_,q._$ar)?(h._$4P=x.createString(t,_+7,a-_-7),x.startsWith(t,_+7,"ANCHOR_X")?h._$RP=N._$xs:x.startsWith(t,_+7,"ANCHOR_Y")?h._$RP=N._$us:x.startsWith(t,_+7,"SCALE_X")?h._$RP=N._$qs:x.startsWith(t,_+7,"SCALE_Y")?h._$RP=N._$Ys:x.startsWith(t,_+7,"X")?h._$RP=N._$ws:x.startsWith(t,_+7,"Y")&&(h._$RP=N._$Ns)):(h._$RP=N._$Fr,h._$4P=x.createString(t,_,a-_)),e.motions.push(h);var l=0,$=[];for(o=a+1;o0){$.push(f),l++;var u=i[0];if(ue._$yT&&(e._$yT=l)}}}else{for(var _=o,a=-1;o=0)for(a==_+4&&"f"==J(t,_+1)&&"p"==J(t,_+2)&&"s"==J(t,_+3)&&(p=!0),o=a+1;o0&&p&&5=h?h-1:n];t.setParamFloat(l,$)}else if(N._$ws<=a._$RP&&a._$RP<=N._$Ys);else{var u,p=t.getParamIndex(l),f=t.getModelContext(),c=.4*(f.getParamMax(p)-f.getParamMin(p)),d=f.getParamFloat(p),g=a._$I0[n>=h?h-1:n],y=a._$I0[n+1>=h?h-1:n+1],m=d+((u=gc||g>y&&g-y>c?g:g+(y-g)*s)-d)*i;t.setParamFloat(l,m)}}n>=this._$yT&&(this._$E?(r._$z2=e,this.loopFadeIn&&(r._$bs=e)):r._$9L=!0),this._$eP=i},q.prototype._$r0=function(){return this._$E},q.prototype._$aL=function(t){this._$E=t},q.prototype._$S0=function(){return this._$D0},q.prototype._$U0=function(t){this._$D0=t},q.prototype.isLoopFadeIn=function(){return this.loopFadeIn},q.prototype.setLoopFadeIn=function(t){this.loopFadeIn=t},C.prototype.clear=function(){this.size=0},C.prototype.add=function(t){if(this._$P.length<=this.size){var e=new Float32Array(2*this.size);A._$jT(this._$P,0,e,0,this.size),this._$P=e}this._$P[this.size++]=t},C.prototype._$BL=function(){var t=new Float32Array(this.size);return A._$jT(this._$P,0,t,0,this.size),t},N._$Fr=0,N._$hs=1,N._$ws=100,N._$Ns=101,N._$xs=102,N._$us=103,N._$qs=104,N._$Ys=105,Q.prototype=new I,Q._$gT=new Array,Q.prototype._$zP=function(){this._$GS=new O,this._$GS._$zP()},Q.prototype._$F0=function(t){I.prototype._$F0.call(this,t),this._$A=t._$6L(),this._$o=t._$6L(),this._$GS=t._$nP(),this._$Eo=t._$nP(),I.prototype.readV2_opacity.call(this,t)},Q.prototype.init=function(t){var e=new Z(this),i=(this._$o+1)*(this._$A+1);return null!=e._$Cr&&(e._$Cr=null),e._$Cr=new Float32Array(2*i),null!=e._$hr&&(e._$hr=null),this._$32()?e._$hr=new Float32Array(2*i):e._$hr=null,e},Q.prototype._$Nr=function(t,e){var i=e;if(this._$GS._$Ur(t)){var r=this._$VT(),o=Q._$gT;o[0]=!1,S._$Vr(t,this._$GS,o,r,this._$Eo,i._$Cr,0,2),e._$Ib(o[0]),this.interpolateOpacity(t,this._$GS,e,o)}},Q.prototype._$2b=function(t,e){var i=e;if(i._$hS(!0),this._$32()){var r=this.getTargetBaseDataID();if(i._$8r==I._$ur&&(i._$8r=t.getBaseDataIndex(r)),i._$8r<0)st._$so&&_._$li("_$L _$0P _$G :: %s",r),i._$hS(!1);else{var o=t.getBaseData(i._$8r),n=t._$q2(i._$8r);if(null!=o&&n._$yo()){var s=n.getTotalScale();i.setTotalScale_notForClient(s);var a=n.getTotalOpacity();i.setTotalOpacity(a*i.getInterpolatedOpacity()),o._$nb(t,n,i._$Cr,i._$hr,this._$VT(),0,2),i._$hS(!0)}else i._$hS(!1)}}else i.setTotalOpacity(i.getInterpolatedOpacity())},Q.prototype._$nb=function(t,e,i,r,o,n,s){var _=e,a=null!=_._$hr?_._$hr:_._$Cr;Q.transformPoints_sdk2(i,r,o,n,s,a,this._$o,this._$A)},Q.transformPoints_sdk2=function(e,i,r,o,n,s,_,a){for(var h,l,$,u=r*n,p=0,f=0,c=0,d=0,g=0,y=0,m=!1,T=o;T=1){var F=s[2*(0+a*E)],b=s[2*(0+a*E)+1],C=p-2*c+1*g,N=f-2*d+1*y,x=p+3*g,O=f+3*y,D=p-2*c+3*g,R=f-2*d+3*y;(B=.5*(v- -2))+(U=.5*(L-1))<=1?(i[T]=C+(F-C)*B+(D-C)*U,i[T+1]=N+(b-N)*B+(R-N)*U):(i[T]=x+(D-x)*(1-B)+(F-x)*(1-U),i[T+1]=O+(R-O)*(1-B)+(b-O)*(1-U))}else{(k=0|S)==a&&(k=a-1);var B=.5*(v- -2),U=S-k,G=k/a,Y=(k+1)/a,F=s[2*(0+k*E)],b=s[2*(0+k*E)+1],x=s[2*(0+(k+1)*E)],O=s[2*(0+(k+1)*E)+1],C=p-2*c+G*g,N=f-2*d+G*y,D=p-2*c+Y*g,R=f-2*d+Y*y;B+U<=1?(i[T]=C+(F-C)*B+(D-C)*U,i[T+1]=N+(b-N)*B+(R-N)*U):(i[T]=x+(D-x)*(1-B)+(F-x)*(1-U),i[T+1]=O+(R-O)*(1-B)+(b-O)*(1-U))}else if(1<=v)if(L<=0){var D=s[2*(_+0*E)],R=s[2*(_+0*E)+1],x=p+3*c,O=f+3*d,C=p+1*c-2*g,N=f+1*d-2*y,F=p+3*c-2*g,b=f+3*d-2*y;(B=.5*(v-1))+(U=.5*(L- -2))<=1?(i[T]=C+(F-C)*B+(D-C)*U,i[T+1]=N+(b-N)*B+(R-N)*U):(i[T]=x+(D-x)*(1-B)+(F-x)*(1-U),i[T+1]=O+(R-O)*(1-B)+(b-O)*(1-U))}else if(L>=1){var C=s[2*(_+a*E)],N=s[2*(_+a*E)+1],F=p+3*c+1*g,b=f+3*d+1*y,D=p+1*c+3*g,R=f+1*d+3*y,x=p+3*c+3*g,O=f+3*d+3*y;(B=.5*(v-1))+(U=.5*(L-1))<=1?(i[T]=C+(F-C)*B+(D-C)*U,i[T+1]=N+(b-N)*B+(R-N)*U):(i[T]=x+(D-x)*(1-B)+(F-x)*(1-U),i[T+1]=O+(R-O)*(1-B)+(b-O)*(1-U))}else{var k=0|S;k==a&&(k=a-1);var B=.5*(v-1),U=S-k,G=k/a,Y=(k+1)/a,C=s[2*(_+k*E)],N=s[2*(_+k*E)+1],D=s[2*(_+(k+1)*E)],R=s[2*(_+(k+1)*E)+1],F=p+3*c+G*g,b=f+3*d+G*y,x=p+3*c+Y*g,O=f+3*d+Y*y;B+U<=1?(i[T]=C+(F-C)*B+(D-C)*U,i[T+1]=N+(b-N)*B+(R-N)*U):(i[T]=x+(D-x)*(1-B)+(F-x)*(1-U),i[T+1]=O+(R-O)*(1-B)+(b-O)*(1-U))}else if(L<=0){(z=0|P)==_&&(z=_-1);var B=P-z,U=.5*(L- -2),V=z/_,X=(z+1)/_,D=s[2*(z+0*E)],R=s[2*(z+0*E)+1],x=s[2*(z+1+0*E)],O=s[2*(z+1+0*E)+1],C=p+V*c-2*g,N=f+V*d-2*y,F=p+X*c-2*g,b=f+X*d-2*y;B+U<=1?(i[T]=C+(F-C)*B+(D-C)*U,i[T+1]=N+(b-N)*B+(R-N)*U):(i[T]=x+(D-x)*(1-B)+(F-x)*(1-U),i[T+1]=O+(R-O)*(1-B)+(b-O)*(1-U))}else if(L>=1){var z=0|P;z==_&&(z=_-1);var B=P-z,U=.5*(L-1),V=z/_,X=(z+1)/_,C=s[2*(z+a*E)],N=s[2*(z+a*E)+1],F=s[2*(z+1+a*E)],b=s[2*(z+1+a*E)+1],D=p+V*c+3*g,R=f+V*d+3*y,x=p+X*c+3*g,O=f+X*d+3*y;B+U<=1?(i[T]=C+(F-C)*B+(D-C)*U,i[T+1]=N+(b-N)*B+(R-N)*U):(i[T]=x+(D-x)*(1-B)+(F-x)*(1-U),i[T+1]=O+(R-O)*(1-B)+(b-O)*(1-U))}else t.err.printf("_$li calc : %.4f , %.4f\t\t\t\t\t@@BDBoxGrid\n",v,L);else i[T]=p+v*c+L*g,i[T+1]=f+v*d+L*y}else l=P-(0|P),$=S-(0|S),h=2*((0|P)+(0|S)*(_+1)),l+$<1?(i[T]=s[h]*(1-l-$)+s[h+2]*l+s[h+2*(_+1)]*$,i[T+1]=s[h+1]*(1-l-$)+s[h+3]*l+s[h+2*(_+1)+1]*$):(i[T]=s[h+2*(_+1)+2]*(l-1+$)+s[h+2*(_+1)]*(1-l)+s[h+2]*(1-$),i[T+1]=s[h+2*(_+1)+3]*(l-1+$)+s[h+2*(_+1)+1]*(1-l)+s[h+3]*(1-$))}},Q.prototype.transformPoints_sdk1=function(t,e,i,r,o,n,s){for(var _,a,h,l,$,u,p,f=e,c=this._$o,d=this._$A,g=o*s,y=null!=f._$hr?f._$hr:f._$Cr,m=n;m1&&(_=1),a<0?a=0:a>1&&(a=1),_*=c,a*=d,h=0|_,l=0|a,h>c-1&&(h=c-1),l>d-1&&(l=d-1),u=_-h,p=a-l,$=2*(h+l*(c+1))):(_=i[m]*c,a=i[m+1]*d,u=_-(0|_),p=a-(0|a),$=2*((0|_)+(0|a)*(c+1))),u+p<1?(r[m]=y[$]*(1-u-p)+y[$+2]*u+y[$+2*(c+1)]*p,r[m+1]=y[$+1]*(1-u-p)+y[$+3]*u+y[$+2*(c+1)+1]*p):(r[m]=y[$+2*(c+1)+2]*(u-1+p)+y[$+2*(c+1)]*(1-u)+y[$+2]*(1-p),r[m+1]=y[$+2*(c+1)+3]*(u-1+p)+y[$+2*(c+1)+1]*(1-u)+y[$+3]*(1-p))},Q.prototype._$VT=function(){return(this._$o+1)*(this._$A+1)},Q.prototype.getType=function(){return I._$_b},Z.prototype=new nt,K._$42=0,K.prototype._$zP=function(){this._$3S=new Array,this._$aS=new Array},K.prototype._$F0=function(t){this._$g0=t._$8L(),this.visible=t._$8L(),this._$NL=t._$nP(),this._$3S=t._$nP(),this._$aS=t._$nP()},K.prototype.init=function(t){var e=new tt(this);return e.setPartsOpacity(this.isVisible()?1:0),e},K.prototype._$6o=function(t){if(null==this._$3S)throw new Error("_$3S _$6 _$Wo@_$6o");this._$3S.push(t)},K.prototype._$3o=function(t){if(null==this._$aS)throw new Error("_$aS _$6 _$Wo@_$3o");this._$aS.push(t)},K.prototype._$Zo=function(t){this._$3S=t},K.prototype._$xo=function(t){this._$aS=t},K.prototype.isVisible=function(){return this.visible},K.prototype._$uL=function(){return this._$g0},K.prototype._$KP=function(t){this.visible=t},K.prototype._$ET=function(t){this._$g0=t},K.prototype.getBaseData=function(){return this._$3S},K.prototype.getDrawData=function(){return this._$aS},K.prototype._$p2=function(){return this._$NL},K.prototype._$ob=function(t){this._$NL=t},K.prototype.getPartsID=function(){return this._$NL},K.prototype._$MP=function(t){this._$NL=t},(tt.prototype=new function(){}).getPartsOpacity=function(){return this._$VS},tt.prototype.setPartsOpacity=function(t){this._$VS=t},et._$L7=function(){$._$27(),dt._$27(),R._$27(),l._$27()},et.prototype.toString=function(){return this.id},function(){}.prototype._$F0=function(t){},it.prototype._$1s=function(){return this._$4S},it.prototype._$zP=function(){this._$4S=new Array},it.prototype._$F0=function(t){this._$4S=t._$nP()},it.prototype._$Ks=function(t){this._$4S.push(t)},rt.tr=new ct,rt._$50=new ct,rt._$Ti=new Array(0,0),rt._$Pi=new Array(0,0),rt._$B=new Array(0,0),rt.prototype._$lP=function(t,e,i,r){this.viewport=new Array(t,e,i,r)},rt.prototype._$bL=function(){this.context.save();var t=this.viewport;null!=t&&(this.context.beginPath(),this.context._$Li(t[0],t[1],t[2],t[3]),this.context.clip())},rt.prototype._$ei=function(){this.context.restore()},rt.prototype.drawElements=function(t,e,i,r,o,n,s,a){try{o!=this._$Qo&&(this._$Qo=o,this.context.globalAlpha=o);for(var h=e.length,l=t.width,$=t.height,u=this.context,p=this._$xP,f=this._$uP,c=this._$6r,d=this._$3r,g=rt.tr,y=rt._$Ti,m=rt._$Pi,T=rt._$B,P=0;P.02?rt.expandClip(t,e,i,r,l,$,u,p,f,c):rt.clipWithTransform(t,null,o,n,s,_,a,h)},rt.expandClip=function(t,e,i,r,o,n,s,_,a,h){var l=s-o,$=_-n,u=a-o,p=h-n,f=l*p-$*u>0?i:-i,c=-$,d=l,g=a-s,y=h-_,m=-y,T=g,P=Math.sqrt(g*g+y*y),S=-p,v=u,L=Math.sqrt(u*u+p*p),E=o-f*c/r,M=n-f*d/r,I=s-f*c/r,A=_-f*d/r,w=s-f*m/P,x=_-f*T/P,O=a-f*m/P,D=h-f*T/P,R=o+f*S/L,F=n+f*v/L,b=a+f*S/L,C=h+f*v/L,N=rt._$50;return null!=e._$P2(N)&&(rt.clipWithTransform(t,N,E,M,I,A,w,x,O,D,b,C,R,F),!0)},rt.clipWithTransform=function(t,e,i,r,o,n,s,a){if(arguments.length<7)_._$li("err : @LDGL.clip()");else if(arguments[1]instanceof ct){var h=rt._$B,l=e,$=arguments;if(t.beginPath(),l){l._$PS($[2],$[3],h),t.moveTo(h[0],h[1]);for(u=4;u<$.length;u+=2)l._$PS($[u],$[u+1],h),t.lineTo(h[0],h[1])}else{t.moveTo($[2],$[3]);for(var u=4;u<$.length;u+=2)t.lineTo($[u],$[u+1])}t.clip()}else _._$li("err : a[0] is _$6 LDTransform @LDGL.clip()")},rt.createCanvas=function(t,e){var i=document.createElement("canvas");return i.setAttribute("width",t),i.setAttribute("height",e),i||_._$li("err : "+i),i},rt.dumpValues=function(){for(var t="",e=0;e1?1:.5-.5*Math.cos(t*Pt.PI_F)},at._$fr=-1,at.prototype.toString=function(){return this._$ib},ht.prototype=new H,ht._$42=0,ht._$Os=30,ht._$ms=0,ht._$ns=1,ht._$_s=2,ht._$gT=new Array,ht.prototype._$_S=function(t){this._$LP=t},ht.prototype.getTextureNo=function(){return this._$LP},ht.prototype._$ZL=function(){return this._$Qi},ht.prototype._$H2=function(){return this._$JP},ht.prototype.getNumPoints=function(){return this._$d0},ht.prototype.getType=function(){return H._$wb},ht.prototype._$B2=function(t,e,i){var r=e,o=null!=r._$hr?r._$hr:r._$Cr;switch(B._$do){default:case B._$Ms:throw new Error("_$L _$ro ");case B._$Qs:for(var n=this._$d0-1;n>=0;--n)o[n*B._$No+4]=i}},ht.prototype._$zP=function(){this._$GS=new O,this._$GS._$zP()},ht.prototype._$F0=function(t){H.prototype._$F0.call(this,t),this._$LP=t._$6L(),this._$d0=t._$6L(),this._$Yo=t._$6L();var e=t._$nP();this._$BP=new Int16Array(3*this._$Yo);for(var i=3*this._$Yo-1;i>=0;--i)this._$BP[i]=e[i];if(this._$Eo=t._$nP(),this._$Qi=t._$nP(),t.getFormatVersion()>=U._$s7){if(this._$JP=t._$6L(),0!=this._$JP){if(0!=(1&this._$JP)){var r=t._$6L();null==this._$5P&&(this._$5P=new Object),this._$5P._$Hb=parseInt(r)}0!=(this._$JP&ht._$Os)?this._$6s=(this._$JP&ht._$Os)>>1:this._$6s=ht._$ms,0!=(32&this._$JP)&&(this.culling=!1)}}else this._$JP=0},ht.prototype.init=function(t){var e=new lt(this),i=this._$d0*B._$No,r=this._$32();switch(null!=e._$Cr&&(e._$Cr=null),e._$Cr=new Float32Array(i),null!=e._$hr&&(e._$hr=null),e._$hr=r?new Float32Array(i):null,B._$do){default:case B._$Ms:if(B._$Ls)for(o=this._$d0-1;o>=0;--o){n=o<<1;this._$Qi[n+1]=1-this._$Qi[n+1]}break;case B._$Qs:for(var o=this._$d0-1;o>=0;--o){var n=o<<1,s=o*B._$No,_=this._$Qi[n],a=this._$Qi[n+1];e._$Cr[s]=_,e._$Cr[s+1]=a,e._$Cr[s+4]=0,r&&(e._$hr[s]=_,e._$hr[s+1]=a,e._$hr[s+4]=0)}}return e},ht.prototype._$Nr=function(t,e){var i=e;if(this!=i._$GT()&&console.log("### assert!! ### "),this._$GS._$Ur(t)&&(H.prototype._$Nr.call(this,t,i),!i._$IS[0])){var r=ht._$gT;r[0]=!1,S._$Vr(t,this._$GS,r,this._$d0,this._$Eo,i._$Cr,B._$i2,B._$No)}},ht.prototype._$2b=function(t,e){try{this!=e._$GT()&&console.log("### assert!! ### ");var i=!1;e._$IS[0]&&(i=!0);var r=e;if(!i&&(H.prototype._$2b.call(this,t),this._$32())){var o=this.getTargetBaseDataID();if(r._$8r==H._$ur&&(r._$8r=t.getBaseDataIndex(o)),r._$8r<0)st._$so&&_._$li("_$L _$0P _$G :: %s",o);else{var n=t.getBaseData(r._$8r),s=t._$q2(r._$8r);null==n||s._$x2()?r._$AT=!1:(n._$nb(t,s,r._$Cr,r._$hr,this._$d0,B._$i2,B._$No),r._$AT=!0),r.baseOpacity=s.getTotalOpacity()}}}catch(t){throw t}},ht.prototype.draw=function(t,e,i){if(this!=i._$GT()&&console.log("### assert!! ### "),!i._$IS[0]){var r=i,o=this._$LP;o<0&&(o=1);var n=this.getOpacity(e,r)*i._$VS*i.baseOpacity,s=null!=r._$hr?r._$hr:r._$Cr;t.setClipBufPre_clipContextForDraw(i.clipBufPre_clipContext),t._$WP(this.culling),t._$Uo(o,3*this._$Yo,this._$BP,s,this._$Qi,n,this._$6s,r)}},ht.prototype.dump=function(){console.log(" _$yi( %d ) , _$d0( %d ) , _$Yo( %d ) \n",this._$LP,this._$d0,this._$Yo),console.log(" _$Oi _$di = { ");for(t=0;tstartMotion() / start _$K _$3 (m%d)\n",r,i._$sr));if(null==t)return-1;(i=new ft)._$w0=t,this.motions.push(i);var n=i._$sr;return this._$eb&&_._$Ji("MotionQueueManager[size:%2d]->startMotion() / new _$w0 (m%d)\n",r,n),n},pt.prototype.updateParam=function(t){try{for(var e=!1,i=0;iupdateParam() / _$T0 _$w0 (m%d)\n",this.motions.length-1,r._$sr),this.motions.splice(i,1),i--)):(this.motions=this.motions.splice(i,1),i--)}else this.motions.splice(i,1),i--}return e}catch(t){return _._$li(t),!0}},pt.prototype.isFinished=function(t){if(arguments.length>=1){for(e=0;e.9&&st.EXPAND_W,this.gl);if(null==this.gl)throw new Error("gl is null");var h=1*this._$C0*n,l=1*this._$tT*n,$=1*this._$WL*n,u=this._$lT*n;if(null!=this.clipBufPre_clipContextMask){a.frontFace(a.CCW),a.useProgram(this.shaderProgram),this._$vS=yt(a,this._$vS,r),this._$no=mt(a,this._$no,i),a.enableVertexAttribArray(this.a_position_Loc),a.vertexAttribPointer(this.a_position_Loc,2,a.FLOAT,!1,0,0),this._$NT=yt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc,1),a.enableVertexAttribArray(this.a_texCoord_Loc),a.vertexAttribPointer(this.a_texCoord_Loc,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_matrix_Loc,!1,this.getClipBufPre_clipContextMask().matrixForMask);var p=this.getClipBufPre_clipContextMask().layoutChannelNo,f=this.getChannelFlagAsColor(p);a.uniform4f(this.u_channelFlag,f.r,f.g,f.b,f.a);var c=this.getClipBufPre_clipContextMask().layoutBounds;a.uniform4f(this.u_baseColor_Loc,2*c.x-1,2*c.y-1,2*c._$EL()-1,2*c._$5T()-1),a.uniform1i(this.u_maskFlag_Loc,!0)}else if(null!=this.getClipBufPre_clipContextDraw()){a.useProgram(this.shaderProgramOff),this._$vS=yt(a,this._$vS,r),this._$no=mt(a,this._$no,i),a.enableVertexAttribArray(this.a_position_Loc_Off),a.vertexAttribPointer(this.a_position_Loc_Off,2,a.FLOAT,!1,0,0),this._$NT=yt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc_Off,1),a.enableVertexAttribArray(this.a_texCoord_Loc_Off),a.vertexAttribPointer(this.a_texCoord_Loc_Off,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_clipMatrix_Loc_Off,!1,this.getClipBufPre_clipContextDraw().matrixForDraw),a.uniformMatrix4fv(this.u_matrix_Loc_Off,!1,this.matrix4x4),a.activeTexture(a.TEXTURE2),a.bindTexture(a.TEXTURE_2D,st.fTexture[this.glno]),a.uniform1i(this.s_texture1_Loc_Off,2);var p=this.getClipBufPre_clipContextDraw().layoutChannelNo,f=this.getChannelFlagAsColor(p);a.uniform4f(this.u_channelFlag_Loc_Off,f.r,f.g,f.b,f.a),a.uniform4f(this.u_baseColor_Loc_Off,h,l,$,u)}else a.useProgram(this.shaderProgram),this._$vS=yt(a,this._$vS,r),this._$no=mt(a,this._$no,i),a.enableVertexAttribArray(this.a_position_Loc),a.vertexAttribPointer(this.a_position_Loc,2,a.FLOAT,!1,0,0),this._$NT=yt(a,this._$NT,o),a.activeTexture(a.TEXTURE1),a.bindTexture(a.TEXTURE_2D,this.textures[t]),a.uniform1i(this.s_texture0_Loc,1),a.enableVertexAttribArray(this.a_texCoord_Loc),a.vertexAttribPointer(this.a_texCoord_Loc,2,a.FLOAT,!1,0,0),a.uniformMatrix4fv(this.u_matrix_Loc,!1,this.matrix4x4),a.uniform4f(this.u_baseColor_Loc,h,l,$,u),a.uniform1i(this.u_maskFlag_Loc,!1);this.culling?this.gl.enable(a.CULL_FACE):this.gl.disable(a.CULL_FACE),this.gl.enable(a.BLEND);var d,g,y,m;if(null!=this.clipBufPre_clipContextMask)d=a.ONE,g=a.ONE_MINUS_SRC_ALPHA,y=a.ONE,m=a.ONE_MINUS_SRC_ALPHA;else switch(s){case ht._$ms:d=a.ONE,g=a.ONE_MINUS_SRC_ALPHA,y=a.ONE,m=a.ONE_MINUS_SRC_ALPHA;break;case ht._$ns:d=a.ONE,g=a.ONE,y=a.ZERO,m=a.ONE;break;case ht._$_s:d=a.DST_COLOR,g=a.ONE_MINUS_SRC_ALPHA,y=a.ZERO,m=a.ONE}a.blendEquationSeparate(a.FUNC_ADD,a.FUNC_ADD),a.blendFuncSeparate(d,g,y,m),this.anisotropyExt&&a.texParameteri(a.TEXTURE_2D,this.anisotropyExt.TEXTURE_MAX_ANISOTROPY_EXT,this.maxAnisotropy);var T=i.length;a.drawElements(a.TRIANGLES,T,a.UNSIGNED_SHORT,0),a.bindTexture(a.TEXTURE_2D,null)}},gt.prototype._$Rs=function(){throw new Error("_$Rs")},gt.prototype._$Ds=function(t){throw new Error("_$Ds")},gt.prototype._$K2=function(){for(var t=0;t=48){var i=U._$9o(t);return null!=i?(i._$F0(this),i):null}switch(t){case 1:return this._$bT();case 10:return new n(this._$6L(),!0);case 11:return new P(this._$mP(),this._$mP(),this._$mP(),this._$mP());case 12:return new P(this._$_T(),this._$_T(),this._$_T(),this._$_T());case 13:return new v(this._$mP(),this._$mP());case 14:return new v(this._$_T(),this._$_T());case 15:for(var r=this._$3L(),o=new Array(r),s=0;s>7-this._$hL++&1)},Tt.prototype._$zT=function(){0!=this._$hL&&(this._$hL=0)},function(){}.prototype._$wP=function(t,e,i){for(var r=0;rMath.PI;)i-=2*Math.PI;return i},Pt._$9=function(t){return Math.sin(t)},Pt.fcos=function(t){return Math.cos(t)},St.prototype._$u2=function(){return this._$IS[0]},St.prototype._$yo=function(){return this._$AT&&!this._$IS[0]},St.prototype._$GT=function(){return this._$e0},vt._$W2=0,vt.SYSTEM_INFO=null,vt.USER_AGENT=navigator.userAgent,vt.isIPhone=function(){return vt.SYSTEM_INFO||vt.setup(),vt.SYSTEM_INFO._isIPhone},vt.isIOS=function(){return vt.SYSTEM_INFO||vt.setup(),vt.SYSTEM_INFO._isIPhone||vt.SYSTEM_INFO._isIPad},vt.isAndroid=function(){return vt.SYSTEM_INFO||vt.setup(),vt.SYSTEM_INFO._isAndroid},vt.getOSVersion=function(){return vt.SYSTEM_INFO||vt.setup(),vt.SYSTEM_INFO.version},vt.getOS=function(){return vt.SYSTEM_INFO||vt.setup(),vt.SYSTEM_INFO._isIPhone||vt.SYSTEM_INFO._isIPad?"iOS":vt.SYSTEM_INFO._isAndroid?"Android":"_$Q0 OS"},vt.setup=function(){function t(t,e){for(var i=t.substring(e).split(/[ _,;\.]/),r=0,o=0;o<=2&&!isNaN(i[o]);o++){var n=parseInt(i[o]);if(n<0||n>999){_._$li("err : "+n+" @UtHtml5.setup()"),r=0;break}r+=n*Math.pow(1e3,2-o)}return r}var e,i=vt.USER_AGENT,r=vt.SYSTEM_INFO={userAgent:i};if((e=i.indexOf("iPhone OS "))>=0)r.os="iPhone",r._isIPhone=!0,r.version=t(i,e+"iPhone OS ".length);else if((e=i.indexOf("iPad"))>=0){if((e=i.indexOf("CPU OS"))<0)return void _._$li(" err : "+i+" @UtHtml5.setup()");r.os="iPad",r._isIPad=!0,r.version=t(i,e+"CPU OS ".length)}else(e=i.indexOf("Android"))>=0?(r.os="Android",r._isAndroid=!0,r.version=t(i,e+"Android ".length)):(r.os="-",r.version=-1)},window.UtSystem=A,window.UtDebug=_,window.LDTransform=ct,window.LDGL=rt,window.Live2D=st,window.Live2DModelWebGL=ut,window.Live2DModelJS=j,window.Live2DMotion=q,window.MotionQueueManager=pt,window.PhysicsHair=p,window.AMotion=s,window.PartsDataID=l,window.DrawDataID=R,window.BaseDataID=dt,window.ParamID=$,st.init();var It=!1}()}).call(e,i(7))},function(t,e){t.exports={import:function(){throw new Error("System.import cannot be used indirectly")}}},function(t,e,i){"use strict";function r(t){return t&&t.__esModule?t:{default:t}}function o(){this.models=[],this.count=-1,this.reloadFlg=!1,Live2D.init(),n.Live2DFramework.setPlatformManager(new s.default)}Object.defineProperty(e,"__esModule",{value:!0}),e.default=o;var n=i(0),s=r(i(9)),_=r(i(10)),a=r(i(1));o.prototype.createModel=function(){var t=new _.default;return this.models.push(t),t},o.prototype.changeModel=function(t,e){this.reloadFlg&&(this.reloadFlg=!1,this.releaseModel(0,t),this.createModel(),this.models[0].load(t,e))},o.prototype.getModel=function(t){return t>=this.models.length?null:this.models[t]},o.prototype.releaseModel=function(t,e){this.models.length<=t||(this.models[t].release(e),delete this.models[t],this.models.splice(t,1))},o.prototype.numModels=function(){return this.models.length},o.prototype.setDrag=function(t,e){for(var i=0;i0){r.expressions={};for(s=0;s