/* * PlayCanvas Engine v1.26.1 revision 2a5cefb * Copyright 2011-2020 PlayCanvas Ltd. All rights reserved. */ ;(function (root, factory) { if (typeof define === 'function' && define.amd) { define([], factory); } else if (typeof module === 'object' && module.exports) { module.exports = factory(); } else { root.pc = factory(); } }(this, function () { Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e,b){if(null==this)throw TypeError('"this" is null or not defined');var a=Object(this),c=a.length>>>0;if("function"!==typeof e)throw TypeError("predicate must be a function");for(var d=0;de)||+e});"function"!=typeof Object.assign&&Object.defineProperty(Object,"assign",{value:function(e,b){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var a=Object(e),c=1;cthis.length)b=this.length;return this.substring(b-e.length,b)===e});String.prototype.includes||(String.prototype.includes=function(e,b){"number"!==typeof b&&(b=0);return b+e.length>this.length?!1:-1!==this.indexOf(e,b)});String.prototype.startsWith||(String.prototype.startsWith=function(e,b){return this.substr(!b||0>b?0:+b,e.length)===e});var _typeLookup=function(){for(var e={},b="Array Object Function Date RegExp Float32Array".split(" "),a=0;ab||b>=c)return null;var f=a.charCodeAt(b);return 1=f&&(c=a.charCodeAt(b+1),56320<=c&&57343>=c)?{code:1024*(f-55296)+c-56320+65536,"long":!0}:{code:f,"long":!1}}function b(a,b,d){return a?(a=e(a))?(a=a.code,a>=b&&a<=d):!1:!1}return{ASCII_LOWERCASE:"abcdefghijklmnopqrstuvwxyz",ASCII_UPPERCASE:"ABCDEFGHIJKLMNOPQRSTUVWXYZ",ASCII_LETTERS:"abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ",format:function(a){var b,d, f=pc.makeArray(arguments);f.shift();for(b=0;b>10)+55296,d%1024+56320]:[b],a.push(String.fromCharCode.apply(null,b));return a.join("")}}}();pc.debug=function(){var e=null,b=null,a=null,c=null;return{display:function(d){e||(e=document.createElement("table"),b=document.createElement("tr"),a=document.createElement("td"),c=document.createElement("td"),e.style.cssText="position:absolute;font-family:sans-serif;font-size:12px;color:#cccccc",e.style.top="0px",e.style.left="0px",e.style.border="thin solid #cccccc",document.body.appendChild(e));e.innerHTML="";for(var f in d){var g=b.cloneNode(),k=a.cloneNode(),l=c.cloneNode();k.textContent=f;l.textContent= d[f];g.appendChild(k);g.appendChild(l);e.appendChild(g)}}}}();Object.assign(pc,function(){var e=function(){this._callbacks={};this._callbackActive={}};Object.assign(e.prototype,{_addCallback:function(b,a,c,d){b&&"string"===typeof b&&a&&(this._callbacks[b]||(this._callbacks[b]=[]),this._callbackActive[b]&&this._callbackActive[b]===this._callbacks[b]&&(this._callbackActive[b]=this._callbackActive[b].slice()),this._callbacks[b].push({callback:a,scope:c||this,once:d||!1}))},on:function(b,a,c){this._addCallback(b,a,c,!1);return this},off:function(b,a,c){if(b)this._callbackActive[b]&& this._callbackActive[b]===this._callbacks[b]&&(this._callbackActive[b]=this._callbackActive[b].slice());else for(var d in this._callbackActive)this._callbacks[d]&&this._callbacks[d]===this._callbackActive[d]&&(this._callbackActive[d]=this._callbackActive[d].slice());if(b)if(a){b=this._callbacks[b];if(!b)return this;d=b.length;for(var f=0;fthis._pool.length)for(var a=this._pool.length;a=this._pool.length&&this._resize(2*this._pool.length);return this._pool[this._count++]},freeAll:function(){this._count=0}});return{AllocatePool:e}}());Object.assign(pc,function(){var e={desktop:!1,mobile:!1,ios:!1,android:!1,windows:!1,xbox:!1,gamepads:!1,touch:!1,workers:!1,passiveEvents:!1};if("undefined"!==typeof navigator){var b=navigator.userAgent;/(windows|mac os|linux|cros)/i.test(b)&&(e.desktop=!0);/xbox/i.test(b)&&(e.xbox=!0);/(windows phone|iemobile|wpdesktop)/i.test(b)?(e.desktop=!1,e.mobile=!0,e.windows=!0):/android/i.test(b)?(e.desktop=!1,e.mobile=!0,e.android=!0):/ip([ao]d|hone)/i.test(b)&&(e.desktop=!1,e.mobile=!0,e.ios=!0);"undefined"!== typeof window&&(e.touch="ontouchstart"in window||"maxTouchPoints"in navigator&&0a&&(this._index[b]= c-1)}return!0}return!1},list:function(){return this._list},clear:function(){this._list.length=0;for(var b in this._index)delete this._index[b]}});return{IndexedList:e}}());pc.math={DEG_TO_RAD:Math.PI/180,RAD_TO_DEG:180/Math.PI,clamp:function(e,b,a){return e>=a?a:e<=b?b:e},intToBytes24:function(e){return[e>>16&255,e>>8&255,e&255]},intToBytes32:function(e){return[e>>24&255,e>>16&255,e>>8&255,e&255]},bytesToInt24:function(e,b,a){e.length&&(a=e[2],b=e[1],e=e[0]);return e<<16|b<<8|a},bytesToInt32:function(e,b,a,c){e.length&&(c=e[3],a=e[2],b=e[1],e=e[0]);return(e<<24|b<<16|a<<8|c)>>>32},lerp:function(e,b,a){return e+(b-e)*pc.math.clamp(a,0,1)},lerpAngle:function(e,b,a){180< b-e&&(b-=360);-180>b-e&&(b+=360);return pc.math.lerp(e,b,pc.math.clamp(a,0,1))},powerOfTwo:function(e){return 0!==e&&!(e&e-1)},nextPowerOfTwo:function(e){e--;e|=e>>1;e|=e>>2;e|=e>>4;e|=e>>8;e|=e>>16;e++;return e},random:function(e,b){return Math.random()*(b-e)+e},smoothstep:function(e,b,a){if(a<=e)return 0;if(a>=b)return 1;a=(a-e)/(b-e);return a*a*(3-2*a)},smootherstep:function(e,b,a){if(a<=e)return 0;if(a>=b)return 1;a=(a-e)/(b-e);return a*a*a*(a*(6*a-15)+10)}};Object.assign(pc,function(){var e=function(b,a){b&&2===b.length?(this.x=b[0],this.y=b[1]):(this.x=b||0,this.y=a||0)};Object.assign(e.prototype,{add:function(b){this.x+=b.x;this.y+=b.y;return this},add2:function(b,a){this.x=b.x+a.x;this.y=b.y+a.y;return this},clone:function(){return(new e).copy(this)},copy:function(b){this.x=b.x;this.y=b.y;return this},distance:function(b){var a=this.x-b.x;b=this.y-b.y;return Math.sqrt(a*a+b*b)},dot:function(b){return this.x*b.x+this.y*b.y},equals:function(b){return this.x=== b.x&&this.y===b.y},length:function(){return Math.sqrt(this.x*this.x+this.y*this.y)},lengthSq:function(){return this.x*this.x+this.y*this.y},lerp:function(b,a,c){this.x=b.x+c*(a.x-b.x);this.y=b.y+c*(a.y-b.y);return this},mul:function(b){this.x*=b.x;this.y*=b.y;return this},mul2:function(b,a){this.x=b.x*a.x;this.y=b.y*a.y;return this},normalize:function(){var b=this.x*this.x+this.y*this.y;0a;a++)b+=this.data[a],b+=8!==a?", ":"";return b+"]"},transpose:function(){var b=this.data, a;a=b[1];b[1]=b[3];b[3]=a;a=b[2];b[2]=b[6];b[6]=a;a=b[5];b[5]=b[7];b[7]=a;return this}});Object.defineProperties(e,{ZERO:{value:(new e).set([0,0,0,0,0,0,0,0,0])},IDENTITY:{value:new e}});return{Mat3:e}}());Object.assign(pc,function(){var e=function(){var b=new Float32Array(16);b[0]=b[5]=b[10]=b[15]=1;this.data=b};Object.assign(e.prototype,{add2:function(b,a){var c=b.data,d=a.data,f=this.data;f[0]=c[0]+d[0];f[1]=c[1]+d[1];f[2]=c[2]+d[2];f[3]=c[3]+d[3];f[4]=c[4]+d[4];f[5]=c[5]+d[5];f[6]=c[6]+d[6];f[7]=c[7]+d[7];f[8]=c[8]+d[8];f[9]=c[9]+d[9];f[10]=c[10]+d[10];f[11]=c[11]+d[11];f[12]=c[12]+d[12];f[13]=c[13]+d[13];f[14]=c[14]+d[14];f[15]=c[15]+d[15];return this},add:function(b){return this.add2(this,b)}, clone:function(){return(new pc.Mat4).copy(this)},copy:function(b){b=b.data;var a=this.data;a[0]=b[0];a[1]=b[1];a[2]=b[2];a[3]=b[3];a[4]=b[4];a[5]=b[5];a[6]=b[6];a[7]=b[7];a[8]=b[8];a[9]=b[9];a[10]=b[10];a[11]=b[11];a[12]=b[12];a[13]=b[13];a[14]=b[14];a[15]=b[15];return this},equals:function(b){var a=this.data;b=b.data;return a[0]===b[0]&&a[1]===b[1]&&a[2]===b[2]&&a[3]===b[3]&&a[4]===b[4]&&a[5]===b[5]&&a[6]===b[6]&&a[7]===b[7]&&a[8]===b[8]&&a[9]===b[9]&&a[10]===b[10]&&a[11]===b[11]&&a[12]===b[12]&& a[13]===b[13]&&a[14]===b[14]&&a[15]===b[15]},isIdentity:function(){var b=this.data;return 1===b[0]&&0===b[1]&&0===b[2]&&0===b[3]&&0===b[4]&&1===b[5]&&0===b[6]&&0===b[7]&&0===b[8]&&0===b[9]&&1===b[10]&&0===b[11]&&0===b[12]&&0===b[13]&&0===b[14]&&1===b[15]},mul2:function(b,a){var c,d,f,g,k,e,n,h,m,q,p,r,t,u,z,v,x,A,y,D;v=b.data;var F=a.data,C=this.data;c=v[0];d=v[1];f=v[2];g=v[3];k=v[4];e=v[5];n=v[6];h=v[7];m=v[8];q=v[9];p=v[10];r=v[11];t=v[12];u=v[13];z=v[14];v=v[15];x=F[0];A=F[1];y=F[2];D=F[3];C[0]= c*x+k*A+m*y+t*D;C[1]=d*x+e*A+q*y+u*D;C[2]=f*x+n*A+p*y+z*D;C[3]=g*x+h*A+r*y+v*D;x=F[4];A=F[5];y=F[6];D=F[7];C[4]=c*x+k*A+m*y+t*D;C[5]=d*x+e*A+q*y+u*D;C[6]=f*x+n*A+p*y+z*D;C[7]=g*x+h*A+r*y+v*D;x=F[8];A=F[9];y=F[10];D=F[11];C[8]=c*x+k*A+m*y+t*D;C[9]=d*x+e*A+q*y+u*D;C[10]=f*x+n*A+p*y+z*D;C[11]=g*x+h*A+r*y+v*D;x=F[12];A=F[13];y=F[14];D=F[15];C[12]=c*x+k*A+m*y+t*D;C[13]=d*x+e*A+q*y+u*D;C[14]=f*x+n*A+p*y+z*D;C[15]=g*x+h*A+r*y+v*D;return this},mul:function(b){return this.mul2(this,b)},transformPoint:function(b, a){var c,d,f,g;g=this.data;c=b.x;d=b.y;f=b.z;a=void 0===a?new pc.Vec3:a;a.x=c*g[0]+d*g[4]+f*g[8]+g[12];a.y=c*g[1]+d*g[5]+f*g[9]+g[13];a.z=c*g[2]+d*g[6]+f*g[10]+g[14];return a},transformVector:function(b,a){var c,d,f,g;g=this.data;c=b.x;d=b.y;f=b.z;a=void 0===a?new pc.Vec3:a;a.x=c*g[0]+d*g[4]+f*g[8];a.y=c*g[1]+d*g[5]+f*g[9];a.z=c*g[2]+d*g[6]+f*g[10];return a},transformVec4:function(b,a){var c,d,f,g,k;k=this.data;c=b.x;d=b.y;f=b.z;g=b.w;a=void 0===a?new pc.Vec4:a;a.x=c*k[0]+d*k[4]+f*k[8]+g*k[12];a.y= c*k[1]+d*k[5]+f*k[9]+g*k[13];a.z=c*k[2]+d*k[6]+f*k[10]+g*k[14];a.w=c*k[3]+d*k[7]+f*k[11]+g*k[15];return a},setLookAt:function(){var b,a,c;b=new pc.Vec3;a=new pc.Vec3;c=new pc.Vec3;return function(d,f,g){c.sub2(d,f).normalize();a.copy(g).normalize();b.cross(a,c).normalize();a.cross(c,b);f=this.data;f[0]=b.x;f[1]=b.y;f[2]=b.z;f[3]=0;f[4]=a.x;f[5]=a.y;f[6]=a.z;f[7]=0;f[8]=c.x;f[9]=c.y;f[10]=c.z;f[11]=0;f[12]=d.x;f[13]=d.y;f[14]=d.z;f[15]=1;return this}}(),setFrustum:function(b,a,c,d,f,g){var k,e,n,h, m;k=2*f;e=a-b;n=d-c;h=g-f;m=this.data;m[0]=k/e;m[1]=0;m[2]=0;m[3]=0;m[4]=0;m[5]=k/n;m[6]=0;m[7]=0;m[8]=(a+b)/e;m[9]=(d+c)/n;m[10]=(-g-f)/h;m[11]=-1;m[12]=0;m[13]=0;m[14]=-k*g/h;m[15]=0;return this},setPerspective:function(b,a,c,d,f){f?(b=c*Math.tan(b*Math.PI/360),f=b/a):(f=c*Math.tan(b*Math.PI/360),b=f*a);return this.setFrustum(-b,b,-f,f,c,d)},setOrtho:function(b,a,c,d,f,g){var k=this.data;k[0]=2/(a-b);k[1]=0;k[2]=0;k[3]=0;k[4]=0;k[5]=2/(d-c);k[6]=0;k[7]=0;k[8]=0;k[9]=0;k[10]=-2/(g-f);k[11]=0;k[12]= -(a+b)/(a-b);k[13]=-(d+c)/(d-c);k[14]=-(g+f)/(g-f);k[15]=1;return this},setFromAxisAngle:function(b,a){var c,d,f,g,k,e,n,h,m;a*=pc.math.DEG_TO_RAD;c=b.x;d=b.y;f=b.z;g=Math.cos(a);k=Math.sin(a);e=1-g;n=e*c;h=e*d;m=this.data;m[0]=n*c+g;m[1]=n*d+k*f;m[2]=n*f-k*d;m[3]=0;m[4]=n*d-k*f;m[5]=h*d+g;m[6]=h*f+k*c;m[7]=0;m[8]=n*f+k*d;m[9]=h*f-c*k;m[10]=e*f*f+g;m[11]=0;m[12]=0;m[13]=0;m[14]=0;m[15]=1;return this},setTranslate:function(b,a,c){var d=this.data;d[0]=1;d[1]=0;d[2]=0;d[3]=0;d[4]=0;d[5]=1;d[6]=0;d[7]= 0;d[8]=0;d[9]=0;d[10]=1;d[11]=0;d[12]=b;d[13]=a;d[14]=c;d[15]=1;return this},setScale:function(b,a,c){var d=this.data;d[0]=b;d[1]=0;d[2]=0;d[3]=0;d[4]=0;d[5]=a;d[6]=0;d[7]=0;d[8]=0;d[9]=0;d[10]=c;d[11]=0;d[12]=0;d[13]=0;d[14]=0;d[15]=1;return this},invert:function(){var b,a,c,d,f,g,k,e,n,h,m,q,p,r,t,u,z,v,x,A,y,D,F,C,I,J,H,B,w,E;E=this.data;b=E[0];a=E[1];c=E[2];d=E[3];f=E[4];g=E[5];k=E[6];e=E[7];n=E[8];h=E[9];m=E[10];q=E[11];p=E[12];r=E[13];t=E[14];u=E[15];z=b*g-a*f;v=b*k-c*f;x=b*e-d*f;A=a*k-c*g; y=a*e-d*g;D=c*e-d*k;F=n*r-h*p;C=n*t-m*p;I=n*u-q*p;J=h*t-m*r;H=h*u-q*r;B=m*u-q*t;w=z*B-v*H+x*J+A*I-y*C+D*F;0===w?this.setIdentity():(w=1/w,E[0]=(g*B-k*H+e*J)*w,E[1]=(-a*B+c*H-d*J)*w,E[2]=(r*D-t*y+u*A)*w,E[3]=(-h*D+m*y-q*A)*w,E[4]=(-f*B+k*I-e*C)*w,E[5]=(b*B-c*I+d*C)*w,E[6]=(-p*D+t*x-u*v)*w,E[7]=(n*D-m*x+q*v)*w,E[8]=(f*H-g*I+e*F)*w,E[9]=(-b*H+a*I-d*F)*w,E[10]=(p*y-r*x+u*z)*w,E[11]=(-n*y+h*x-q*z)*w,E[12]=(-f*J+g*C-k*F)*w,E[13]=(b*J-a*C+c*F)*w,E[14]=(-p*A+r*v-t*z)*w,E[15]=(n*A-h*v+m*z)*w);return this}, set:function(b){var a=this.data;a[0]=b[0];a[1]=b[1];a[2]=b[2];a[3]=b[3];a[4]=b[4];a[5]=b[5];a[6]=b[6];a[7]=b[7];a[8]=b[8];a[9]=b[9];a[10]=b[10];a[11]=b[11];a[12]=b[12];a[13]=b[13];a[14]=b[14];a[15]=b[15];return this},setIdentity:function(){var b=this.data;b[0]=1;b[1]=0;b[2]=0;b[3]=0;b[4]=0;b[5]=1;b[6]=0;b[7]=0;b[8]=0;b[9]=0;b[10]=1;b[11]=0;b[12]=0;b[13]=0;b[14]=0;b[15]=1;return this},setTRS:function(b,a,c){var d,f,g,k,e,n,h,m,q,p,r,t,u;d=b.x;f=b.y;b=b.z;g=a.x;k=a.y;e=a.z;n=a.w;a=c.x;h=c.y;c=c.z;m= g+g;q=k+k;p=e+e;r=g*m;t=g*q;g*=p;u=k*q;k*=p;e*=p;m*=n;q*=n;n*=p;p=this.data;p[0]=(1-(u+e))*a;p[1]=(t+n)*a;p[2]=(g-q)*a;p[3]=0;p[4]=(t-n)*h;p[5]=(1-(r+e))*h;p[6]=(k+m)*h;p[7]=0;p[8]=(g+q)*c;p[9]=(k-m)*c;p[10]=(1-(r+u))*c;p[11]=0;p[12]=d;p[13]=f;p[14]=b;p[15]=1;return this},transpose:function(){var b,a=this.data;b=a[1];a[1]=a[4];a[4]=b;b=a[2];a[2]=a[8];a[8]=b;b=a[3];a[3]=a[12];a[12]=b;b=a[6];a[6]=a[9];a[9]=b;b=a[7];a[7]=a[13];a[13]=b;b=a[11];a[11]=a[14];a[14]=b;return this},invertTo3x3:function(b){var a, c,d,f;a=this.data;b=b.data;var g=a[0],k=a[1],e=a[2],n=a[4],h=a[5],m=a[6],q=a[8],p=a[9],r=a[10];a=r*h-m*p;c=-r*n+m*q;d=p*n-h*q;f=g*a+k*c+e*d;if(0===f)return this;f=1/f;b[0]=f*a;b[1]=f*(-r*k+e*p);b[2]=f*(m*k-e*h);b[3]=f*c;b[4]=f*(r*g-e*q);b[5]=f*(-m*g+e*n);b[6]=f*d;b[7]=f*(-p*g+k*q);b[8]=f*(h*g-k*n);return this},getTranslation:function(b){b=void 0===b?new pc.Vec3:b;return b.set(this.data[12],this.data[13],this.data[14])},getX:function(b){b=void 0===b?new pc.Vec3:b;return b.set(this.data[0],this.data[1], this.data[2])},getY:function(b){b=void 0===b?new pc.Vec3:b;return b.set(this.data[4],this.data[5],this.data[6])},getZ:function(b){b=void 0===b?new pc.Vec3:b;return b.set(this.data[8],this.data[9],this.data[10])},getScale:function(){var b,a,c;b=new pc.Vec3;a=new pc.Vec3;c=new pc.Vec3;return function(d){d=void 0===d?new pc.Vec3:d;this.getX(b);this.getY(a);this.getZ(c);d.set(b.length(),a.length(),c.length());return d}}(),setFromEulerAngles:function(b,a,c){var d,f,g,k;b*=pc.math.DEG_TO_RAD;a*=pc.math.DEG_TO_RAD; c*=pc.math.DEG_TO_RAD;d=Math.sin(-b);b=Math.cos(-b);f=Math.sin(-a);a=Math.cos(-a);g=Math.sin(-c);c=Math.cos(-c);k=this.data;k[0]=a*c;k[1]=-a*g;k[2]=f;k[3]=0;k[4]=b*g+c*d*f;k[5]=b*c-d*f*g;k[6]=-a*d;k[7]=0;k[8]=d*g-b*c*f;k[9]=c*d+b*f*g;k[10]=b*a;k[11]=0;k[12]=0;k[13]=0;k[14]=0;k[15]=1;return this},getEulerAngles:function(){var b=new pc.Vec3;return function(a){var c,d,f,g,k,e;a=void 0===a?new pc.Vec3:a;this.getScale(b);f=b.x;c=b.y;g=b.z;k=this.data;d=Math.asin(-k[2]/f);e=.5*Math.PI;d-e?(c=Math.atan2(k[6]/ c,k[10]/g),f=Math.atan2(k[1]/f,k[0]/f)):(f=0,c=-Math.atan2(k[4]/c,k[5]/c)):(f=0,c=Math.atan2(k[4]/c,k[5]/c));return a.set(c,d,f).scale(pc.math.RAD_TO_DEG)}}(),toString:function(){var b,a;a="[";for(b=0;16>b;b+=1)a+=this.data[b],a+=15!==b?", ":"";return a+"]"}});Object.defineProperties(e,{ZERO:{value:(new e).set([0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0])},IDENTITY:{value:new e}});return{Mat4:e}}());Object.assign(pc,function(){var e=function(b,a,c,d){b&&4===b.length?(this.x=b[0],this.y=b[1],this.z=b[2],this.w=b[3]):(this.x=void 0===b?0:b,this.y=void 0===a?0:a,this.z=void 0===c?0:c,this.w=void 0===d?1:d)};Object.assign(e.prototype,{clone:function(){return new pc.Quat(this.x,this.y,this.z,this.w)},conjugate:function(){this.x*=-1;this.y*=-1;this.z*=-1;return this},copy:function(b){this.x=b.x;this.y=b.y;this.z=b.z;this.w=b.w;return this},equals:function(b){return this.x===b.x&&this.y===b.y&&this.z=== b.z&&this.w===b.w},getAxisAngle:function(b){var a=2*Math.acos(this.w),c=Math.sin(a/2);if(0!==c){if(b.x=this.x/c,b.y=this.y/c,b.z=this.z/c,0>b.x||0>b.y||0>b.z)b.x*=-1,b.y*=-1,b.z*=-1,a*=-1}else b.x=1,b.y=0,b.z=0;return a*pc.math.RAD_TO_DEG},getEulerAngles:function(b){var a,c,d,f,g,k;b=void 0===b?new pc.Vec3:b;d=this.x;f=this.y;g=this.z;k=this.w;c=2*(k*f-d*g);-.99999>=c?(a=2*Math.atan2(d,k),c=-Math.PI/2,d=0):.99999<=c?(a=2*Math.atan2(d,k),c=Math.PI/2,d=0):(a=Math.atan2(2*(k*d+f*g),1-2*(d*d+f*f)),c= Math.asin(c),d=Math.atan2(2*(k*g+d*f),1-2*(f*f+g*g)));return b.set(a,c,d).scale(pc.math.RAD_TO_DEG)},invert:function(){return this.conjugate().normalize()},length:function(){return Math.sqrt(this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w)},lengthSq:function(){return this.x*this.x+this.y*this.y+this.z*this.z+this.w*this.w},mul:function(b){var a,c,d,f,g,k,e;a=this.x;c=this.y;d=this.z;f=this.w;g=b.x;k=b.y;e=b.z;b=b.w;this.x=f*g+a*b+c*e-d*k;this.y=f*k+c*b+d*g-a*e;this.z=f*e+d*b+a*k-c*g;this.w= f*b-a*g-c*k-d*e;return this},mul2:function(b,a){var c,d,f,g,k,e,n,h;c=b.x;d=b.y;f=b.z;g=b.w;k=a.x;e=a.y;n=a.z;h=a.w;this.x=g*k+c*h+d*n-f*e;this.y=g*e+d*h+f*k-c*n;this.z=g*n+f*h+c*e-d*k;this.w=g*h-c*k-d*e-f*n;return this},normalize:function(){var b=this.length();0===b?(this.x=this.y=this.z=0,this.w=1):(b=1/b,this.x*=b,this.y*=b,this.z*=b,this.w*=b);return this},set:function(b,a,c,d){this.x=b;this.y=a;this.z=c;this.w=d;return this},setFromAxisAngle:function(b,a){var c,d;a*=.5*pc.math.DEG_TO_RAD;c=Math.sin(a); d=Math.cos(a);this.x=c*b.x;this.y=c*b.y;this.z=c*b.z;this.w=d;return this},setFromEulerAngles:function(b,a,c){var d,f,g;d=.5*pc.math.DEG_TO_RAD;b*=d;a*=d;c*=d;d=Math.sin(b);b=Math.cos(b);f=Math.sin(a);a=Math.cos(a);g=Math.sin(c);c=Math.cos(c);this.x=d*a*c-b*f*g;this.y=b*f*c+d*a*g;this.z=b*a*g-d*f*c;this.w=b*a*c+d*f*g;return this},setFromMat4:function(b){var a,c,d,f,g,k,e,n,h,m,q;b=b.data;a=b[0];c=b[1];d=b[2];f=b[4];g=b[5];k=b[6];e=b[8];n=b[9];b=b[10];h=a*a+c*c+d*d;if(0===h)return this;h=1/Math.sqrt(h); m=f*f+g*g+k*k;if(0===m)return this;m=1/Math.sqrt(m);q=e*e+n*n+b*b;if(0===q)return this;q=1/Math.sqrt(q);a*=h;c*=h;d*=h;f*=m;g*=m;k*=m;e*=q;n*=q;b*=q;h=a+g+b;0<=h?(a=Math.sqrt(h+1),this.w=.5*a,a=.5/a,this.x=(k-n)*a,this.y=(e-d)*a,this.z=(c-f)*a):a>g?a>b?(a=Math.sqrt(a-(g+b)+1),this.x=.5*a,a=.5/a,this.w=(k-n)*a,this.y=(c+f)*a,this.z=(d+e)*a):(a=Math.sqrt(b-(a+g)+1),this.z=.5*a,a=.5/a,this.w=(c-f)*a,this.x=(e+d)*a,this.y=(n+k)*a):g>b?(a=Math.sqrt(g-(b+a)+1),this.y=.5*a,a=.5/a,this.w=(e-d)*a,this.z=(k+ n)*a,this.x=(f+c)*a):(a=Math.sqrt(b-(a+g)+1),this.z=.5*a,a=.5/a,this.w=(c-f)*a,this.x=(e+d)*a,this.y=(n+k)*a);return this},slerp:function(b,a,c){var d,f,g,k,e,n;d=b.x;f=b.y;g=b.z;b=b.w;k=a.x;e=a.y;n=a.z;a=a.w;var h=b*a+d*k+f*e+g*n;0>h&&(a=-a,k=-k,e=-e,n=-n,h=-h);if(1<=Math.abs(h))return this.w=b,this.x=d,this.y=f,this.z=g,this;var m=Math.acos(h),q=Math.sqrt(1-h*h);if(.001>Math.abs(q))return this.w=.5*b+.5*a,this.x=.5*d+.5*k,this.y=.5*f+.5*e,this.z=.5*g+.5*n,this;h=Math.sin((1-c)*m)/q;c=Math.sin(c* m)/q;this.w=b*h+a*c;this.x=d*h+k*c;this.y=f*h+e*c;this.z=g*h+n*c;return this},transformVector:function(b,a){void 0===a&&(a=new pc.Vec3);var c=b.x,d=b.y,f=b.z,g=this.x,k=this.y,e=this.z,n=this.w,h=n*c+k*f-e*d,m=n*d+e*c-g*f,q=n*f+g*d-k*c,c=-g*c-k*d-e*f;a.x=h*n+c*-g+m*-e-q*-k;a.y=m*n+c*-k+q*-g-h*-e;a.z=q*n+c*-e+h*-k-m*-g;return a},toString:function(){return"["+this.x+", "+this.y+", "+this.z+", "+this.w+"]"}});Object.defineProperties(e,{ZERO:{value:new e(0,0,0,0)},IDENTITY:{value:new e(0,0,0,1)}});return{Quat:e}}());Object.assign(pc,function(){var e=function(b){this.keys=[];this.type=1;this.tension=.5;this._eval=new pc.CurveEvaluator(this);if(b)for(var a=0;ab);f++);c=[b,a];this.keys.splice(f,0,c);return c},get:function(b){return this.keys[b]},sort:function(){this.keys.sort(function(b,a){return b[0]-a[0]})},value:function(b){return this._eval.evaluate(b,!0)}, closest:function(b){for(var a=this.keys,c=a.length,d=2,f=null,g=0;g=k)d=k,f=a[g];else break}return f},clone:function(){var b=new pc.Curve;b.keys=pc.extend(b.keys,this.keys);b.type=this.type;b.tension=this.tension;return b},quantize:function(b){b=Math.max(b,2);var a=new Float32Array(b),c=1/(b-1);a[0]=this._eval.evaluate(0,!0);for(var d=1;d=this._right)&&this._reset(b);var c;c=this._curve.type;if(c===pc.CURVE_STEP)c=this._p0;else{var d=0===this._recip?0:(b-this._left)*this._recip;c=c===pc.CURVE_LINEAR?pc.math.lerp(this._p0,this._p1,d):c===pc.CURVE_SMOOTHSTEP?pc.math.lerp(this._p0,this._p1,d*d* (3-2*d)):this._evaluateHermite(this._p0,this._p1,this._m0,this._m1,d)}return c},_reset:function(b){var a=this._curve.keys,c=a.length;if(c)if(b=a[c-1][0])this._left=a[c-1][0],this._right=Infinity,this._recip=0,this._p0=this._p1=a[c-1][1],this._m0=this._m1=0;else{for(c=0;b>=a[c+1][0];)c++;this._left=a[c][0];this._right=a[c+1][0];b=1/(this._right-this._left);this._recip=isFinite(b)? b:0;this._p0=a[c][1];this._p1=a[c+1][1];this._isHermite()&&this._calcTangents(a,c)}else this._left=-Infinity,this._right=Infinity,this._p0=this._p1=this._m0=this._m1=this._recip=0},_isHermite:function(){return this._curve.type===pc.CURVE_CATMULL||this._curve.type===pc.CURVE_CARDINAL||this._curve.type===pc.CURVE_SPLINE},_calcTangents:function(b,a){var c,d=b[a],f=b[a+1],g;c=0===a?[b[0][0]+(b[0][0]-b[1][0]),b[0][1]+(b[0][1]-b[1][1])]:b[a-1];g=a==b.length-2?[b[a+1][0]+(b[a+1][0]-b[a][0]),b[a+1][1]+(b[a+ 1][1]-b[a][1])]:b[a+2];if(this._curve.type===pc.CURVE_SPLINE){var k=2*(f[0]-d[0])/(f[0]-c[0]),e=2*(f[0]-d[0])/(g[0]-d[0]);this._m0=this._curve.tension*(isFinite(k)?k:0)*(f[1]-c[1]);this._m1=this._curve.tension*(isFinite(e)?e:0)*(g[1]-d[1])}else e=(f[0]-d[0])/(d[0]-c[0]),k=(f[0]-d[0])/(g[0]-f[0]),c=d[1]+(c[1]-d[1])*(isFinite(e)?e:0),g=f[1]+(g[1]-f[1])*(isFinite(k)?k:0),k=this._curve.type===pc.CURVE_CATMULL?.5:this._curve.tension,this._m0=k*(f[1]-c),this._m1=k*(g-d[1])},_evaluateHermite:function(b, a,c,d,f){var g=f*f,k=f+f,e=1-f,e=e*e;return b*(1+k)*e+c*f*e+a*g*(3-k)+d*g*(f-1)}});return{CurveEvaluator:e}}());Object.assign(pc,function(){var e=new pc.Vec3,b=new pc.Vec3,a=new pc.Vec3,c=new pc.Vec3,d=new pc.Vec3,f=function(a,b){this.center=a||new pc.Vec3(0,0,0);this.halfExtents=b||new pc.Vec3(.5,.5,.5);this._min=new pc.Vec3;this._max=new pc.Vec3};Object.assign(f.prototype,{add:function(a){var b=this.center,c=b.x,d=b.y,f=b.z,g=this.halfExtents,e=g.x,p=g.y,r=g.z,t=c-e,c=c+e,e=d-p,d=d+p,p=f-r,f=f+r,r=a.center,u=r.x,z=r.y,r=r.z;a=a.halfExtents;var v=a.x,x=a.y,A=a.z;a=u-v;u+=v;v=z-x;z+=x;x=r-A;r+=A;ac&&(c=u);vd&&(d=z);xf&&(f=r);b.x=.5*(t+c);b.y=.5*(e+d);b.z=.5*(p+f);g.x=.5*(c-t);g.y=.5*(d-e);g.z=.5*(f-p)},copy:function(a){this.center.copy(a.center);this.halfExtents.copy(a.halfExtents);this.type=a.type},clone:function(){return new pc.BoundingBox(this.center.clone(),this.halfExtents.clone())},intersects:function(a){var b=this.getMax(),c=this.getMin(),d=a.getMax();a=a.getMin();return c.x<=d.x&&b.x>=a.x&&c.y<=d.y&&b.y>=a.y&&c.z<=d.z&&b.z>=a.z},_intersectsRay:function(d, f){var g=e.copy(this.getMin()).sub(d.origin),k=b.copy(this.getMax()).sub(d.origin),h=d.direction;0===h.x?(g.x=0>g.x?-Number.MAX_VALUE:Number.MAX_VALUE,k.x=0>k.x?-Number.MAX_VALUE:Number.MAX_VALUE):(g.x/=h.x,k.x/=h.x);0===h.y?(g.y=0>g.y?-Number.MAX_VALUE:Number.MAX_VALUE,k.y=0>k.y?-Number.MAX_VALUE:Number.MAX_VALUE):(g.y/=h.y,k.y/=h.y);0===h.z?(g.z=0>g.z?-Number.MAX_VALUE:Number.MAX_VALUE,k.z=0>k.z?-Number.MAX_VALUE:Number.MAX_VALUE):(g.z/=h.z,k.z/=h.z);h=a.set(Math.min(g.x,k.x),Math.min(g.y,k.y), Math.min(g.z,k.z));g=c.set(Math.max(g.x,k.x),Math.max(g.y,k.y),Math.max(g.z,k.z));k=Math.max(Math.max(h.x,h.y),h.z);(g=Math.min(Math.min(g.x,g.y),g.z)>=k&&0<=k)&&f.copy(d.direction).scale(k).add(d.origin);return g},_fastIntersectsRay:function(f){var g=f.direction;e.sub2(f.origin,this.center);c.set(Math.abs(e.x),Math.abs(e.y),Math.abs(e.z));a.mul2(e,g);if(c.x>this.halfExtents.x&&0<=a.x||c.y>this.halfExtents.y&&0<=a.y||c.z>this.halfExtents.z&&0<=a.z)return!1;d.set(Math.abs(g.x),Math.abs(g.y),Math.abs(g.z)); b.cross(g,e);b.set(Math.abs(b.x),Math.abs(b.y),Math.abs(b.z));return b.x>this.halfExtents.y*d.z+this.halfExtents.z*d.y||b.y>this.halfExtents.x*d.z+this.halfExtents.z*d.x||b.z>this.halfExtents.x*d.y+this.halfExtents.y*d.x?!1:!0},intersectsRay:function(a,b){return b?this._intersectsRay(a,b):this._fastIntersectsRay(a)},setMinMax:function(a,b){this.center.add2(b,a).scale(.5);this.halfExtents.sub2(b,a).scale(.5)},getMin:function(){return this._min.copy(this.center).sub(this.halfExtents)},getMax:function(){return this._max.copy(this.center).add(this.halfExtents)}, containsPoint:function(a){var b=this.getMin(),c=this.getMax();return a.xc.x||a.yc.y||a.zc.z?!1:!0},setFromTransformedAabb:function(a,b){var c=this.center,d=this.halfExtents,f=a.center,g=a.halfExtents;b=b.data;var e=b[0],k=b[4],r=b[8],t=b[1],u=b[5],z=b[9],v=b[2],x=b[6],A=b[10],y=Math.abs(e),D=Math.abs(k),F=Math.abs(r),C=Math.abs(t),I=Math.abs(u),J=Math.abs(z),H=Math.abs(v),B=Math.abs(x),w=Math.abs(A);c.set(b[12]+e*f.x+k*f.y+r*f.z,b[13]+t*f.x+u*f.y+z*f.z,b[14]+v*f.x+x* f.y+A*f.z);d.set(y*g.x+D*g.y+F*g.z,C*g.x+I*g.y+J*g.z,H*g.x+B*g.y+w*g.z)},compute:function(a){for(var c=e.set(a[0],a[1],a[2]),d=b.set(a[0],a[1],a[2]),f=a.length/3,g=1;gd.x&&(d.x=m);q>d.y&&(d.y=q);p>d.z&&(d.z=p)}this.setMinMax(c,d)},intersectsBoundingSphere:function(a){return this._distanceToBoundingSphereSq(a)<=a.radius*a.radius?!0:!1},_distanceToBoundingSphereSq:function(a){for(var b=this.getMin(),c=this.getMax(), d=0,f=["x","y","z"],g=0;3>g;++g){var e=0,p=a.center[f[g]],r=b[f[g]],t=c[f[g]];pt&&(r=p-t,e+=r*r);d+=e}return d}});return{BoundingBox:f}}());Object.assign(pc,function(){function e(a,b){this.center=a||new pc.Vec3(0,0,0);this.radius=void 0===b?.5:b}var b=new pc.Vec3,a=new pc.Vec3,c=new pc.Vec3,d=new pc.Vec3;Object.assign(e.prototype,{containsPoint:function(a){a=b.sub2(a,this.center).lengthSq();var c=this.radius;return af)return!1;g=Math.abs(-g-Math.sqrt(f));d&&d.copy(c.direction).scale(g).add(c.origin);return!0},intersectsBoundingSphere:function(a){b.sub2(a.center,this.center);a=a.radius+this.radius;return b.lengthSq()<=a*a?!0:!1}});return{BoundingSphere:e}}());Object.assign(pc,function(){var e=new pc.Mat4,b=function(a,b){a=a||(new pc.Mat4).setPerspective(90,16/9,.1,1E3);b=b||new pc.Mat4;this.planes=[];for(var c=0;6>c;c++)this.planes[c]=[];this.update(a,b)};Object.assign(b.prototype,{update:function(a,b){e.mul2(a,b);var c=e.data;this.planes[0][0]=c[3]-c[0];this.planes[0][1]=c[7]-c[4];this.planes[0][2]=c[11]-c[8];this.planes[0][3]=c[15]-c[12];var f=Math.sqrt(this.planes[0][0]*this.planes[0][0]+this.planes[0][1]*this.planes[0][1]+this.planes[0][2]*this.planes[0][2]); this.planes[0][0]/=f;this.planes[0][1]/=f;this.planes[0][2]/=f;this.planes[0][3]/=f;this.planes[1][0]=c[3]+c[0];this.planes[1][1]=c[7]+c[4];this.planes[1][2]=c[11]+c[8];this.planes[1][3]=c[15]+c[12];f=Math.sqrt(this.planes[1][0]*this.planes[1][0]+this.planes[1][1]*this.planes[1][1]+this.planes[1][2]*this.planes[1][2]);this.planes[1][0]/=f;this.planes[1][1]/=f;this.planes[1][2]/=f;this.planes[1][3]/=f;this.planes[2][0]=c[3]+c[1];this.planes[2][1]=c[7]+c[5];this.planes[2][2]=c[11]+c[9];this.planes[2][3]= c[15]+c[13];f=Math.sqrt(this.planes[2][0]*this.planes[2][0]+this.planes[2][1]*this.planes[2][1]+this.planes[2][2]*this.planes[2][2]);this.planes[2][0]/=f;this.planes[2][1]/=f;this.planes[2][2]/=f;this.planes[2][3]/=f;this.planes[3][0]=c[3]-c[1];this.planes[3][1]=c[7]-c[5];this.planes[3][2]=c[11]-c[9];this.planes[3][3]=c[15]-c[13];f=Math.sqrt(this.planes[3][0]*this.planes[3][0]+this.planes[3][1]*this.planes[3][1]+this.planes[3][2]*this.planes[3][2]);this.planes[3][0]/=f;this.planes[3][1]/=f;this.planes[3][2]/= f;this.planes[3][3]/=f;this.planes[4][0]=c[3]-c[2];this.planes[4][1]=c[7]-c[6];this.planes[4][2]=c[11]-c[10];this.planes[4][3]=c[15]-c[14];f=Math.sqrt(this.planes[4][0]*this.planes[4][0]+this.planes[4][1]*this.planes[4][1]+this.planes[4][2]*this.planes[4][2]);this.planes[4][0]/=f;this.planes[4][1]/=f;this.planes[4][2]/=f;this.planes[4][3]/=f;this.planes[5][0]=c[3]+c[2];this.planes[5][1]=c[7]+c[6];this.planes[5][2]=c[11]+c[10];this.planes[5][3]=c[15]+c[14];f=Math.sqrt(this.planes[5][0]*this.planes[5][0]+ this.planes[5][1]*this.planes[5][1]+this.planes[5][2]*this.planes[5][2]);this.planes[5][0]/=f;this.planes[5][1]/=f;this.planes[5][2]/=f;this.planes[5][3]/=f},containsPoint:function(a){for(var b=0;6>b;b++)if(0>=this.planes[b][0]*a.x+this.planes[b][1]*a.y+this.planes[b][2]*a.z+this.planes[b][3])return!1;return!0},containsSphere:function(a){var b=0,d,f,g=a.radius;f=a.center;a=f.x;var e=f.y,l=f.z,n=this.planes;for(f=0;6>f;f++){d=n[f];d=d[0]*a+d[1]*e+d[2]*l+d[3];if(d<=-g)return 0;d>g&&b++}return 6===b? 2:1}});return{Frustum:b}}());Object.assign(pc,function(){var e=new pc.Vec3,b=function(a,b){this.normal=b||new pc.Vec3(0,0,1);this.point=a||new pc.Vec3(0,0,0)};Object.assign(b.prototype,{intersectsLine:function(a,b,d){var c=-this.normal.dot(this.point),g=this.normal.dot(a)+c,c=this.normal.dot(b)+c,g=g/(g-c);(c=0<=g&&1>=g)&&d&&d.lerp(a,b,g);return c},intersectsRay:function(a,b){var c=e.sub2(this.point,a.origin),c=this.normal.dot(c)/this.normal.dot(a.direction),f=0<=c;f&&b&&b.copy(a.direction).scale(c).add(a.origin);return f}}); return{Plane:b}}());Object.assign(pc,function(){return{Ray:function(e,b){this.origin=e||new pc.Vec3(0,0,0);this.direction=b||new pc.Vec3(0,0,-1)}}}());Object.assign(pc,function(){var e=new pc.Ray,b=new pc.Vec3,a=new pc.BoundingSphere,c=new pc.Mat4,d=function(a,b){this.halfExtents=b||new pc.Vec3(.5,.5,.5);a=a||c.setIdentity();this._modelTransform=a.clone().invert();this._worldTransform=a.clone();this._aabb=new pc.BoundingBox(new pc.Vec3,this.halfExtents)};Object.assign(d.prototype,{intersectsRay:function(a,b){this._modelTransform.transformPoint(a.origin,e.origin);this._modelTransform.transformVector(a.direction,e.direction);if(b){var d=this._aabb._intersectsRay(e, b);c.copy(this._modelTransform).invert().transformPoint(b,b);return d}return this._aabb._fastIntersectsRay(e)},containsPoint:function(a){this._modelTransform.transformPoint(a,b);return this._aabb.containsPoint(b)},intersectsBoundingSphere:function(b){this._modelTransform.transformPoint(b.center,a.center);a.radius=b.radius;return this._aabb.intersectsBoundingSphere(a)?!0:!1}});Object.defineProperty(d.prototype,"worldTransform",{get:function(){return this._worldTransform},set:function(a){this._worldTransform.copy(a); this._modelTransform.copy(a).invert()}});return{OrientedBox:d}}());(function(){var e={ADDRESS_REPEAT:0,ADDRESS_CLAMP_TO_EDGE:1,ADDRESS_MIRRORED_REPEAT:2,BLENDMODE_ZERO:0,BLENDMODE_ONE:1,BLENDMODE_SRC_COLOR:2,BLENDMODE_ONE_MINUS_SRC_COLOR:3,BLENDMODE_DST_COLOR:4,BLENDMODE_ONE_MINUS_DST_COLOR:5,BLENDMODE_SRC_ALPHA:6,BLENDMODE_SRC_ALPHA_SATURATE:7,BLENDMODE_ONE_MINUS_SRC_ALPHA:8,BLENDMODE_DST_ALPHA:9,BLENDMODE_ONE_MINUS_DST_ALPHA:10,BLENDEQUATION_ADD:0,BLENDEQUATION_SUBTRACT:1,BLENDEQUATION_REVERSE_SUBTRACT:2,BLENDEQUATION_MIN:3,BLENDEQUATION_MAX:4,BUFFER_STATIC:0, BUFFER_DYNAMIC:1,BUFFER_STREAM:2,BUFFER_GPUDYNAMIC:3,CLEARFLAG_COLOR:1,CLEARFLAG_DEPTH:2,CLEARFLAG_STENCIL:4,CUBEFACE_POSX:0,CUBEFACE_NEGX:1,CUBEFACE_POSY:2,CUBEFACE_NEGY:3,CUBEFACE_POSZ:4,CUBEFACE_NEGZ:5,CULLFACE_NONE:0,CULLFACE_BACK:1,CULLFACE_FRONT:2,CULLFACE_FRONTANDBACK:3,TYPE_INT8:0,TYPE_UINT8:1,TYPE_INT16:2,TYPE_UINT16:3,TYPE_INT32:4,TYPE_UINT32:5,TYPE_FLOAT32:6,FILTER_NEAREST:0,FILTER_LINEAR:1,FILTER_NEAREST_MIPMAP_NEAREST:2,FILTER_NEAREST_MIPMAP_LINEAR:3,FILTER_LINEAR_MIPMAP_NEAREST:4,FILTER_LINEAR_MIPMAP_LINEAR:5, FUNC_NEVER:0,FUNC_LESS:1,FUNC_EQUAL:2,FUNC_LESSEQUAL:3,FUNC_GREATER:4,FUNC_NOTEQUAL:5,FUNC_GREATEREQUAL:6,FUNC_ALWAYS:7,INDEXFORMAT_UINT8:0,INDEXFORMAT_UINT16:1,INDEXFORMAT_UINT32:2,PIXELFORMAT_A8:0,PIXELFORMAT_L8:1,PIXELFORMAT_L8_A8:2,PIXELFORMAT_R5_G6_B5:3,PIXELFORMAT_R5_G5_B5_A1:4,PIXELFORMAT_R4_G4_B4_A4:5,PIXELFORMAT_R8_G8_B8:6,PIXELFORMAT_R8_G8_B8_A8:7,PIXELFORMAT_DXT1:8,PIXELFORMAT_DXT3:9,PIXELFORMAT_DXT5:10,PIXELFORMAT_RGB16F:11,PIXELFORMAT_RGBA16F:12,PIXELFORMAT_RGB32F:13,PIXELFORMAT_RGBA32F:14, PIXELFORMAT_R32F:15,PIXELFORMAT_DEPTH:16,PIXELFORMAT_DEPTHSTENCIL:17,PIXELFORMAT_111110F:18,PIXELFORMAT_SRGB:19,PIXELFORMAT_SRGBA:20,PIXELFORMAT_ETC1:21,PIXELFORMAT_ETC2_RGB:22,PIXELFORMAT_ETC2_RGBA:23,PIXELFORMAT_PVRTC_2BPP_RGB_1:24,PIXELFORMAT_PVRTC_2BPP_RGBA_1:25,PIXELFORMAT_PVRTC_4BPP_RGB_1:26,PIXELFORMAT_PVRTC_4BPP_RGBA_1:27,PIXELFORMAT_ASTC_4x4:28,PIXELFORMAT_ATC_RGB:29,PIXELFORMAT_ATC_RGBA:30,PRIMITIVE_POINTS:0,PRIMITIVE_LINES:1,PRIMITIVE_LINELOOP:2,PRIMITIVE_LINESTRIP:3,PRIMITIVE_TRIANGLES:4, PRIMITIVE_TRISTRIP:5,PRIMITIVE_TRIFAN:6,SEMANTIC_POSITION:"POSITION",SEMANTIC_NORMAL:"NORMAL",SEMANTIC_TANGENT:"TANGENT",SEMANTIC_BLENDWEIGHT:"BLENDWEIGHT",SEMANTIC_BLENDINDICES:"BLENDINDICES",SEMANTIC_COLOR:"COLOR",SEMANTIC_TEXCOORD0:"TEXCOORD0",SEMANTIC_TEXCOORD1:"TEXCOORD1",SEMANTIC_TEXCOORD2:"TEXCOORD2",SEMANTIC_TEXCOORD3:"TEXCOORD3",SEMANTIC_TEXCOORD4:"TEXCOORD4",SEMANTIC_TEXCOORD5:"TEXCOORD5",SEMANTIC_TEXCOORD6:"TEXCOORD6",SEMANTIC_TEXCOORD7:"TEXCOORD7",SEMANTIC_ATTR0:"ATTR0",SEMANTIC_ATTR1:"ATTR1", SEMANTIC_ATTR2:"ATTR2",SEMANTIC_ATTR3:"ATTR3",SEMANTIC_ATTR4:"ATTR4",SEMANTIC_ATTR5:"ATTR5",SEMANTIC_ATTR6:"ATTR6",SEMANTIC_ATTR7:"ATTR7",SEMANTIC_ATTR8:"ATTR8",SEMANTIC_ATTR9:"ATTR9",SEMANTIC_ATTR10:"ATTR10",SEMANTIC_ATTR11:"ATTR11",SEMANTIC_ATTR12:"ATTR12",SEMANTIC_ATTR13:"ATTR13",SEMANTIC_ATTR14:"ATTR14",SEMANTIC_ATTR15:"ATTR15",SHADERTAG_MATERIAL:1,STENCILOP_KEEP:0,STENCILOP_ZERO:1,STENCILOP_REPLACE:2,STENCILOP_INCREMENT:3,STENCILOP_INCREMENTWRAP:4,STENCILOP_DECREMENT:5,STENCILOP_DECREMENTWRAP:6, STENCILOP_INVERT:7,TEXTURELOCK_READ:1,TEXTURELOCK_WRITE:2,TEXHINT_NONE:0,TEXHINT_SHADOWMAP:1,TEXHINT_ASSET:2,TEXHINT_LIGHTMAP:3,UNIFORMTYPE_BOOL:0,UNIFORMTYPE_INT:1,UNIFORMTYPE_FLOAT:2,UNIFORMTYPE_VEC2:3,UNIFORMTYPE_VEC3:4,UNIFORMTYPE_VEC4:5,UNIFORMTYPE_IVEC2:6,UNIFORMTYPE_IVEC3:7,UNIFORMTYPE_IVEC4:8,UNIFORMTYPE_BVEC2:9,UNIFORMTYPE_BVEC3:10,UNIFORMTYPE_BVEC4:11,UNIFORMTYPE_MAT2:12,UNIFORMTYPE_MAT3:13,UNIFORMTYPE_MAT4:14,UNIFORMTYPE_TEXTURE2D:15,UNIFORMTYPE_TEXTURECUBE:16,UNIFORMTYPE_FLOATARRAY:17, UNIFORMTYPE_TEXTURE2D_SHADOW:18,UNIFORMTYPE_TEXTURECUBE_SHADOW:19,UNIFORMTYPE_TEXTURE3D:20};Object.assign(pc,e);pc.gfx={};Object.assign(pc.gfx,e)})();Object.assign(pc,function(){var e=function(b){this.name=b;this.value=null;this.versionObject=new pc.VersionedObject};Object.assign(e.prototype,{setValue:function(b){this.value=b;this.versionObject.increment()},getValue:function(){return this.value}});return{ScopeId:e}}());Object.assign(pc,function(){var e=function(b){this.name=b;this.variables={};this.namespaces={}};Object.assign(e.prototype,{resolve:function(b){this.variables.hasOwnProperty(b)||(this.variables[b]=new pc.ScopeId(b));return this.variables[b]},getSubSpace:function(b){this.namespaces.hasOwnProperty(b)||(this.namespaces[b]=new pc.ScopeSpace(b));return this.namespaces[b]}});return{ScopeSpace:e}}());Object.assign(pc,function(){var e=function(){this.revision=this.globalId=0};Object.assign(e.prototype,{equals:function(b){return this.globalId===b.globalId&&this.revision===b.revision},notequals:function(b){return this.globalId!==b.globalId||this.revision!==b.revision},copy:function(b){this.globalId=b.globalId;this.revision=b.revision},reset:function(){this.revision=this.globalId=0}});return{Version:e}}());Object.assign(pc,function(){var e=0,b=function(){e++;this.version=new pc.Version;this.version.globalId=e};Object.assign(b.prototype,{increment:function(){this.version.revision++}});return{VersionedObject:b}}());Object.assign(pc,function(){function e(f,e){this.index=0;switch(e.dataType){case pc.TYPE_INT8:this.array=new Int8Array(f,e.offset);break;case pc.TYPE_UINT8:this.array=new Uint8Array(f,e.offset);break;case pc.TYPE_INT16:this.array=new Int16Array(f,e.offset);break;case pc.TYPE_UINT16:this.array=new Uint16Array(f,e.offset);break;case pc.TYPE_INT32:this.array=new Int32Array(f,e.offset);break;case pc.TYPE_UINT32:this.array=new Uint32Array(f,e.offset);break;case pc.TYPE_FLOAT32:this.array=new Float32Array(f, e.offset)}switch(e.numComponents){case 1:this.set=b;break;case 2:this.set=a;break;case 3:this.set=c;break;case 4:this.set=d}}function b(a){this.array[this.index]=a}function a(a,b){this.array[this.index]=a;this.array[this.index+1]=b}function c(a,b,c){this.array[this.index]=a;this.array[this.index+1]=b;this.array[this.index+2]=c}function d(a,b,c,d){this.array[this.index]=a;this.array[this.index+1]=b;this.array[this.index+2]=c;this.array[this.index+3]=d}function f(a){this.vertexBuffer=a;this.buffer= this.vertexBuffer.lock();this.accessors=[];this.element={};a=this.vertexBuffer.getFormat();for(var b=0;b=pc.PIXELFORMAT_ETC1; this._invalid=!1;this._lockedLevel=-1;this._levels||(this._levels=this._cubemap?[[null,null,null,null,null,null]]:[null]);this.dirtyAll();this._gpuSize=0};Object.defineProperty(e.prototype,"minFilter",{get:function(){return this._minFilter},set:function(a){this._minFilter!==a&&(this._minFilter=a,this._parameterFlags|=1)}});Object.defineProperty(e.prototype,"magFilter",{get:function(){return this._magFilter},set:function(a){this._magFilter!==a&&(this._magFilter=a,this._parameterFlags|=2)}});Object.defineProperty(e.prototype, "addressU",{get:function(){return this._addressU},set:function(a){this._addressU!==a&&(this._addressU=a,this._parameterFlags|=4)}});Object.defineProperty(e.prototype,"addressV",{get:function(){return this._addressV},set:function(a){this._addressV!==a&&(this._addressV=a,this._parameterFlags|=8)}});Object.defineProperty(e.prototype,"addressW",{get:function(){return this._addressW},set:function(a){this.device.webgl2&&this._volume&&a!==this._addressW&&(this._addressW=a,this._parameterFlags|=16)}});Object.defineProperty(e.prototype, "compareOnRead",{get:function(){return this._compareOnRead},set:function(a){this._compareOnRead!==a&&(this._compareOnRead=a,this._parameterFlags|=32)}});Object.defineProperty(e.prototype,"compareFunc",{get:function(){return this._compareFunc},set:function(a){this._compareFunc!==a&&(this._compareFunc=a,this._parameterFlags|=64)}});Object.defineProperty(e.prototype,"anisotropy",{get:function(){return this._anisotropy},set:function(a){this._anisotropy!==a&&(this._anisotropy=a,this._parameterFlags|=128)}}); Object.defineProperty(e.prototype,"autoMipmap",{get:function(){return this._mipmaps},set:function(a){this._mipmaps=a}});Object.defineProperty(e.prototype,"mipmaps",{get:function(){return this._mipmaps},set:function(a){this._mipmaps!==a&&(this._mipmaps=a,this._minFilterDirty=!0,a&&(this._needsMipmapsUpload=!0))}});Object.defineProperty(e.prototype,"width",{get:function(){return this._width}});Object.defineProperty(e.prototype,"height",{get:function(){return this._height}});Object.defineProperty(e.prototype, "depth",{get:function(){return this._depth}});Object.defineProperty(e.prototype,"format",{get:function(){return this._format}});Object.defineProperty(e.prototype,"cubemap",{get:function(){return this._cubemap}});Object.defineProperty(e.prototype,"gpuSize",{get:function(){return e.calcGpuSize(this._width,this._height,this._depth,this._format,this.pot&&(this._mipmaps||this._minFilter===pc.FILTER_NEAREST_MIPMAP_NEAREST||this._minFilter===pc.FILTER_NEAREST_MIPMAP_LINEAR||this._minFilter===pc.FILTER_LINEAR_MIPMAP_NEAREST|| this._minFilter===pc.FILTER_LINEAR_MIPMAP_LINEAR)&&!(this._compressed&&1===this._levels.length),this._cubemap)}});Object.defineProperty(e.prototype,"volume",{get:function(){return this._volume}});Object.defineProperty(e.prototype,"flipY",{get:function(){return this._flipY},set:function(a){this._flipY!==a&&(this._flipY=a,this._needsUpload=!0)}});Object.defineProperty(e.prototype,"premultiplyAlpha",{get:function(){return this._premultiplyAlpha},set:function(a){this._premultiplyAlpha!==a&&(this._premultiplyAlpha= a,this._needsUpload=!0)}});Object.defineProperty(e.prototype,"pot",{get:function(){return pc.math.powerOfTwo(this._width)&&pc.math.powerOfTwo(this._height)}});var b=null,a=null;Object.assign(e,{calcGpuSize:function(c,d,f,g,e,l){b||(b=[],b[pc.PIXELFORMAT_A8]=1,b[pc.PIXELFORMAT_L8]=1,b[pc.PIXELFORMAT_L8_A8]=1,b[pc.PIXELFORMAT_R5_G6_B5]=2,b[pc.PIXELFORMAT_R5_G5_B5_A1]=2,b[pc.PIXELFORMAT_R4_G4_B4_A4]=2,b[pc.PIXELFORMAT_R8_G8_B8]=4,b[pc.PIXELFORMAT_R8_G8_B8_A8]=4,b[pc.PIXELFORMAT_RGB16F]=8,b[pc.PIXELFORMAT_RGBA16F]= 8,b[pc.PIXELFORMAT_RGB32F]=16,b[pc.PIXELFORMAT_RGBA32F]=16,b[pc.PIXELFORMAT_R32F]=4,b[pc.PIXELFORMAT_DEPTH]=4,b[pc.PIXELFORMAT_DEPTHSTENCIL]=4,b[pc.PIXELFORMAT_111110F]=4,b[pc.PIXELFORMAT_SRGB]=4,b[pc.PIXELFORMAT_SRGBA]=4);a||(a=[],a[pc.PIXELFORMAT_ETC1]=8,a[pc.PIXELFORMAT_ETC2_RGB]=8,a[pc.PIXELFORMAT_PVRTC_2BPP_RGB_1]=8,a[pc.PIXELFORMAT_PVRTC_2BPP_RGBA_1]=8,a[pc.PIXELFORMAT_PVRTC_4BPP_RGB_1]=8,a[pc.PIXELFORMAT_PVRTC_4BPP_RGBA_1]=8,a[pc.PIXELFORMAT_DXT1]=8,a[pc.PIXELFORMAT_ATC_RGB]=8,a[pc.PIXELFORMAT_ETC2_RGBA]= 16,a[pc.PIXELFORMAT_DXT3]=16,a[pc.PIXELFORMAT_DXT5]=16,a[pc.PIXELFORMAT_ASTC_4x4]=16,a[pc.PIXELFORMAT_ATC_RGBA]=16);for(var k=b.hasOwnProperty(g)?b[g]:0,h=a.hasOwnProperty(g)?a[g]:0,m=0;;){if(0c;c++){var n=a[c];if(!n||n.width!==e||n.height!==l||!("undefined"!==typeof HTMLImageElement&&n instanceof HTMLImageElement||"undefined"!==typeof HTMLCanvasElement&&n instanceof HTMLCanvasElement||"undefined"!==typeof HTMLVideoElement&&n instanceof HTMLVideoElement)){d=!0;break}}else d=!0;if(!d)for(c=0;6>c;c++)this._levels[b][c]!==a[c]&&(this._levelsUpdated[b][c]=!0)}else"undefined"!==typeof HTMLImageElement&&a instanceof HTMLImageElement||"undefined"!==typeof HTMLCanvasElement&& a instanceof HTMLCanvasElement||"undefined"!==typeof HTMLVideoElement&&a instanceof HTMLVideoElement||(d=!0),d||(a!==this._levels[b]&&(this._levelsUpdated[b]=!0),e=a.width,l=a.height);if(d)if(this._height=this._width=4,this._cubemap)for(c=0;6>c;c++)this._levels[b][c]=null,this._levelsUpdated[b][c]=!0;else this._levels[b]=null,this._levelsUpdated[b]=!0;else 0===b&&(this._width=e,this._height=l),this._levels[b]=a;this._invalid===d&&d||(this._invalid=d,this.upload())},getSource:function(a){return this._levels[a|| 0]},unlock:function(){this.upload();this._lockedLevel=-1},upload:function(){this._needsUpload=!0;this._needsMipmapsUpload=this._mipmaps},getDds:function(){this.format!==pc.PIXELFORMAT_R8_G8_B8_A8&&console.error("This format is not implemented yet");for(var a=128,b=0,f,g;this._levels[b];){if(this.cubemap)for(g=0;6>g;g++){if(!this._levels[b][g]){console.error("No level data for mip "+b+", face "+g);return}f=this._levels[b][g].length;if(!f){console.error("No byte array for mip "+b+", face "+g);return}a+= f}else{f=this._levels[b].length;if(!f){console.error("No byte array for mip "+b);return}a+=f}a+=this._levels[b].length;b++}a=new ArrayBuffer(a);g=new Uint32Array(a,0,32);b=528391;1b;b++)g[8+b]=0;g[19]=32;g[20]=65;g[21]= 0;g[22]=32;g[23]=16711680;g[24]=65280;g[25]=255;g[26]=4278190080;g[27]=f;g[28]=e;g[29]=0;g[30]=0;g[31]=0;var e=128,l,n;if(this.cubemap)for(g=0;6>g;g++)for(b=0;bpc.SHADER_FORWARDHDR&&b<=pc.SHADER_PICK?this._defaultStdMatOptionMin:this._defaultStdMatOption};e.prototype.precompile=function(b){if(b)for(var a=Array(b.length),c=0;cb||d>b){var e=b/Math.max(c,d),l=Math.floor(c*e),e=Math.floor(d*e);console.warn("Image dimensions larger than max supported texture size of "+b+". Resizing from "+c+", "+d+" to "+l+", "+e+".");var n=document.createElement("canvas"); n.width=l;n.height=e;n.getContext("2d").drawImage(a,0,0,c,d,0,0,l,e);return n}return a},a=function(a,b){pc.EventHandler.call(this);var c;this.canvas=a;this.indexBuffer=this.shader=null;this.vertexBuffers=[];this.vbOffsets=[];this._enableAutoInstancing=!1;this.autoInstancingMaxObjects=16384;this.attributesInvalidated=!0;this.boundElementBuffer=this.boundBuffer=this.defaultFramebuffer=null;this.instancedAttribs={};this.enabledAttributes={};this.activeFramebuffer=this.transformFeedbackBuffer=null;this.textureUnit= 0;this.textureUnits=[];this._maxPixelRatio=1;this.feedback=this.renderTarget=null;this._tempEnableSafariTextureUnitWorkaround=!!window.safari;this._height=this._width=0;this.updateClientRect();this.vertexShaderCache={};this.fragmentShaderCache={};this.shaders=[];this.buffers=[];this.textures=[];this.targets=[];this.contextLost=!1;this._contextLostHandler=function(a){a.preventDefault();this.contextLost=!0;this.fire("devicelost")}.bind(this);this._contextRestoredHandler=function(){this.initializeContext(); this.contextLost=!1;this.fire("devicerestored")}.bind(this);a.addEventListener("webglcontextlost",this._contextLostHandler,!1);a.addEventListener("webglcontextrestored",this._contextRestoredHandler,!1);var d=b&&void 0!==b.preferWebGl2?b.preferWebGl2:!0,k=d?["webgl2","experimental-webgl2","webgl","experimental-webgl"]:["webgl","experimental-webgl"],l=null;b=b||{};b.stencil=!0;for(c=0;cc;break}}if(!l)throw Error("WebGL not supported"); this.gl=l;this.initializeExtensions();this.initializeCapabilities();this.initializeRenderState();for(c=0;cthis.maxTextures;this.boneLimit=Math.floor((this.vertexUniformsCount-16-8-1-16)/4);this.boneLimit=Math.min(this.boneLimit,128);"Mali-450 MP"===this.unmaskedRenderer&&(this.boneLimit=34);this._shaderSwitchesPerFrame=this._drawCallsPerFrame=0;this._primsPerFrame=[];for(c=pc.PRIMITIVE_POINTS;c<=pc.PRIMITIVE_TRIFAN;c++)this._primsPerFrame[c]=0;this._renderTargetCreationTime=0;this._vram={tex:0,vb:0,ib:0};this._shaderStats={vsCompiled:0,fsCompiled:0,linked:0,materialShaders:0,compileTime:0};this.constantTexSource= this.scope.resolve("source");this.textureFloatRenderable=this.extTextureFloat?this.webgl2?!!this.extColorBufferFloat:e(l,l.FLOAT):!1;this.textureHalfFloatRenderable=this.extTextureHalfFloat?this.webgl2?!!this.extColorBufferFloat:e(l,this.extTextureHalfFloat.HALF_FLOAT_OES):!1;this._textureFloatHighPrecision=void 0;this.createGrabPass(b.alpha);pc.VertexFormat.init(this)};a.prototype=Object.create(pc.EventHandler.prototype);a.prototype.constructor=a;Object.assign(a.prototype,{getPrecision:function(){var a= this.gl,b="highp";if(a.getShaderPrecisionFormat){var f=a.getShaderPrecisionFormat(a.VERTEX_SHADER,a.HIGH_FLOAT),g=a.getShaderPrecisionFormat(a.VERTEX_SHADER,a.MEDIUM_FLOAT),e=a.getShaderPrecisionFormat(a.FRAGMENT_SHADER,a.HIGH_FLOAT),a=a.getShaderPrecisionFormat(a.FRAGMENT_SHADER,a.MEDIUM_FLOAT),g=0b;++b)this.textureUnits[a][b]=null;(a=this.renderTarget)?a._glFrameBuffer?this.setFramebuffer(a._glFrameBuffer):this.initRenderTarget(a):this.setFramebuffer(this.defaultFramebuffer)}, updateEnd:function(){var a=this.gl,b=this.renderTarget;if(b){var f=b._colorBuffer;f&&f._glTexture&&f.mipmaps&&f.pot&&(this.activeTexture(this.maxCombinedTextures-1),this.bindTexture(f),a.generateMipmap(f._glTarget));this.webgl2&&1n;n++)a._levelsUpdated[0][n]&&(e=g[n],e instanceof HTMLImageElement&&(e.width> this.maxCubeMapSize||e.height>this.maxCubeMapSize)&&(e=b(e,this.maxCubeMapSize),0===f&&(a.width=e.width,a.height=e.height)),this.setUnpackFlipY(!1),this.setUnpackPremultiplyAlpha(a._premultiplyAlpha),c.texImage2D(c.TEXTURE_CUBE_MAP_POSITIVE_X+n,f,a._glInternalFormat,a._glFormat,a._glPixelType,e));else for(e=1/Math.pow(2,f),n=0;6>n;n++)if(a._levelsUpdated[0][n]){var h=g[n];a._compressed?c.compressedTexImage2D(c.TEXTURE_CUBE_MAP_POSITIVE_X+n,f,a._glInternalFormat,Math.max(a._width*e,1),Math.max(a._height* e,1),0,h):(this.setUnpackFlipY(!1),this.setUnpackPremultiplyAlpha(a._premultiplyAlpha),c.texImage2D(c.TEXTURE_CUBE_MAP_POSITIVE_X+n,f,a._glInternalFormat,Math.max(a._width*e,1),Math.max(a._height*e,1),0,a._glFormat,a._glPixelType,h))}}else a._volume?(e=1/Math.pow(2,f),a._compressed?c.compressedTexImage3D(c.TEXTURE_3D,f,a._glInternalFormat,Math.max(a._width*e,1),Math.max(a._height*e,1),Math.max(a._depth*e,1),0,g):(this.setUnpackFlipY(!1),this.setUnpackPremultiplyAlpha(a._premultiplyAlpha),c.texImage3D(c.TEXTURE_3D, f,a._glInternalFormat,Math.max(a._width*e,1),Math.max(a._height*e,1),Math.max(a._depth*e,1),0,a._glFormat,a._glPixelType,g))):(g instanceof HTMLCanvasElement||g instanceof HTMLImageElement||g instanceof HTMLVideoElement?(g instanceof HTMLImageElement&&(g.width>this.maxTextureSize||g.height>this.maxTextureSize)&&(g=b(g,this.maxTextureSize),0===f&&(a.width=g.width,a.height=g.height)),this.setUnpackFlipY(a._flipY),this.setUnpackPremultiplyAlpha(a._premultiplyAlpha),c.texImage2D(c.TEXTURE_2D,f,a._glInternalFormat, a._glFormat,a._glPixelType,g)):(e=1/Math.pow(2,f),a._compressed?c.compressedTexImage2D(c.TEXTURE_2D,f,a._glInternalFormat,Math.max(a._width*e,1),Math.max(a._height*e,1),0,g):(this.setUnpackFlipY(!1),this.setUnpackPremultiplyAlpha(a._premultiplyAlpha),c.texImage2D(c.TEXTURE_2D,f,a._glInternalFormat,Math.max(a._width*e,1),Math.max(a._height*e,1),0,a._glFormat,a._glPixelType,g))),a._mipmapsUploaded=0===f?!1:!0)}f++}if(a._needsUpload)if(a._cubemap)for(f=0;6>f;f++)a._levelsUpdated[0][f]=!1;else a._levelsUpdated[0]= !1;!a._compressed&&a._mipmaps&&a._needsMipmapsUpload&&a.pot&&1===a._levels.length&&(c.generateMipmap(a._glTarget),a._mipmapsUploaded=!0);a._gpuSize&&(this._vram.tex-=a._gpuSize);a._gpuSize=a.gpuSize;this._vram.tex+=a._gpuSize}},activeTexture:function(a){this.textureUnit!==a&&(this.gl.activeTexture(this.gl.TEXTURE0+a),this.textureUnit=a)},bindTexture:function(a){var b=a._glTarget;a=a._glTexture;var c=this.textureUnit,g=this.targetToSlot[b];this.textureUnits[c][g]!==a&&(this.gl.bindTexture(b,a),this.textureUnits[c][g]= a)},bindTextureOnUnit:function(a,b){var c=a._glTarget,d=a._glTexture,e=this.targetToSlot[c];this.textureUnits[b][e]!==d&&(this.activeTexture(b),this.gl.bindTexture(c,d),this.textureUnits[b][e]=d)},setTextureParameters:function(a){var b=this.gl,c=a._parameterFlags,g=a._glTarget;if(c&1){var e=a._minFilter;if(!a.pot||!a._mipmaps||a._compressed&&1===a._levels.length)if(e===pc.FILTER_NEAREST_MIPMAP_NEAREST||e===pc.FILTER_NEAREST_MIPMAP_LINEAR)e=pc.FILTER_NEAREST;else if(e===pc.FILTER_LINEAR_MIPMAP_NEAREST|| e===pc.FILTER_LINEAR_MIPMAP_LINEAR)e=pc.FILTER_LINEAR;b.texParameteri(g,b.TEXTURE_MIN_FILTER,this.glFilter[e])}c&2&&b.texParameteri(g,b.TEXTURE_MAG_FILTER,this.glFilter[a._magFilter]);c&4&&(this.webgl2?b.texParameteri(g,b.TEXTURE_WRAP_S,this.glAddress[a._addressU]):b.texParameteri(g,b.TEXTURE_WRAP_S,this.glAddress[a.pot?a._addressU:pc.ADDRESS_CLAMP_TO_EDGE]));c&8&&(this.webgl2?b.texParameteri(g,b.TEXTURE_WRAP_T,this.glAddress[a._addressV]):b.texParameteri(g,b.TEXTURE_WRAP_T,this.glAddress[a.pot?a._addressV: pc.ADDRESS_CLAMP_TO_EDGE]));c&16&&this.webgl2&&b.texParameteri(g,b.TEXTURE_WRAP_R,this.glAddress[a._addressW]);c&32&&this.webgl2&&b.texParameteri(g,b.TEXTURE_COMPARE_MODE,a._compareOnRead?b.COMPARE_REF_TO_TEXTURE:b.NONE);c&64&&this.webgl2&&b.texParameteri(g,b.TEXTURE_COMPARE_FUNC,this.glComparison[a._compareFunc]);c&128&&(c=this.extTextureFilterAnisotropic)&&b.texParameterf(g,c.TEXTURE_MAX_ANISOTROPY_EXT,Math.max(1,Math.min(Math.round(a._anisotropy),this.maxAnisotropy)))},setTexture:function(a,b){a._glTexture|| this.initializeTexture(a);if(0A;A++)v=new pc.RenderTarget(b,y,{face:A,depth:!1}),p.x=A,p.y=0,m.setValue(d),q.setValue(p.data),pc.drawQuadWithShader(b,v,h),e(b,v,A);d=y}if(128A;A++)v=new pc.RenderTarget(b,y,{face:A,depth:!1}),p.x=A,p.y=F,p.z=r,p.w=n?3:0,m.setValue(d),q.setValue(p.data),pc.drawQuadWithShader(b,v,h),x===D-1&&k&&e(b,v,A);d=y}}a.sourceCubemap=d;y=null;if(!n&&a.filteredFixedRgbm)for(y=new pc.Texture(b,{cubemap:!0,rgbm:!0,format:pc.PIXELFORMAT_R8_G8_B8_A8, width:r,height:r,mipmaps:!1}),y.name="prefiltered-cube",A=0;6>A;A++)v=new pc.RenderTarget(b,y,{face:A,depth:!1}),p.x=A,p.w=2,m.setValue(d),q.setValue(p.data),pc.drawQuadWithShader(b,v,h),e(b,v,A);r=0===f?1:2048;v=0===f?0:-1;t[v]=[];for(x=0;7>x;x++)for(h=v;hh?n:!0,format:2>h?l:pc.PIXELFORMAT_R8_G8_B8_A8,fixCubemapSeams:1===h||3===h,width:z[x],height:z[x],mipmaps:!1}),t[h][x].name="prefiltered-cube");for(h=v;hx;x++)for(A=0;6>A;A++)v=new pc.RenderTarget(b,t[h][x],{face:A,depth:!1}),p.x=A,p.y=0>h?r:u[x],p.z=z[x],p.w=n?3:h,m.setValue(0===x?d:0===f?t[0][x-1]:t[-1][x-1]),q.setValue(p.data),pc.drawQuadWithShader(b,v,g),k&&e(b,v,A);a.filtered=t[0];if(k&&a.singleFilteredFixed){d=[d].concat(a.filteredFixed);n=new pc.Texture(b,{cubemap:!0,rgbm:n,fixCubemapSeams:!0,format:l,width:128,height:128,addressU:pc.ADDRESS_CLAMP_TO_EDGE,addressV:pc.ADDRESS_CLAMP_TO_EDGE});n.name= "prefiltered-cube";for(x=0;xd;d++){var h=a._levels[0][d],m=new pc.Texture(g, {cubemap:!1,rgbm:!1,format:a.format,width:f,height:f,mipmaps:!1});m.name="prefiltered-cube";m._levels[0]=h;m.upload();h=new pc.Texture(g,{cubemap:!1,rgbm:!1,format:a.format,width:f,height:f,mipmaps:!1});h.name="prefiltered-cube";h=new pc.RenderTarget(g,h,{depth:!1});n.setValue(m);pc.drawQuadWithShader(g,h,l);var q=new Uint8Array(f*f*4);e.bindFramebuffer(e.FRAMEBUFFER,h._glFrameBuffer);e.readPixels(0,0,m.width,m.height,e.RGBA,e.UNSIGNED_BYTE,q);a._levels[0][d]=q}}else{console.error("ERROR: SH: cubemap must be composed of arrays or images"); return}l=[];for(e=0;ed;d++)for(e=0;ep;p++)t=a._levels[0][d][4*m+p]/255,a.rgbm?(t*=8*r,t*=t):t=Math.pow(t,2.2),n[0+p]+=t*x,n[3+p]+=t*A*u,n[6+p]+=t*A*z,n[9+p]+=t*A*v,n[12+p]+=t*y*u*v,n[15+p]+=t*y*v*z,n[18+p]+=t*y*z*u,n[21+p]+=t*D*(3*v*v-1),n[24+p]+=t*F*(u*u-z*z),h+=q}for(p=0;pp;p++){c=pc.paraboloidFromCubemap(e, b[p],p,a);l.setValue(c);c=d;var r=p;c.x=.5*pc.math.clamp(r-2,0,1);var r=r-6*c.x,t=1-c.x;c.y=Math.min(.5*r,.75)*t+c.x;c.z=(1-.5*pc.math.clamp(r,0,1))*t;c.w=.5*c.z;c=1/c.z;f.x=c*q;f.y=2*f.x;f.x+=1;f.y+=1;n.setValue(f.data);d.x*=g;d.y*=g;d.z*=g;d.w*=g;pc.drawQuadWithShader(e,m,k,d)}return h}}}());pc.shaderChunks.TBNPS="void getTBN() {\n dTBN = mat3(normalize(dTangentW), normalize(dBinormalW), normalize(dVertexNormalW));\n}\n";pc.shaderChunks.TBNObjectSpacePS="void getTBN() {\n vec3 B = cross(dVertexNormalW, vObjectSpaceUpW);\n vec3 T = cross(dVertexNormalW, B);\n if (dot(B,B)==0.0) // deal with case when vObjectSpaceUpW dVertexNormalW are parallel\n {\n float major=max(max(dVertexNormalW.x, dVertexNormalW.y),dVertexNormalW.z);\n if (dVertexNormalW.x==major)\n {\n B=cross(dVertexNormalW, vec3(0,1,0));\n T=cross(dVertexNormalW, B);\n }\n else if (dVertexNormalW.y==major)\n {\n B=cross(dVertexNormalW, vec3(0,0,1));\n T=cross(dVertexNormalW, B);\n }\n else if (dVertexNormalW.z==major)\n {\n B=cross(dVertexNormalW, vec3(1,0,0));\n T=cross(dVertexNormalW, B);\n }\n }\n dTBN = mat3(normalize(T), normalize(B), normalize(dVertexNormalW));\n}\n"; pc.shaderChunks.TBNderivativePS="// http://www.thetenthplanet.de/archives/1180\nvoid getTBN() {\n vec2 uv = $UV;\n // get edge vectors of the pixel triangle\n vec3 dp1 = dFdx( vPositionW );\n vec3 dp2 = dFdy( vPositionW );\n vec2 duv1 = dFdx( uv );\n vec2 duv2 = dFdy( uv );\n // solve the linear system\n vec3 dp2perp = cross( dp2, dVertexNormalW );\n vec3 dp1perp = cross( dVertexNormalW, dp1 );\n vec3 T = dp2perp * duv1.x + dp1perp * duv2.x;\n vec3 B = dp2perp * duv1.y + dp1perp * duv2.y;\n // construct a scale-invariant frame\n float invmax = 1.0 / sqrt( max( dot(T,T), dot(B,B) ) );\n dTBN = mat3( T * invmax, B * invmax, dVertexNormalW );\n}\n"; pc.shaderChunks.TBNfastPS="void getTBN() {\n dTBN = mat3(dTangentW, dBinormalW, dVertexNormalW);\n}\n";pc.shaderChunks.alphaTestPS="uniform float alpha_ref;\nvoid alphaTest(float a) {\n if (a < alpha_ref) discard;\n}\n";pc.shaderChunks.ambientConstantPS="\nvoid addAmbient() {\n dDiffuseLight += light_globalAmbient;\n}\n";pc.shaderChunks.ambientPrefilteredCubePS="#ifndef PMREM4\n#define PMREM4\nuniform samplerCube texture_prefilteredCubeMap4;\n#endif\nvoid addAmbient() {\n vec3 fixedReflDir = fixSeamsStatic(dNormalW, 1.0 - 1.0 / 4.0);\n fixedReflDir.x *= -1.0;\n dDiffuseLight += processEnvironment($DECODE(textureCube(texture_prefilteredCubeMap4, fixedReflDir)).rgb);\n}\n"; pc.shaderChunks.ambientPrefilteredCubeLodPS="#ifndef PMREM4\n#define PMREM4\n#extension GL_EXT_shader_texture_lod : enable\nuniform samplerCube texture_prefilteredCubeMap128;\n#endif\nvoid addAmbient() {\n vec3 fixedReflDir = fixSeamsStatic(dNormalW, 1.0 - 1.0 / 4.0);\n fixedReflDir.x *= -1.0;\n dDiffuseLight += processEnvironment($DECODE( textureCubeLodEXT(texture_prefilteredCubeMap128, fixedReflDir, 5.0) ).rgb);\n}\n";pc.shaderChunks.ambientSHPS="uniform vec3 ambientSH[9];\nvoid addAmbient() {\n vec3 n = dNormalW;\n vec3 color =\n ambientSH[0] +\n ambientSH[1] * n.x +\n ambientSH[2] * n.y +\n ambientSH[3] * n.z +\n ambientSH[4] * n.x * n.z +\n ambientSH[5] * n.z * n.y +\n ambientSH[6] * n.y * n.x +\n ambientSH[7] * (3.0 * n.z * n.z - 1.0) +\n ambientSH[8] * (n.x * n.x - n.y * n.y);\n dDiffuseLight += processEnvironment(max(color, vec3(0.0)));\n}\n"; pc.shaderChunks.aoPS="#ifdef MAPTEXTURE\nuniform sampler2D texture_aoMap;\n#endif\nvoid applyAO() {\n dAo = 1.0;\n #ifdef MAPTEXTURE\n dAo *= texture2D(texture_aoMap, $UV).$CH;\n #endif\n #ifdef MAPVERTEX\n dAo *= saturate(vVertexColor.$VC);\n #endif\n dDiffuseLight *= dAo;\n}\n";pc.shaderChunks.aoSpecOccPS="uniform float material_occludeSpecularIntensity;\nvoid occludeSpecular() {\n // approximated specular occlusion from AO\n float specPow = exp2(dGlossiness * 11.0);\n // http://research.tri-ace.com/Data/cedec2011_RealtimePBR_Implementation_e.pptx\n float specOcc = saturate(pow(dot(dNormalW, dViewDirW) + dAo, 0.01*specPow) - 1.0 + dAo);\n specOcc = mix(1.0, specOcc, material_occludeSpecularIntensity);\n dSpecularLight *= specOcc;\n dReflection *= specOcc;\n}\n"; pc.shaderChunks.aoSpecOccConstPS="void occludeSpecular() {\n // approximated specular occlusion from AO\n float specPow = exp2(dGlossiness * 11.0);\n // http://research.tri-ace.com/Data/cedec2011_RealtimePBR_Implementation_e.pptx\n float specOcc = saturate(pow(dot(dNormalW, dViewDirW) + dAo, 0.01*specPow) - 1.0 + dAo);\n dSpecularLight *= specOcc;\n dReflection *= specOcc;\n}\n";pc.shaderChunks.aoSpecOccConstSimplePS="void occludeSpecular() {\n float specOcc = dAo;\n dSpecularLight *= specOcc;\n dReflection *= specOcc;\n}\n"; pc.shaderChunks.aoSpecOccSimplePS="uniform float material_occludeSpecularIntensity;\nvoid occludeSpecular() {\n float specOcc = mix(1.0, dAo, material_occludeSpecularIntensity);\n dSpecularLight *= specOcc;\n dReflection *= specOcc;\n}\n";pc.shaderChunks.bakeDirLmEndPS="\n vec4 dirLm = texture2D(texture_dirLightMap, vUv1);\n if (bakeDir > 0.5) {\n if (dAtten > 0.00001) {\n dirLm.xyz = dirLm.xyz * 2.0 - vec3(1.0);\n dAtten = saturate(dAtten);\n gl_FragColor.rgb = normalize(dLightDirNormW.xyz*dAtten + dirLm.xyz*dirLm.w) * 0.5 + vec3(0.5);\n gl_FragColor.a = dirLm.w + dAtten;\n gl_FragColor.a = max(gl_FragColor.a, 1.0 / 255.0);\n } else {\n gl_FragColor = dirLm;\n }\n } else {\n gl_FragColor.rgb = dirLm.xyz;\n gl_FragColor.a = max(dirLm.w, dAtten > 0.00001? (1.0/255.0) : 0.0);\n }\n"; pc.shaderChunks.bakeLmEndPS="\ngl_FragColor.rgb = dDiffuseLight;\ngl_FragColor.rgb = pow(gl_FragColor.rgb, vec3(0.5));\ngl_FragColor.rgb /= 8.0;\ngl_FragColor.a = clamp( max( max( gl_FragColor.r, gl_FragColor.g ), max( gl_FragColor.b, 1.0 / 255.0 ) ), 0.0,1.0 );\ngl_FragColor.a = ceil(gl_FragColor.a * 255.0) / 255.0;\ngl_FragColor.rgb /= gl_FragColor.a;\n";pc.shaderChunks.basePS="\nuniform vec3 view_position;\nuniform vec3 light_globalAmbient;\nfloat square(float x) {\n return x*x;\n}\nfloat saturate(float x) {\n return clamp(x, 0.0, 1.0);\n}\nvec3 saturate(vec3 x) {\n return clamp(x, vec3(0.0), vec3(1.0));\n}\n"; pc.shaderChunks.baseVS="\nattribute vec3 vertex_position;\nattribute vec3 vertex_normal;\nattribute vec4 vertex_tangent;\nattribute vec2 vertex_texCoord0;\nattribute vec2 vertex_texCoord1;\nattribute vec4 vertex_color;\nuniform mat4 matrix_viewProjection;\nuniform mat4 matrix_model;\nuniform mat3 matrix_normal;\nvec3 dPositionW;\nmat4 dModelMatrix;\nmat3 dNormalMatrix;\nvec3 dLightPosW;\nvec3 dLightDirNormW;\nvec3 dNormalW;\n";pc.shaderChunks.baseNineSlicedPS="#define NINESLICED\nvarying vec2 vMask;\nvarying vec2 vTiledUv;\nuniform mediump vec4 innerOffset;\nuniform mediump vec2 outerScale;\nuniform mediump vec4 atlasRect;\nvec2 nineSlicedUv;\n"; pc.shaderChunks.baseNineSlicedVS="#define NINESLICED\nvarying vec2 vMask;\nvarying vec2 vTiledUv;\nuniform mediump vec4 innerOffset;\nuniform mediump vec2 outerScale;\nuniform mediump vec4 atlasRect;\n";pc.shaderChunks.baseNineSlicedTiledPS="#define NINESLICED\n#define NINESLICETILED\nvarying vec2 vMask;\nvarying vec2 vTiledUv;\nuniform mediump vec4 innerOffset;\nuniform mediump vec2 outerScale;\nuniform mediump vec4 atlasRect;\nvec2 nineSlicedUv;\n";pc.shaderChunks.biasConstPS="#define SHADOWBIAS\nfloat getShadowBias(float resolution, float maxBias) {\n return maxBias;\n}\n"; pc.shaderChunks.blurVSMPS="\nvarying vec2 vUv0;\nuniform sampler2D source;\nuniform vec2 pixelOffset;\n#ifdef GAUSS\nuniform float weight[SAMPLES];\n#endif\n#ifdef PACKED\nfloat decodeFloatRG(vec2 rg) {\n return rg.y*(1.0/255.0) + rg.x;\n}\nvec2 encodeFloatRG( float v ) {\n vec2 enc = vec2(1.0, 255.0) * v;\n enc = fract(enc);\n enc -= enc.yy * vec2(1.0/255.0, 1.0/255.0);\n return enc;\n}\n#endif\nvoid main(void) {\n vec3 moments = vec3(0.0);\n vec2 uv = vUv0 - pixelOffset * (float(SAMPLES) * 0.5);\n for(int i=0; ib.length){for(var a=b,c=a.charAt(a.length-1),d=pc._matTex2D[e]-a.length,f=0;f=pc.SHADER_SHADOW&&17>=b.pass;this.options=b;var h="",m="",q="",p=pc.shaderChunks,r,t={vertex_position:pc.SEMANTIC_POSITION};if(b.chunks){var u={};for(c in p)p.hasOwnProperty(c)&&(b.chunks[c]?(r=b.chunks[c],0<=r.indexOf("vertex_normal")&&(t.vertex_normal=pc.SEMANTIC_NORMAL),0<=r.indexOf("vertex_tangent")&&(t.vertex_tangent=pc.SEMANTIC_TANGENT),0<=r.indexOf("vertex_texCoord0")&&(t.vertex_texCoord0=pc.SEMANTIC_TEXCOORD0), 0<=r.indexOf("vertex_texCoord1")&&(t.vertex_texCoord1=pc.SEMANTIC_TEXCOORD1),0<=r.indexOf("vertex_color")&&(t.vertex_color=pc.SEMANTIC_COLOR),0<=r.indexOf("vertex_boneWeights")&&(t.vertex_boneWeights=pc.SEMANTIC_BLENDWEIGHT),0<=r.indexOf("vertex_boneIndices")&&(t.vertex_boneIndices=pc.SEMANTIC_BLENDINDICES),u[c]=r):u[c]=p[c]);for(c in b.chunks)(p=this._oldChunkToNew[c])&&(u[p.n]=p.f(b.chunks[c],p.n,c));p=u}h=this._vsAddBaseCode(h,e,p,b);u=-1;if(!b.noShadow&&!b.twoSidedLighting){for(a=0;a=e.fragmentUniformsCount&&(h+=p.viewNormalVS,m+=" vNormalV = getViewNormal();\n"),(b.heightMap||b.normalMap||b.enableGGXSpecular)&& b.hasTangents?(t.vertex_tangent=pc.SEMANTIC_TANGENT,h+=p.tangentBinormalVS,m+=" vTangentW = getTangent();\n vBinormalW = getBinormal();\n"):b.enableGGXSpecular&&(h+=p.tangentBinormalVS,m+=" vObjectSpaceUpW = getObjectSpaceUp();\n"),0<=u&&(r=b.lights[u]._type,m=r===pc.LIGHTTYPE_DIRECTIONAL?m+(" dLightDirNormW = light"+u+"_directionVS;\n"):m+(" getLightDirPoint(light"+u+"_positionVS);\n"),m+=this._nonPointShadowMapProjection(e,b.lights[u],"(light"+u+"_shadowMatrixVS, light"+u+"_shadowParamsVS);\n"))); r=[];var z=[],v,x,A;for(c in pc._matTex2D)a=c+"Map",b[c+"VertexColor"]&&(v=c+"VertexColorChannel",b[v]=this._correctChannel(c,b[v])),b[a]&&(v=a+"Channel",x=a+"Transform",A=a+"Uv",b[A]=Math.min(b[A],1),b[v]=this._correctChannel(c,b[v]),A=b[A],r[A]=!0,z[A]=z[A]||b[a]&&!b[x]);b.forceUv1&&(r[1]=!0);for(a=0;2>a;a++)r[a]&&(t["vertex_texCoord"+a]=pc["SEMANTIC_TEXCOORD"+a],h+=p["uv"+a+"VS"],m+=" vec2 uv"+a+" = getUv"+a+"();\n"),z[a]&&(m+=" vUv"+a+" = uv"+a+";\n");r=[h,q,m,[]];for(c in pc._matTex2D)a= c+"Map",b[a]&&(x=a+"Transform",b[x]&&(A=a+"Uv",this._setMapTransform(r,c,b[x],b[A])));h=r[0];q=r[1];m=r[2];b.vertexColors&&(t.vertex_color=pc.SEMANTIC_COLOR,m+=" vVertexColor = vertex_color;\n");b.skin?(t.vertex_boneWeights=pc.SEMANTIC_BLENDWEIGHT,t.vertex_boneIndices=pc.SEMANTIC_BLENDINDICES,h+=pc.programlib.skinCode(e,p),h+="#define SKIN\n"):b.useInstancing&&(h+="#define INSTANCING\n");b.screenSpace&&(h+="#define SCREENSPACE\n");b.pixelSnap&&(h+="#define PIXELSNAP\n");h=this._vsAddTransformCode(h, e,p,b);l&&(h+=p.normalVS);h=h+"\n"+p.startVS;c=h=h+m+"}";r=q;q=""+this._addVaryingIfNeeded(h,"vec4","vMainShadowUv");q+=this._addVaryingIfNeeded(h,"vec4","vVertexColor");q+=this._addVaryingIfNeeded(h,"vec3","vPositionW");q+=this._addVaryingIfNeeded(h,"vec3","vNormalV");q+=this._addVaryingIfNeeded(h,"vec3","vNormalW");q+=this._addVaryingIfNeeded(h,"vec3","vTangentW");q+=this._addVaryingIfNeeded(h,"vec3","vBinormalW");q+=this._addVaryingIfNeeded(h,"vec3","vObjectSpaceUpW");q+=this._addVaryingIfNeeded(h, "vec2","vUv0");q+=this._addVaryingIfNeeded(h,"vec2","vUv1");q+=r;c=q+c;h="";e.webgl2?(h=pc.programlib.versionCode(e),p.extensionVS&&(h+=p.extensionVS+"\n"),c=h+p.gles3VS+c):(p.extensionVS&&(h=p.extensionVS+"\n"),c=h+c);b.forceFragmentPrecision&&"highp"!=b.forceFragmentPrecision&&"mediump"!==b.forceFragmentPrecision&&"lowp"!==b.forceFragmentPrecision&&(b.forceFragmentPrecision=null);b.forceFragmentPrecision&&("highp"===b.forceFragmentPrecision&&"highp"!==e.maxPrecision&&(b.forceFragmentPrecision="mediump"), "mediump"===b.forceFragmentPrecision&&"lowp"===e.maxPrecision&&(b.forceFragmentPrecision="lowp"));h="";e.webgl2&&(h+=pc.programlib.versionCode(e));e.extStandardDerivatives&&!e.webgl2&&(h+="#extension GL_OES_standard_derivatives : enable\n\n");p.extensionPS&&(h+=p.extensionPS+"\n");e.webgl2&&(h+=p.gles3PS);h+=b.forceFragmentPrecision?"precision "+b.forceFragmentPrecision+" float;\n\n":pc.programlib.precisionCode(e);if(b.pass===pc.SHADER_PICK)return h=h+"uniform vec4 uColor;\n"+q,b.alphaTest&&(h=h+ "float dAlpha;\n"+this._addMap("opacity","opacityPS",b,p),h+=p.alphaTestPS),h+=pc.programlib.begin(),b.alphaTest&&(h+=" getOpacity();\n alphaTest(dAlpha);\n"),h=h+" gl_FragColor = uColor;\n"+pc.programlib.end(),{attributes:t,vshader:c,fshader:h};if(b.pass===pc.SHADER_DEPTH)return h=h+"varying float vDepth;\n"+q+p.packDepthPS,b.alphaTest&&(h+="float dAlpha;\n",h+=this._addMap("opacity","opacityPS",b,p),h+=p.alphaTestPS),h+=pc.programlib.begin(),b.alphaTest&&(h+=" getOpacity();\n",h+=" alphaTest(dAlpha);\n"), h+=" gl_FragColor = packFloat(vDepth);\n",h+=pc.programlib.end(),{attributes:t,vshader:c,fshader:h};if(n){f=b.pass-pc.SHADER_SHADOW;r=Math.floor(f/5);f-=5*r;e.extStandardDerivatives&&!e.webgl2&&(h+="uniform vec2 polygonOffset;\n");f===pc.SHADOW_VSM32?h=e.textureFloatHighPrecision?h+"#define VSM_EXPONENT 15.0\n\n":h+"#define VSM_EXPONENT 5.54\n\n":f===pc.SHADOW_VSM16&&(h+="#define VSM_EXPONENT 5.54\n\n");r!==pc.LIGHTTYPE_DIRECTIONAL&&(h+="uniform vec3 view_position;\n",h+="uniform float light_radius;\n"); h+=q;b.alphaTest&&(h+="float dAlpha;\n",h+=this._addMap("opacity","opacityPS",b,p),h+=p.alphaTestPS);f!==pc.SHADOW_PCF3||e.webgl2&&r!==pc.LIGHTTYPE_POINT?f===pc.SHADOW_VSM8&&(h+="vec2 encodeFloatRG( float v ) {\n",h+=" vec2 enc = vec2(1.0, 255.0) * v;\n",h+=" enc = fract(enc);\n",h+=" enc -= enc.yy * vec2(1.0/255.0, 1.0/255.0);\n",h+=" return enc;\n",h+="}\n\n"):h+=p.packDepthPS;h+=pc.programlib.begin();b.alphaTest&&(h+=" getOpacity();\n",h+=" alphaTest(dAlpha);\n");var y=f===pc.SHADOW_VSM8|| f===pc.SHADOW_VSM16||f===pc.SHADOW_VSM32,h=r===pc.LIGHTTYPE_POINT||y&&r!==pc.LIGHTTYPE_DIRECTIONAL?h+" float depth = min(distance(view_position, vPositionW) / light_radius, 0.99999);\n":h+" float depth = gl_FragCoord.z;\n";f!==pc.SHADOW_PCF3||e.webgl2&&r!==pc.LIGHTTYPE_POINT?h=f===pc.SHADOW_PCF3||f===pc.SHADOW_PCF5?h+" gl_FragColor = vec4(1.0);\n":f===pc.SHADOW_VSM8?h+" gl_FragColor = vec4(encodeFloatRG(depth), encodeFloatRG(depth*depth));\n":h+p.storeEVSMPS:(e.extStandardDerivatives&&!e.webgl2&& (h+=" float minValue = 2.3374370500153186e-10; //(1.0 / 255.0) / (256.0 * 256.0 * 256.0);\n",h+=" depth += polygonOffset.x * max(abs(dFdx(depth)), abs(dFdy(depth))) + minValue * polygonOffset.y;\n"),h+=" gl_FragColor = packFloat(depth);\n");h+=pc.programlib.end();return{attributes:t,vshader:c,fshader:h}}if(b.customFragmentShader)return h+=b.customFragmentShader,{attributes:t,vshader:c,fshader:h,tag:pc.SHADERTAG_MATERIAL};q=h=this._fsAddBaseCode(h+q,e,p,b);h="";z=0;x=[];v=A=!1;for(a=0;a 0.00001) {\n",r!==pc.LIGHTTYPE_SPOT||g&&!m._cookieFalloff||(h+=" dAtten *= getSpotEffect(light"+ a+"_direction, light"+a+"_innerConeAngle, light"+a+"_outerConeAngle);\n",A=!0)),h+=" dAtten *= getLightDiffuse();\n",m.castShadows&&!b.noShadow&&(m._shadowType===pc.SHADOW_VSM8?(l="VSM8",y="0.0"):m._shadowType===pc.SHADOW_VSM16?(l="VSM16",y="5.54"):m._shadowType===pc.SHADOW_VSM32?(l="VSM32",y=e.textureFloatHighPrecision?"15.0":"5.54"):l=m._shadowType===pc.SHADOW_PCF5?"PCF5x5":"PCF3x3",null!==l&&(r===pc.LIGHTTYPE_POINT?(d="(light"+a+"_shadowMap, light"+a+"_shadowParams);\n",m._normalOffsetBias&& (h+=" normalOffsetPointShadow(light"+a+"_shadowParams);\n"),h+=" dAtten *= getShadowPoint"+l+d):(u===a?l+="VS":(d="(light"+a+"_shadowMatrix, light"+a+"_shadowParams);\n",h+=this._nonPointShadowMapProjection(e,b.lights[a],d)),r===pc.LIGHTTYPE_SPOT&&(l="Spot"+l),h+=" dAtten *= getShadow"+l+"(light"+a+"_shadowMap, light"+a+"_shadowParams"+(m._isVsm?", "+y:"")+");\n"))),h+=" dDiffuseLight += dAtten * light"+a+"_color"+(g?" * dAtten3":"")+";\n",b.useSpecular&&(h+=" dAtten *= getLightSpecular();\n", h+=" dSpecularLight += dAtten * light"+a+"_color"+(g?" * dAtten3":"")+";\n"),r!==pc.LIGHTTYPE_DIRECTIONAL&&(h+=" }\n"),h+="\n";(f||b.sphereMap||b.dpAtlas)&&b.refraction&&(h+=" addRefraction();\n")}h+="\n";n&&(b.occludeDirect&&(h+=" applyAO();\n"),b.occludeSpecular&&(h+=" occludeSpecular();\n"));h+=p.endPS;h=b.blendType===pc.BLEND_NORMAL||b.blendType===pc.BLEND_ADDITIVEALPHA||b.alphaToCoverage?h+p.outputAlphaPS:b.blendType===pc.BLEND_PREMULTIPLIED?h+p.outputAlphaPremulPS:h+p.outputAlphaOpaquePS; b.msdf&&(h+=" gl_FragColor = applyMsdf(gl_FragColor);\n");h+="\n";h+=pc.programlib.end();k&&(h=p.lightDirPointPS+h);z&&(h=p.falloffLinearPS+h);x&&(h=p.falloffInvSquaredPS+h);A&&(h=p.spotPS+h);v&&(h=p.cookiePS+h);p="";h.includes("dReflection")&&(p+="vec4 dReflection;\n");h.includes("dTBN")&&(p+="mat3 dTBN;\n");h.includes("dAlbedo")&&(p+="vec3 dAlbedo;\n");h.includes("dEmission")&&(p+="vec3 dEmission;\n");h.includes("dNormalW")&&(p+="vec3 dNormalW;\n");h.includes("dVertexNormalW")&&(p+="vec3 dVertexNormalW;\n"); h.includes("dTangentW")&&(p+="vec3 dTangentW;\n");h.includes("dBinormalW")&&(p+="vec3 dBinormalW;\n");h.includes("dViewDirW")&&(p+="vec3 dViewDirW;\n");h.includes("dReflDirW")&&(p+="vec3 dReflDirW;\n");h.includes("dDiffuseLight")&&(p+="vec3 dDiffuseLight;\n");h.includes("dSpecularLight")&&(p+="vec3 dSpecularLight;\n");h.includes("dLightDirNormW")&&(p+="vec3 dLightDirNormW;\n");h.includes("dLightDirW")&&(p+="vec3 dLightDirW;\n");h.includes("dLightPosW")&&(p+="vec3 dLightPosW;\n");h.includes("dShadowCoord")&& (p+="vec3 dShadowCoord;\n");h.includes("dNormalMap")&&(p+="vec3 dNormalMap;\n");h.includes("dSpecularity")&&(p+="vec3 dSpecularity;\n");h.includes("dUvOffset")&&(p+="vec2 dUvOffset;\n");h.includes("dGlossiness")&&(p+="float dGlossiness;\n");h.includes("dAlpha")&&(p+="float dAlpha;\n");h.includes("dAtten")&&(p+="float dAtten;\n");h.includes("dAtten3")&&(p+="vec3 dAtten3;\n");h.includes("dAo")&&(p+="float dAo;\n");h.includes("dMsdf")&&(p+="vec4 dMsdf;\n");h=q+p+h;return{attributes:t,vshader:c,fshader:h, tag:pc.SHADERTAG_MATERIAL}}};pc.programlib.skybox={generateKey:function(e){return"skybox"+e.rgbm+" "+e.hdr+" "+e.fixSeams+""+e.toneMapping+""+e.gamma+""+e.useIntensity+""+e.mip},createShaderDefinition:function(e,b){var a=pc.shaderChunks;return{attributes:{aPosition:pc.SEMANTIC_POSITION},vshader:a.skyboxVS,fshader:pc.programlib.precisionCode(e)+(b.mip?a.fixCubemapSeamsStretchPS:a.fixCubemapSeamsNonePS)+(b.useIntensity?a.envMultiplyPS:a.envConstPS)+pc.programlib.gammaCode(b.gamma)+pc.programlib.tonemapCode(b.toneMapping)+a.rgbmPS+ a.skyboxHDRPS.replace(/\$textureCubeSAMPLE/g,b.rgbm?"textureCubeRGBM":b.hdr?"textureCube":"textureCubeSRGB").replace(/\$FIXCONST/g,1-1/[128,64,16,8,4,2][b.mip]+"")}}};Object.assign(pc,function(){var e={type:pc.PRIMITIVE_TRISTRIP,base:0,count:4,indexed:!1},b=function(a){this.device=a;this.depthMap=this.shader=null;this.vertexBuffer=pc.createFullscreenQuad(a);this.needsDepthBuffer=!1};Object.assign(b.prototype,{render:function(a,b,d){}});return{PostEffect:b,createFullscreenQuad:function(a){var b=new pc.VertexFormat(a,[{semantic:pc.SEMANTIC_POSITION,components:2,type:pc.TYPE_FLOAT32}]);a=new pc.VertexBuffer(a,b,4);b=new pc.VertexIterator(a);b.element[pc.SEMANTIC_POSITION].set(-1, -1);b.next();b.element[pc.SEMANTIC_POSITION].set(1,-1);b.next();b.element[pc.SEMANTIC_POSITION].set(-1,1);b.next();b.element[pc.SEMANTIC_POSITION].set(1,1);b.end();return a},drawFullscreenQuad:function(a,b,d,f,g){var c=a.getRenderTarget();a.setRenderTarget(b);a.updateBegin();var l=null!==b?b.width:a.width,n=null!==b?b.height:a.height,h=0,m=0;g&&(h=g.x*l,m=g.y*n,l*=g.z,n*=g.w);g=a.vx;b=a.vy;var q=a.vw,p=a.vh;a.setViewport(h,m,l,n);var r=a.sx,t=a.sy,u=a.sw,z=a.sh;a.setScissor(h,m,l,n);var l=a.getBlending(), n=a.getDepthTest(),h=a.getDepthWrite(),m=a.getCullMode(),v=a.writeRed,x=a.writeGreen,A=a.writeBlue,y=a.writeAlpha;a.setBlending(!1);a.setDepthTest(!1);a.setDepthWrite(!1);a.setCullMode(pc.CULLFACE_NONE);a.setColorWrite(!0,!0,!0,!0);a.setVertexBuffer(d,0);a.setShader(f);a.draw(e);a.setBlending(l);a.setDepthTest(n);a.setDepthWrite(h);a.setCullMode(m);a.setColorWrite(v,x,A,y);a.updateEnd();a.setRenderTarget(c);a.updateBegin();a.setViewport(g,b,q,p);a.setScissor(r,t,u,z)}}}());(function(){var e={BLEND_SUBTRACTIVE:0,BLEND_ADDITIVE:1,BLEND_NORMAL:2,BLEND_NONE:3,BLEND_PREMULTIPLIED:4,BLEND_MULTIPLICATIVE:5,BLEND_ADDITIVEALPHA:6,BLEND_MULTIPLICATIVE2X:7,BLEND_SCREEN:8,BLEND_MIN:9,BLEND_MAX:10,FOG_NONE:"none",FOG_LINEAR:"linear",FOG_EXP:"exp",FOG_EXP2:"exp2",FRESNEL_NONE:0,FRESNEL_SCHLICK:2,LAYER_HUD:0,LAYER_GIZMO:1,LAYER_FX:2,LAYER_WORLD:15,LAYERID_WORLD:0,LAYERID_DEPTH:1,LAYERID_SKYBOX:2,LAYERID_IMMEDIATE:3,LAYERID_UI:4,LIGHTTYPE_DIRECTIONAL:0,LIGHTTYPE_POINT:1,LIGHTTYPE_SPOT:2, LIGHTFALLOFF_LINEAR:0,LIGHTFALLOFF_INVERSESQUARED:1,SHADOW_PCF3:0,SHADOW_DEPTH:0,SHADOW_VSM8:1,SHADOW_VSM16:2,SHADOW_VSM32:3,SHADOW_PCF5:4,BLUR_BOX:0,BLUR_GAUSSIAN:1,PARTICLESORT_NONE:0,PARTICLESORT_DISTANCE:1,PARTICLESORT_NEWER_FIRST:2,PARTICLESORT_OLDER_FIRST:3,PARTICLEMODE_GPU:0,PARTICLEMODE_CPU:1,EMITTERSHAPE_BOX:0,EMITTERSHAPE_SPHERE:1,PARTICLEORIENTATION_SCREEN:0,PARTICLEORIENTATION_WORLD:1,PARTICLEORIENTATION_EMITTER:2,PROJECTION_PERSPECTIVE:0,PROJECTION_ORTHOGRAPHIC:1,RENDERSTYLE_SOLID:0, RENDERSTYLE_WIREFRAME:1,RENDERSTYLE_POINTS:2,CUBEPROJ_NONE:0,CUBEPROJ_BOX:1,SPECULAR_PHONG:0,SPECULAR_BLINN:1,GAMMA_NONE:0,GAMMA_SRGB:1,GAMMA_SRGBFAST:2,GAMMA_SRGBHDR:3,TONEMAP_LINEAR:0,TONEMAP_FILMIC:1,TONEMAP_HEJL:2,TONEMAP_ACES:3,TONEMAP_ACES2:4,SPECOCC_NONE:0,SPECOCC_AO:1,SPECOCC_GLOSSDEPENDENT:2,SHADERDEF_NOSHADOW:1,SHADERDEF_SKIN:2,SHADERDEF_UV0:4,SHADERDEF_UV1:8,SHADERDEF_VCOLOR:16,SHADERDEF_INSTANCING:32,SHADERDEF_LM:64,SHADERDEF_DIRLM:128,SHADERDEF_SCREENSPACE:256,SHADERDEF_TANGENTS:512, LINEBATCH_WORLD:0,LINEBATCH_OVERLAY:1,LINEBATCH_GIZMO:2,SHADOWUPDATE_NONE:0,SHADOWUPDATE_THISFRAME:1,SHADOWUPDATE_REALTIME:2,SORTKEY_FORWARD:0,SORTKEY_DEPTH:1,MASK_DYNAMIC:1,MASK_BAKED:2,MASK_LIGHTMAP:4,SHADER_FORWARD:0,SHADER_FORWARDHDR:1,SHADER_DEPTH:2,SHADER_SHADOW:3,SHADER_PICK:18,BAKE_COLOR:0,BAKE_COLORDIR:1,VIEW_CENTER:0,VIEW_LEFT:1,VIEW_RIGHT:2,SORTMODE_NONE:0,SORTMODE_MANUAL:1,SORTMODE_MATERIALMESH:2,SORTMODE_BACK2FRONT:3,SORTMODE_FRONT2BACK:4,SORTMODE_CUSTOM:5,COMPUPDATED_INSTANCES:1,COMPUPDATED_LIGHTS:2, COMPUPDATED_CAMERAS:4,COMPUPDATED_BLEND:8,ASPECT_AUTO:0,ASPECT_MANUAL:1,ORIENTATION_HORIZONTAL:0,ORIENTATION_VERTICAL:1};Object.assign(pc,e);pc.scene={};Object.assign(pc.scene,e)})(); Object.assign(pc,function(){var e=function(){pc.EventHandler.call(this);this.root=null;this._gravity=new pc.Vec3(0,-9.8,0);this._layers=null;this._fog=pc.FOG_NONE;this.fogColor=new pc.Color(0,0,0);this.fogStart=1;this.fogEnd=1E3;this.fogDensity=0;this.ambientLight=new pc.Color(0,0,0);this._gammaCorrection=pc.GAMMA_NONE;this._toneMapping=0;this.exposure=1;this._skyboxPrefiltered=[null,null,null,null,null,null];this._firstUpdateSkybox=!0;this.skyboxModel=this._skyboxCubeMap=null;this._skyboxIntensity= 1;this._skyboxMip=0;this.lightmapSizeMultiplier=1;this.lightmapMaxResolution=2048;this.lightmapMode=pc.BAKE_COLORDIR;this._stats={meshInstances:0,lights:0,dynamicLights:0,bakedLights:0,lastStaticPrepareFullTime:0,lastStaticPrepareSearchTime:0,lastStaticPrepareWriteTime:0,lastStaticPrepareTriAabbTime:0,lastStaticPrepareCombineTime:0,updateShadersTime:0};this.updateSkybox=this.updateShaders=!0;this._shaderVersion=0;this._statsUpdated=!1;this._models=[];this.defaultMaterial=new pc.StandardMaterial;this.defaultMaterial.name= "Default Material";this.defaultMaterial.shadingModel=pc.SPECULAR_BLINN};e.prototype=Object.create(pc.EventHandler.prototype);e.prototype.constructor=e;e.prototype.destroy=function(){this.root=null;this.defaultMaterial.destroy();this.defaultMaterial=null;this.off()};Object.defineProperty(e.prototype,"fog",{get:function(){return this._fog},set:function(b){b!==this._fog&&(this._fog=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype,"gammaCorrection",{get:function(){return this._gammaCorrection}, set:function(b){b!==this._gammaCorrection&&(this._gammaCorrection=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype,"toneMapping",{get:function(){return this._toneMapping},set:function(b){b!==this._toneMapping&&(this._toneMapping=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype,"skybox",{get:function(){return this._skyboxCubeMap},set:function(b){this._skyboxCubeMap=b;this._resetSkyboxModel();this.updateShaders=!0}});Object.defineProperty(e.prototype,"skyboxIntensity",{get:function(){return this._skyboxIntensity}, set:function(b){this._skyboxIntensity=b;this._resetSkyboxModel();this.updateShaders=!0}});Object.defineProperty(e.prototype,"skyboxMip",{get:function(){return this._skyboxMip},set:function(b){this._skyboxMip=b;this._resetSkyboxModel();this.updateShaders=!0}});Object.defineProperty(e.prototype,"skyboxPrefiltered128",{get:function(){return this._skyboxPrefiltered[0]},set:function(b){this._skyboxPrefiltered[0]!==b&&(this._skyboxPrefiltered[0]=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype, "skyboxPrefiltered64",{get:function(){return this._skyboxPrefiltered[1]},set:function(b){this._skyboxPrefiltered[1]!==b&&(this._skyboxPrefiltered[1]=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype,"skyboxPrefiltered32",{get:function(){return this._skyboxPrefiltered[2]},set:function(b){this._skyboxPrefiltered[2]!==b&&(this._skyboxPrefiltered[2]=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype,"skyboxPrefiltered16",{get:function(){return this._skyboxPrefiltered[3]},set:function(b){this._skyboxPrefiltered[3]!== b&&(this._skyboxPrefiltered[3]=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype,"skyboxPrefiltered8",{get:function(){return this._skyboxPrefiltered[4]},set:function(b){this._skyboxPrefiltered[4]!==b&&(this._skyboxPrefiltered[4]=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype,"skyboxPrefiltered4",{get:function(){return this._skyboxPrefiltered[5]},set:function(b){this._skyboxPrefiltered[5]!==b&&(this._skyboxPrefiltered[5]=b,this.updateShaders=!0)}});Object.defineProperty(e.prototype, "drawCalls",{get:function(){var b=this.layers._meshInstances;b.length||(this.layers._update(),b=this.layers._meshInstances);return b},set:function(b){}});Object.defineProperty(e.prototype,"layers",{get:function(){return this._layers},set:function(b){var a=this._layers;this._layers=b;this.fire("set:layers",a,b)}});e.prototype.applySettings=function(b){this._gravity.set(b.physics.gravity[0],b.physics.gravity[1],b.physics.gravity[2]);this.ambientLight.set(b.render.global_ambient[0],b.render.global_ambient[1], b.render.global_ambient[2]);this._fog=b.render.fog;this.fogColor.set(b.render.fog_color[0],b.render.fog_color[1],b.render.fog_color[2]);this.fogStart=b.render.fog_start;this.fogEnd=b.render.fog_end;this.fogDensity=b.render.fog_density;this._gammaCorrection=b.render.gamma_correction;this._toneMapping=b.render.tonemapping;this.lightmapSizeMultiplier=b.render.lightmapSizeMultiplier;this.lightmapMaxResolution=b.render.lightmapMaxResolution;this.lightmapMode=b.render.lightmapMode;this.exposure=b.render.exposure; this._skyboxIntensity=void 0===b.render.skyboxIntensity?1:b.render.skyboxIntensity;this._skyboxMip=void 0===b.render.skyboxMip?0:b.render.skyboxMip;this._resetSkyboxModel();this.updateShaders=!0};e.prototype._updateSkybox=function(b){if(this._skyboxCubeMap&&!this.skyboxModel){var a=new pc.Material,c=this;a.updateShader=function(a,d,f,g,e){this.shader=b.getProgramLibrary().getProgram("skybox",{rgbm:c._skyboxCubeMap.rgbm,hdr:c._skyboxCubeMap.rgbm||c._skyboxCubeMap.format===pc.PIXELFORMAT_RGBA32F,useIntensity:1!== c.skyboxIntensity,mip:c._skyboxCubeMap.fixCubemapSeams?c.skyboxMip:0,fixSeams:c._skyboxCubeMap.fixCubemapSeams,gamma:e===pc.SHADER_FORWARDHDR?c.gammaCorrection?pc.GAMMA_SRGBHDR:pc.GAMMA_NONE:c.gammaCorrection,toneMapping:e===pc.SHADER_FORWARDHDR?pc.TONEMAP_LINEAR:c.toneMapping})};a.updateShader();var d;if(this._skyboxCubeMap.fixCubemapSeams&&c._skyboxMip){var f=this["skyboxPrefiltered"+[null,"64","16","8","4"][c._skyboxMip]];f&&(d=f)}else d=this._skyboxCubeMap;a.setParameter("texture_cubeMap",d); a.cull=pc.CULLFACE_NONE;if(f=this.layers.getLayerById(pc.LAYERID_SKYBOX)){var g=new pc.GraphNode,e=pc.createBox(b),a=new pc.MeshInstance(g,e,a);a.cull=!1;a._noDepthDrawGl1=!0;e=new pc.Model;e.graph=g;e.meshInstances=[a];this.skyboxModel=e;f.addMeshInstances(e.meshInstances);this.skyLayer=f;this._firstUpdateSkybox&&(f.enabled=!0,this._firstUpdateSkybox=!1);this.fire("set:skybox",d)}}};e.prototype._resetSkyboxModel=function(){this.skyboxModel&&(this.skyLayer.removeMeshInstances(this.skyboxModel.meshInstances), this.skyboxModel.destroy());this.skyboxModel=null;this.updateSkybox=!0};e.prototype.setSkybox=function(b){var a;b||(b=[null,null,null,null,null,null,null]);var c=!1;this._skyboxCubeMap!==b[0]&&(c=!0);if(!c)for(a=0;6>a&&!c;a++)this._skyboxPrefiltered[a]!==b[a+1]&&(c=!0);if(c){for(a=0;6>a;a++)this._skyboxPrefiltered[a]=b[a+1];this.skybox=b[0]}};e.prototype.destroy=function(){this.skybox=null};e.prototype.addModel=function(b){if(!this.containsModel(b)){var a=this.layers.getLayerById(pc.LAYERID_WORLD); a&&(a.addMeshInstances(b.meshInstances),this._models.push(b))}};e.prototype.addShadowCaster=function(b){var a=this.layers.getLayerById(pc.LAYERID_WORLD);a&&a.addShadowCasters(b.meshInstances)};e.prototype.removeModel=function(b){var a=this._models.indexOf(b);if(-1!==a){var c=this.layers.getLayerById(pc.LAYERID_WORLD);c&&(c.removeMeshInstances(b.meshInstances),this._models.splice(a,1))}};e.prototype.removeShadowCasters=function(b){var a=this.layers.getLayerById(pc.LAYERID_WORLD);a&&a.removeShadowCasters(b.meshInstances)}; e.prototype.containsModel=function(b){return 0<=this._models.indexOf(b)};e.prototype.getModels=function(b){return this._models};return{Scene:e}}());Object.assign(pc,function(){function e(a,b){if(b!==pc.SHADOW_PCF3||a.webgl2){if(b===pc.SHADOW_VSM32)return a.extTextureFloatLinear?pc.FILTER_LINEAR:pc.FILTER_NEAREST;if(b===pc.SHADOW_VSM16)return a.extTextureHalfFloatLinear?pc.FILTER_LINEAR:pc.FILTER_NEAREST}else return pc.FILTER_NEAREST;return pc.FILTER_LINEAR}function b(a,b,c,d){var f=d===pc.SHADOW_VSM32?pc.PIXELFORMAT_RGBA32F:d===pc.SHADOW_VSM16?pc.PIXELFORMAT_RGBA16F:d===pc.SHADOW_PCF5||d===pc.SHADOW_PCF3&&a.webgl2?pc.PIXELFORMAT_DEPTH:pc.PIXELFORMAT_R8_G8_B8_A8, g=e(a,d);b=new pc.Texture(a,{format:f,width:b,height:c,mipmaps:!1,minFilter:g,magFilter:g,addressU:pc.ADDRESS_CLAMP_TO_EDGE,addressV:pc.ADDRESS_CLAMP_TO_EDGE});b.name="shadowmap";return d===pc.SHADOW_PCF5||d===pc.SHADOW_PCF3&&a.webgl2?(b.compareOnRead=!0,b.compareFunc=pc.FUNC_LESS,new pc.RenderTarget({depthBuffer:b})):new pc.RenderTarget({colorBuffer:b,depth:!0})}function a(a,b){var c=new pc.Texture(a,{format:pc.PIXELFORMAT_R8_G8_B8_A8,width:b,height:b,cubemap:!0,mipmaps:!1,minFilter:pc.FILTER_NEAREST, magFilter:pc.FILTER_NEAREST,addressU:pc.ADDRESS_CLAMP_TO_EDGE,addressV:pc.ADDRESS_CLAMP_TO_EDGE});c.name="shadowcube";for(var d=[],f,g=0;6>g;g++)f=new pc.RenderTarget({colorBuffer:c,face:g,depth:!0}),d.push(f);return d}function c(a){25pc.SHADOW_PCF3&&(f._shadowType=pc.SHADOW_PCF3),f._cacheShadowMap?(g=ca[f._shadowResolution],g||(g=a(c,f._shadowResolution),ca[f._shadowResolution]=g)):g=a(c,f._shadowResolution),f._shadowCamera.renderTarget=g[0],f._shadowCubeMap=g):(g=f._cacheShadowMap?d(c,f._shadowResolution,f._shadowType):b(c,f._shadowResolution,f._shadowResolution,f._shadowType),f._shadowCamera.renderTarget=g);f._isCachedShadowMap=f._cacheShadowMap}function g(a){a=this.device= a;this._instancingTime=this._morphTime=this._skinTime=this._sortTime=this._cullTime=this._forwardTime=this._depthMapTime=this._shadowMapTime=this._shadowMapUpdates=this._materialSwitches=this._camerasRendered=this._skinDrawCalls=this._forwardDrawCalls=this._shadowDrawCalls=0;this.library=a.getProgramLibrary();a=a.scope;this.projId=a.resolve("matrix_projection");this.viewId=a.resolve("matrix_view");this.viewId3=a.resolve("matrix_view3");this.viewInvId=a.resolve("matrix_viewInverse");this.viewProjId= a.resolve("matrix_viewProjection");this.viewPos=new Float32Array(3);this.viewPosId=a.resolve("view_position");this.nearClipId=a.resolve("camera_near");this.farClipId=a.resolve("camera_far");this.cameraParamsId=a.resolve("camera_params");this.shadowMapLightRadiusId=a.resolve("light_radius");this.fogColorId=a.resolve("fog_color");this.fogStartId=a.resolve("fog_start");this.fogEndId=a.resolve("fog_end");this.fogDensityId=a.resolve("fog_density");this.modelMatrixId=a.resolve("matrix_model");this.normalMatrixId= a.resolve("matrix_normal");this.poseMatrixId=a.resolve("matrix_pose[0]");this.boneTextureId=a.resolve("texture_poseMap");this.boneTextureSizeId=a.resolve("texture_poseMapSize");this.alphaTestId=a.resolve("alpha_ref");this.opacityMapId=a.resolve("texture_opacityMap");this.ambientId=a.resolve("light_globalAmbient");this.exposureId=a.resolve("exposure");this.skyboxIntensityId=a.resolve("skyboxIntensity");this.lightColorId=[];this.lightDir=[];this.lightDirId=[];this.lightShadowMapId=[];this.lightShadowMatrixId= [];this.lightShadowParamsId=[];this.lightShadowMatrixVsId=[];this.lightShadowParamsVsId=[];this.lightDirVs=[];this.lightDirVsId=[];this.lightRadiusId=[];this.lightPos=[];this.lightPosId=[];this.lightInAngleId=[];this.lightOutAngleId=[];this.lightPosVsId=[];this.lightCookieId=[];this.lightCookieIntId=[];this.lightCookieMatrixId=[];this.lightCookieOffsetId=[];this.depthMapId=a.resolve("uDepthMap");this.screenSizeId=a.resolve("uScreenSize");this._screenSize=new Float32Array(4);this.sourceId=a.resolve("source"); this.pixelOffsetId=a.resolve("pixelOffset");this.weightId=a.resolve("weight[0]");var b=pc.shaderChunks;this.blurVsmShaderCode=[b.blurVSMPS,"#define GAUSS\n"+b.blurVSMPS];this.blurPackedVsmShaderCode=["#define PACKED\n"+this.blurVsmShaderCode[0],"#define PACKED\n"+this.blurVsmShaderCode[1]];this.blurVsmShader=[{},{}];this.blurPackedVsmShader=[{},{}];this.blurVsmWeights={};this.polygonOffsetId=a.resolve("polygonOffset");this.polygonOffset=new Float32Array(2);this.fogColor=new Float32Array(3);this.ambientColor= new Float32Array(3)}function k(a,b){a.data[0]=b.data[0];a.data[1]=b.data[1];a.data[2]=b.data[2];a.data[3]=b.data[4];a.data[4]=b.data[5];a.data[5]=b.data[6];a.data[6]=b.data[8];a.data[7]=b.data[9];a.data[8]=b.data[10]}for(var l=(new pc.Mat4).mul2((new pc.Mat4).setTranslate(.5,.5,.5),(new pc.Mat4).setScale(.5,.5,.5)),n={r:1,g:2,b:3,a:4},h=[(new pc.Quat).setFromEulerAngles(0,90,180),(new pc.Quat).setFromEulerAngles(0,-90,180),(new pc.Quat).setFromEulerAngles(90,0,0),(new pc.Quat).setFromEulerAngles(-90, 0,0),(new pc.Quat).setFromEulerAngles(0,180,180),(new pc.Quat).setFromEulerAngles(0,0,180)],m=[{},{},{},{},{}],q=new Float32Array(2),p={x:1,y:1,z:0,w:0},r=new pc.Mat4,t=new pc.Mat4,u=new pc.Mat4,z=new pc.Mat4,v=new pc.Mat4,x=new pc.Mat3,A=new pc.Mat4,y,D=new pc.Mat4,F=new pc.Mat4,C=new pc.Mat4,I=new pc.Mat4,J=new pc.Vec3,H=new pc.Vec3,B,w,E=new pc.Mat4,K=new pc.Mat4,W=new pc.Mat4,G=new pc.Mat4,ba=new pc.Vec3,Y=new pc.Vec3,Q=new pc.Vec3,O=new pc.Vec3,P={center:null,radius:0},S,L=new pc.BoundingBox, R=[0,0],X,M,Z,T,ca={},da,U,N=[],aa=0;8>aa;aa++)N.push(new pc.Vec3);var V=[new pc.Vec3,new pc.Vec3,new pc.Vec3,new pc.Vec3,new pc.Vec3,new pc.Vec3,new pc.Vec3,new pc.Vec3];Object.assign(g.prototype,{sortCompare:function(a,b){if(a.layer===b.layer){if(a.drawOrder&&b.drawOrder)return a.drawOrder-b.drawOrder;if(a.zdist&&b.zdist)return b.zdist-a.zdist;if(a.zdist2&&b.zdist2)return a.zdist2-b.zdist2}return b._key[pc.SORTKEY_FORWARD]-a._key[pc.SORTKEY_FORWARD]},sortCompareMesh:function(a,b){if(a.layer===b.layer){if(a.drawOrder&& b.drawOrder)return a.drawOrder-b.drawOrder;if(a.zdist&&b.zdist)return b.zdist-a.zdist}da=a._key[pc.SORTKEY_FORWARD];U=b._key[pc.SORTKEY_FORWARD];return da===U&&a.mesh&&b.mesh?b.mesh.id-a.mesh.id:U-da},depthSortCompare:function(a,b){da=a._key[pc.SORTKEY_DEPTH];U=b._key[pc.SORTKEY_DEPTH];return da===U&&a.mesh&&b.mesh?b.mesh.id-a.mesh.id:U-da},lightCompare:function(a,b){return a.key-b.key},_isVisible:function(a,b){if(!b.visible)return!1;if(b.isVisibleFunc)return b.isVisibleFunc(a);S=b.aabb.center;b._aabb._radiusVer!== b._aabbVer&&(b._aabb._radius=b._aabb.halfExtents.length(),b._aabb._radiusVer=b._aabbVer);P.radius=b._aabb._radius;P.center=S;return a.frustum.containsSphere(P)},getShadowCamera:function(a,b){var c=b._shadowCamera,d;if(null===c){c=b._shadowType;d=pc.CLEARFLAG_DEPTH;var g=c===pc.SHADOW_PCF5||c===pc.SHADOW_PCF3&&a.webgl2;b._type===pc.LIGHTTYPE_POINT&&(g=!1);g||(d|=pc.CLEARFLAG_COLOR);g=new pc.Camera;c>=pc.SHADOW_VSM8&&c<=pc.SHADOW_VSM32?(g.clearColor[0]=0,g.clearColor[1]=0,g.clearColor[2]=0,g.clearColor[3]= 0):(g.clearColor[0]=1,g.clearColor[1]=1,g.clearColor[2]=1,g.clearColor[3]=1);g.clearDepth=1;g.clearFlags=d;g.clearStencil=null;g._node=new pc.GraphNode;c=b._shadowCamera=g;f(a,b)}else d=c.renderTarget,d.width===b._shadowResolution&&d.height===b._shadowResolution||f(a,b);return c},updateCameraFrustum:function(a){if(a.vrDisplay&&a.vrDisplay.presenting){y=a.vrDisplay.combinedProj;var b=a._node.parent;b?v.copy(b.getWorldTransform()).mul(a.vrDisplay.combinedViewInv).invert():v.copy(a.vrDisplay.combinedView); z.copy(v).invert();this.viewInvId.setValue(z.data);a.frustum.update(y,v)}else if(a.xr&&a.xr.views.length){b=a.xr.views[0];a.frustum.update(b.projMat,b.viewOffMat);return}y=a.getProjectionMatrix();a.overrideCalculateProjection&&a.calculateProjection(y,pc.VIEW_CENTER);if(a.overrideCalculateTransform)a.calculateTransform(z,pc.VIEW_CENTER);else{var b=a._node.getPosition(),c=a._node.getRotation();z.setTRS(b,c,pc.Vec3.ONE);this.viewInvId.setValue(z.data)}v.copy(z).invert();a.frustum.update(y,v)},setCamera:function(a, b,c,d){var f=a.vrDisplay,g,e;if(f&&f.presenting)B=f.leftProj,w=f.rightProj,y=f.combinedProj,a.overrideCalculateProjection&&(a.calculateProjection(B,pc.VIEW_LEFT),a.calculateProjection(w,pc.VIEW_RIGHT),a.calculateProjection(y,pc.VIEW_CENTER)),a.overrideCalculateTransform?(a.calculateTransform(D,pc.VIEW_LEFT),a.calculateTransform(F,pc.VIEW_RIGHT),a.calculateTransform(z,pc.VIEW_CENTER),C.copy(D).invert(),I.copy(F).invert(),v.copy(z).invert()):(g=a._node.parent)?(e=g.getWorldTransform(),D.mul2(e,f.leftViewInv), F.mul2(e,f.rightViewInv),C.copy(D).invert(),I.copy(F).invert(),v.copy(g.getWorldTransform()).mul(f.combinedViewInv).invert()):(D.copy(f.leftViewInv),F.copy(f.rightViewInv),C.copy(f.leftView),I.copy(f.rightView),v.copy(f.combinedView)),k(E,C),k(K,I),W.mul2(B,C),G.mul2(w,I),J.x=D.data[12],J.y=D.data[13],J.z=D.data[14],H.x=F.data[12],H.y=F.data[13],H.z=F.data[14],a.frustum.update(y,v);else if(a.xr&&a.xr.session){(g=a._node.parent)&&(e=g.getWorldTransform());for(var f=a.xr.views,h=0;hb;b++)this.ambientColor[b]=Math.pow(this.ambientColor[b],2.2);this.ambientId.setValue(this.ambientColor);this.exposureId.setValue(a.exposure);a.skyboxModel&&this.skyboxIntensityId.setValue(a.skyboxIntensity)},_resolveLight:function(a,b){var c="light"+b;this.lightColorId[b]=a.resolve(c+"_color");this.lightDir[b]=new Float32Array(3);this.lightDirId[b]= a.resolve(c+"_direction");this.lightShadowMapId[b]=a.resolve(c+"_shadowMap");this.lightShadowMatrixId[b]=a.resolve(c+"_shadowMatrix");this.lightShadowParamsId[b]=a.resolve(c+"_shadowParams");this.lightShadowMatrixVsId[b]=a.resolve(c+"_shadowMatrixVS");this.lightShadowParamsVsId[b]=a.resolve(c+"_shadowParamsVS");this.lightDirVs[b]=new Float32Array(3);this.lightDirVsId[b]=a.resolve(c+"_directionVS");this.lightRadiusId[b]=a.resolve(c+"_radius");this.lightPos[b]=new Float32Array(3);this.lightPosId[b]= a.resolve(c+"_position");this.lightInAngleId[b]=a.resolve(c+"_innerConeAngle");this.lightOutAngleId[b]=a.resolve(c+"_outerConeAngle");this.lightPosVsId[b]=a.resolve(c+"_positionVS");this.lightCookieId[b]=a.resolve(c+"_cookie");this.lightCookieIntId[b]=a.resolve(c+"_cookieIntensity");this.lightCookieMatrixId[b]=a.resolve(c+"_cookieMatrix");this.lightCookieOffsetId[b]=a.resolve(c+"_cookieOffset")},dispatchDirectLights:function(a,b,c){var d=a.length,f,g,e,h=0;this.mainLight=-1;var k=this.device.scope; for(f=0;fthis.mainLight&&(this.lightShadowMatrixVsId[h].setValue(g._shadowMatrix.data), this.lightShadowParamsVsId[h].setValue(l),g._direction.normalize(),this.lightDirVs[h][0]=g._direction.x,this.lightDirVs[h][1]=g._direction.y,this.lightDirVs[h][2]=g._direction.z,this.lightDirVsId[h].setValue(this.lightDirVs[h]),this.mainLight=f)}h++}return h},dispatchPointLight:function(a,b,c,d){var f=c._node.getWorldTransform();this.lightColorId[d]||this._resolveLight(b,d);this.lightRadiusId[d].setValue(c.attenuationEnd);this.lightColorId[d].setValue(a.gammaCorrection?c._linearFinalColor:c._finalColor); f.getTranslation(c._position);this.lightPos[d][0]=c._position.x;this.lightPos[d][1]=c._position.y;this.lightPos[d][2]=c._position.z;this.lightPosId[d].setValue(this.lightPos[d]);c.castShadows&&(this.lightShadowMapId[d].setValue(c._shadowCamera.renderTarget.colorBuffer),a=c._rendererParams,4!==a.length&&(a.length=4),a[0]=c._shadowResolution,a[1]=c._normalOffsetBias,a[2]=c.shadowBias,a[3]=1/c.attenuationEnd,this.lightShadowParamsId[d].setValue(a));c._cookie&&(this.lightCookieId[d].setValue(c._cookie), this.lightShadowMatrixId[d].setValue(f.data),this.lightCookieIntId[d].setValue(c.cookieIntensity))},dispatchSpotLight:function(a,b,c,d){var f=c._node.getWorldTransform();this.lightColorId[d]||this._resolveLight(b,d);this.lightInAngleId[d].setValue(c._innerConeAngleCos);this.lightOutAngleId[d].setValue(c._outerConeAngleCos);this.lightRadiusId[d].setValue(c.attenuationEnd);this.lightColorId[d].setValue(a.gammaCorrection?c._linearFinalColor:c._finalColor);f.getTranslation(c._position);this.lightPos[d][0]= c._position.x;this.lightPos[d][1]=c._position.y;this.lightPos[d][2]=c._position.z;this.lightPosId[d].setValue(this.lightPos[d]);f.getY(c._direction).scale(-1);c._direction.normalize();this.lightDir[d][0]=c._direction.x;this.lightDir[d][1]=c._direction.y;this.lightDir[d][2]=c._direction.z;this.lightDirId[d].setValue(this.lightDir[d]);c.castShadows&&(c._isVsm?a=-2E-4:(a=20*c.shadowBias,!this.device.webgl2&&this.device.extStandardDerivatives&&(a*=-100)),b=c._isVsm?c.vsmBias/(c.attenuationEnd/7):c._normalOffsetBias, this.lightShadowMapId[d].setValue(c._isPcf&&this.device.webgl2?c._shadowCamera.renderTarget.depthBuffer:c._shadowCamera.renderTarget.colorBuffer),this.lightShadowMatrixId[d].setValue(c._shadowMatrix.data),f=c._rendererParams,4!==f.length&&(f.length=4),f[0]=c._shadowResolution,f[1]=b,f[2]=a,f[3]=1/c.attenuationEnd,this.lightShadowParamsId[d].setValue(f));c._cookie&&(this.lightCookieId[d].setValue(c._cookie),c.castShadows||(a=this.getShadowCamera(this.device,c),b=a._node,b.setPosition(c._node.getPosition()), b.setRotation(c._node.getRotation()),b.rotateLocal(-90,0,0),a.projection=pc.PROJECTION_PERSPECTIVE,a.aspectRatio=1,a.fov=2*c._outerConeAngle,r.setTRS(b.getPosition(),b.getRotation(),pc.Vec3.ONE).invert(),t.mul2(a.getProjectionMatrix(),r),c._shadowMatrix.mul2(l,t)),this.lightShadowMatrixId[d].setValue(c._shadowMatrix.data),this.lightCookieIntId[d].setValue(c.cookieIntensity),c._cookieTransform&&(c._cookieTransformUniform[0]=c._cookieTransform.x,c._cookieTransformUniform[1]=c._cookieTransform.y,c._cookieTransformUniform[2]= c._cookieTransform.z,c._cookieTransformUniform[3]=c._cookieTransform.w,this.lightCookieMatrixId[d].setValue(c._cookieTransformUniform),c._cookieOffsetUniform[0]=c._cookieOffset.x,c._cookieOffsetUniform[1]=c._cookieOffset.y,this.lightCookieOffsetId[d].setValue(c._cookieOffsetUniform)))},dispatchLocalLights:function(a,b,c,d,f){var g,e=a[pc.LIGHTTYPE_POINT];a=a[pc.LIGHTTYPE_SPOT];var h=e.length,k=a.length,l=d,n=this.device.scope;for(d=0;dk._visibleLength[b])continue;J=k._visibleCameraSettings[b];B.setPosition(J.x,J.y,J.z);u.orthoHeight=J.orthoHeight;u.farClip=J.farClip;J=b}else w===pc.LIGHTTYPE_SPOT?(y=B.getPosition(),this.viewPos[0]=y.x,this.viewPos[1]=y.y,this.viewPos[2]=y.z,this.viewPosId.setValue(this.viewPos),this.shadowMapLightRadiusId.setValue(k.attenuationEnd)):w===pc.LIGHTTYPE_POINT&&(y=B.getPosition(),this.viewPos[0]= y.x,this.viewPos[1]=y.y,this.viewPos[2]=y.z,this.viewPosId.setValue(this.viewPos),this.shadowMapLightRadiusId.setValue(k.attenuationEnd),x=6);w!==pc.LIGHTTYPE_POINT&&(r.setTRS(B.getPosition(),B.getRotation(),pc.Vec3.ONE).invert(),t.mul2(u.getProjectionMatrix(),r),k._shadowMatrix.mul2(l,t));f.webgl2?w===pc.LIGHTTYPE_POINT?f.setDepthBias(!1):(f.setDepthBias(!0),f.setDepthBiasValues(-1E3*k.shadowBias,-1E3*k.shadowBias)):f.extStandardDerivatives&&(w===pc.LIGHTTYPE_POINT?(this.polygonOffset[0]=0,this.polygonOffset[1]= 0):(this.polygonOffset[0]=-1E3*k.shadowBias,this.polygonOffset[1]=-1E3*k.shadowBias),this.polygonOffsetId.setValue(this.polygonOffset));k.shadowUpdateMode===pc.SHADOWUPDATE_THISFRAME&&(k.shadowUpdateMode=pc.SHADOWUPDATE_NONE);this._shadowMapUpdates+=x;f.setBlending(!1);f.setDepthWrite(!0);f.setDepthTest(!0);k._isPcf&&f.webgl2&&w!==pc.LIGHTTYPE_POINT?f.setColorWrite(!1,!1,!1,!1):f.setColorWrite(!0,!0,!0,!0);for(J?x=J+1:J=0;Jpc.CULLFACE_NONE&&d.cullba.dot(Q)&&(a*=-1)),f=0>a?d.cull===pc.CULLFACE_FRONT?pc.CULLFACE_BACK:pc.CULLFACE_FRONT:d.cull);this.device.setCullMode(f)}, renderForward:function(a,b,c,d,f,g,e,h){var k=this.device,l=this.scene,n=a.vrDisplay,m=1<g;g++)d=q[3*f+g+B],d=d*w+u,e=p[d],J=p[d+1],d=p[d+2],ev&&(v=e),J>E&&(E=J),d>y&&(y=d);d=6*f;Y[d]=x;Y[d+1]=z;Y[d+2]=H;Y[d+3]=v;Y[d+4]=E;Y[d+5]=y}for(e=0;e=J.x&&Y[d+1]<=x.y&&Y[d+4]>=J.y&&Y[d+2]<=x.z&& Y[d+5]>=J.z&&(D[f]|=g,t=!0);if(t){t={};for(f=0;fv&&(v=e),J>E&&(E=J), d>y&&(y=d);A.set(x,z,H);I.set(v,E,y);f=new pc.BoundingBox;f.setMinMax(A,I);r=new pc.Mesh;r.vertexBuffer=C;r.indexBuffer[0]=q;r.primitive[0].type=pc.PRIMITIVE_TRIANGLES;r.primitive[0].base=0;r.primitive[0].count=g.length;r.primitive[0].indexed=!0;r.aabb=f;q=new pc.MeshInstance(l.node,r,l.material);q.isStatic=l.isStatic;q.visible=l.visible;q.layer=l.layer;q.castShadow=l.castShadow;q._receiveShadow=l._receiveShadow;q.cull=l.cull;q.pick=l.pick;q.mask=l.mask;q.parameters=l.parameters;q._shaderDefs=l._shaderDefs; q._staticSource=l;q._staticLightList=l._staticLightList?l._staticLightList:[];for(f=0;fq._staticLightList.indexOf(r)&&q._staticLightList.push(r));q._staticLightList.sort(this.lightCompare);m.push(q)}}else m.push(l)}}else m.push(l);a.length=m.length;for(c=0;cf;f++)u.transformPoint(N[f],N[f]);m=p=c=1E6;q=t=l=-1E6;for(f=0;8>f;f++)n=N[f],n.xq&&(q=n.x),n.yt&&(t=n.y),n.zl&&(l=n.z);f=k/a._shadowResolution;m=Math.floor((m-.5* (k-(q-m)))/f)*f;p=Math.floor((p-.5*(k-(t-p)))/f)*f;m=.5*(m+k+m);p=.5*(p+k+p);e.translateLocal(m,p,1E5);g.projection=pc.PROJECTION_ORTHOGRAPHIC;g.nearClip=0;g.farClip=2E5;g.aspectRatio=1;g.orthoHeight=.5*k;this.updateCameraFrustum(g);t=!0;(l=a._visibleList[d])||(l=a._visibleList[d]=[]);f=k=a._visibleLength[d]=0;for(q=b.length;fl;++l)r.transformPoint(V[l],V[l]),k=V[l].z,kb&&(b=k);l=b;f>c&&(c=f);e.setPosition(h.getPosition());e.translateLocal(m,p,l+.01);g.farClip=l-c;(h=a._visibleCameraSettings[d])||(h=a._visibleCameraSettings[d]= {});a=e.getPosition();h.x=a.x;h.y=a.y;h.z=a.z;h.orthoHeight=g.orthoHeight;h.farClip=g.farClip},gpuUpdate:function(a){this.updateGpuSkinMatrices(a);this.updateMorphing(a)},clearView:function(a,b,c){a=a.camera;var d=this.device;d.setRenderTarget(b);d.updateBegin();d.setColorWrite(!0,!0,!0,!0);d.setDepthWrite(!0);var f=a.getRect(),g=b?b.width:d.width,e=b?b.height:d.height;b=Math.floor(f.x*g);var h=Math.floor(f.y*e),g=Math.floor(f.width*g),f=Math.floor(f.height*e);d.setViewport(b,h,g,f);d.setScissor(b, h,g,f);d.clear(c?c:a._clearOptions)},setSceneConstants:function(){var a,b=this.device,c=this.scene;this.dispatchGlobalLights(c);if(c.fog!==pc.FOG_NONE){this.fogColor[0]=c.fogColor.r;this.fogColor[1]=c.fogColor.g;this.fogColor[2]=c.fogColor.b;if(c.gammaCorrection)for(a=0;3>a;a++)this.fogColor[a]=Math.pow(this.fogColor[a],2.2);this.fogColorId.setValue(this.fogColor);c.fog===pc.FOG_LINEAR?(this.fogStartId.setValue(c.fogStart),this.fogEndId.setValue(c.fogEnd)):this.fogDensityId.setValue(c.fogDensity)}this._screenSize[0]= b.width;this._screenSize[1]=b.height;this._screenSize[2]=1/b.width;this._screenSize[3]=1/b.height;this.screenSizeId.setValue(this._screenSize)},renderComposition:function(a){var b=this.device,c,d=a._renderedRt,f=a._renderedByCam,g=a._renderedLayer,e,h,k,l,n,m,p,q;this.beginLayers(a);a._update()&pc.COMPUPDATED_LIGHTS&&(this.scene.updateLitShaders=!0);this.beginFrame(a);this.setSceneConstants();var r=0,t,w;for(e=0;e=pc.SHADOW_VSM8&&a<=pc.SHADOW_VSM32;this._isPcf=a===pc.SHADOW_PCF5||a===pc.SHADOW_PCF3;this._shadowType=a;this._destroyShadowMap(); this.updateKey()}}});Object.defineProperty(d.prototype,"castShadows",{get:function(){return this._castShadows&&this.mask!==pc.MASK_LIGHTMAP&&0!==this.mask},set:function(a){this._castShadows!==a&&(this._castShadows=a,this.updateKey())}});Object.defineProperty(d.prototype,"shadowResolution",{get:function(){return this._shadowResolution},set:function(a){if(this._shadowResolution!==a){var b=pc.Application.getApplication().graphicsDevice;this._shadowResolution=a=this._type===pc.LIGHTTYPE_POINT?Math.min(a, b.maxCubeMapSize):Math.min(a,b.maxTextureSize)}}});Object.defineProperty(d.prototype,"vsmBlurSize",{get:function(){return this._vsmBlurSize},set:function(a){this._vsmBlurSize!==a&&(0===a%2&&a++,this._vsmBlurSize=a)}});Object.defineProperty(d.prototype,"normalOffsetBias",{get:function(){return this._normalOffsetBias},set:function(a){this._normalOffsetBias!==a&&((!this._normalOffsetBias&&a||this._normalOffsetBias&&!a)&&this.updateKey(),this._normalOffsetBias=a)}});Object.defineProperty(d.prototype, "falloffMode",{get:function(){return this._falloffMode},set:function(a){this._falloffMode!==a&&(this._falloffMode=a,this.updateKey())}});Object.defineProperty(d.prototype,"innerConeAngle",{get:function(){return this._innerConeAngle},set:function(a){this._innerConeAngle!==a&&(this._innerConeAngle=a,this._innerConeAngleCos=Math.cos(a*Math.PI/180))}});Object.defineProperty(d.prototype,"outerConeAngle",{get:function(){return this._outerConeAngle},set:function(a){this._outerConeAngle!==a&&(this._outerConeAngle= a,this._outerConeAngleCos=Math.cos(a*Math.PI/180))}});Object.defineProperty(d.prototype,"intensity",{get:function(){return this._intensity},set:function(a){this._intensity!==a&&(this._intensity=a,this._updateFinalColor())}});Object.defineProperty(d.prototype,"cookie",{get:function(){return this._cookie},set:function(a){this._cookie!==a&&(this._cookie=a,this.updateKey())}});Object.defineProperty(d.prototype,"cookieFalloff",{get:function(){return this._cookieFalloff},set:function(a){this._cookieFalloff!== a&&(this._cookieFalloff=a,this.updateKey())}});Object.defineProperty(d.prototype,"cookieChannel",{get:function(){return this._cookieChannel},set:function(a){if(this._cookieChannel!==a){if(3>a.length)for(var b=a.charAt(a.length-1),c=3-a.length,d=0;dg;g++)d[g]=f?Math.pow(b.data[g],2.2):b.data[g],h&&(d[g]*=a[m]);return{name:"material_"+c,value:d}};h&&(a[m]=1,Object.defineProperty(e.prototype,p,{get:function(){return this[m]},set:function(a){var b=this[m];(0===b||1===b)^(0===a||1===a)&&(this.dirtyShader=!0);this.dirtyColor=!0;this[m]=a}}),b.push(p),f[p]= function(a,b,d){b=d?a[n]:new Float32Array(3);d=!1;a.useGammaTonemap&&(d=(a._scene||pc.Application.getApplication().scene).gammaCorrection);for(var f=0;3>f;f++)b[f]=d?Math.pow(a[l].data[f],2.2):a[l].data[f],b[f]*=a[m];return{name:"material_"+c,value:b}})},n=function(a,c,d,g){var h="_"+c;a[h]=d;Object.defineProperty(e.prototype,c,{get:function(){return this[h]},set:function(a){var b=this[h];b!==a&&(this[h]=a,0===b||1===b||0===a||1===a)&&(this.dirtyShader=!0)}});b.push(c);f[c]=void 0!==g?g:function(a, b,d){return{name:"material_"+c,value:b}}},h=function(a,c,d){var g="_"+c;a[g]=null;Object.defineProperty(e.prototype,c,{get:function(){return this[g]},set:function(a){!!this[g]^!!a&&(this.dirtyShader=!0);this[g]=a}});b.push(c);f[c]=d},m=function(a,b,c){Object.defineProperty(e.prototype,c,{get:function(){return this[b]},set:function(a){this[b]=a}})},q=function(a){Object.defineProperty(e.prototype,"chunks",{get:function(){this.dirtyShader=!0;return this._chunks},set:function(a){this.dirtyShader=!0;this._chunks= a}});b.push("chunks")},p=function(a,c,d){var f="_"+c;a[f]=d;Object.defineProperty(e.prototype,c,{get:function(){return this[f]},set:function(a){this[f]!==a&&(this.dirtyShader=!0);this[f]=a}});b.push(c)},r=function(){};r.prototype.copy=function(a){for(var b in a)a.hasOwnProperty(b)&&"copy"!==b&&(this[b]=a[b])};Object.assign(e.prototype,{reset:function(){var f;for(f=0;fthis.metalness)&&this._setParameter("material_metalness",this.metalness),this.enableGGXSpecular&&this._setParameter("material_anisotropy", this.anisotropy)):this.specularMap&&!this.specularTint||this._setParameter("material_specular",this.specularUniform);a=this.getUniform("shininess",this.shininess,!0);this._setParameter(a.name,a.value);this.emissiveMap&&!this.emissiveTint||this._setParameter("material_emissive",this.emissiveUniform);this.emissiveMap&&this._setParameter("material_emissiveIntensity",this.emissiveIntensity);0a;a++)this.emissiveUniform[a]*=this.emissiveIntensity;this.dirtyColor=!1}},updateShader:function(a,b,c,d,f,g){!this._colorProcessed&&this._scene&&(this._colorProcessed=!0,this._processColor());var e=a.useTexCubeLod,h=!a.extTextureLod,k,l,n,p,m,q;this.useSkybox&&(k=b._skyboxPrefiltered[0],l=b._skyboxPrefiltered[1],n=b._skyboxPrefiltered[2],p=b._skyboxPrefiltered[3], m=b._skyboxPrefiltered[4],q=b._skyboxPrefiltered[5]);k=this.prefilteredCubeMap128||k;l=this.prefilteredCubeMap64||l;n=this.prefilteredCubeMap32||n;p=this.prefilteredCubeMap16||p;m=this.prefilteredCubeMap8||m;q=this.prefilteredCubeMap4||q;if(k){var r=k&&l&&n&&p&&m&&q;h&&r?(k.dpAtlas||(k.dpAtlas=pc.generateDpAtlas(a,[k,l,n,p,m,q]),k.sh=pc.shFromCubemap(p)),this.dpAtlas=k.dpAtlas,this.ambientSH=k.sh,this._setParameter("ambientSH[0]",this.ambientSH),this._setParameter("texture_sphereMap",this.dpAtlas)): e?6>k._levels.length?r?this._setParameter("texture_prefilteredCubeMap128",k):console.log("Can't use prefiltered cubemap: "+r+", "+e+", "+k._levels):this._setParameter("texture_prefilteredCubeMap128",k):r?(this._setParameter("texture_prefilteredCubeMap128",k),this._setParameter("texture_prefilteredCubeMap64",l),this._setParameter("texture_prefilteredCubeMap32",n),this._setParameter("texture_prefilteredCubeMap16",p),this._setParameter("texture_prefilteredCubeMap8",m),this._setParameter("texture_prefilteredCubeMap4", q)):console.log("Can't use prefiltered cubemap: "+r+", "+e+", "+k._levels)}h=pc.programlib.standard;h=(e=f>pc.SHADER_FORWARDHDR&&f<=pc.SHADER_PICK)?h.optionsContextMin:h.optionsContext;e?this.shaderOptBuilder.updateMinRef(h,a,b,this,c,d,f,g,k):this.shaderOptBuilder.updateRef(h,a,b,this,c,d,f,g,k);this.onUpdateShader&&(h=this.onUpdateShader(h));this.shader=a.getProgramLibrary().getProgram("standard",h);c||(this.clearVariants(),this.variants[0]=this.shader);this.dirtyShader=!1}});(function(c){c.dirtyShader= !0;c.dirtyColor=!0;c._scene=null;c._colorProcessed=!1;l(c,"ambient",new pc.Color(.7,.7,.7));l(c,"diffuse",new pc.Color(1,1,1));l(c,"specular",new pc.Color(0,0,0));l(c,"emissive",new pc.Color(0,0,0),!0);n(c,"shininess",25,function(a,b){return{name:"material_shininess",value:a.shadingModel===pc.SPECULAR_PHONG?Math.pow(2,.11*b):.01*b}});n(c,"heightMapFactor",1,function(a,b){return{name:"material_heightMapFactor",value:.025*b}});n(c,"opacity",1);n(c,"alphaTest",0);n(c,"bumpiness",1);n(c,"reflectivity", 1);n(c,"occludeSpecularIntensity",1);n(c,"refraction",0);n(c,"refractionIndex",1/1.5);n(c,"metalness",1);n(c,"anisotropy",0);n(c,"aoUvSet",0,null);h(c,"ambientSH",function(a,b,c){return{name:"ambientSH[0]",value:b}});h(c,"cubeMapProjectionBox",function(a,b,c){var d=c?a.cubeMapMinUniform:new Float32Array(3);a=c?a.cubeMapMaxUniform:new Float32Array(3);d[0]=b.center.x-b.halfExtents.x;d[1]=b.center.y-b.halfExtents.y;d[2]=b.center.z-b.halfExtents.z;a[0]=b.center.x+b.halfExtents.x;a[1]=b.center.y+b.halfExtents.y; a[2]=b.center.z+b.halfExtents.z;return[{name:"envBoxMin",value:d},{name:"envBoxMax",value:a}]});q(c);p(c,"ambientTint",!1);p(c,"diffuseTint",!1);p(c,"specularTint",!1);p(c,"emissiveTint",!1);p(c,"fastTbn",!1);p(c,"specularAntialias",!1);p(c,"useMetalness",!1);p(c,"enableGGXSpecular",!1);p(c,"occludeDirect",!1);p(c,"normalizeNormalMap",!0);p(c,"conserveEnergy",!0);p(c,"occludeSpecular",pc.SPECOCC_AO);p(c,"shadingModel",pc.SPECULAR_BLINN);p(c,"fresnelModel",pc.FRESNEL_NONE);p(c,"cubeMapProjection", pc.CUBEPROJ_NONE);p(c,"customFragmentShader",null);p(c,"forceFragmentPrecision",null);p(c,"useFog",!0);p(c,"useLighting",!0);p(c,"useGammaTonemap",!0);p(c,"useSkybox",!0);p(c,"forceUv1",!1);p(c,"pixelSnap",!1);p(c,"twoSidedLighting",!1);p(c,"nineSlicedMode",pc.SPRITE_RENDERMODE_SLICED);g(c,"diffuse",0,3);g(c,"specular",0,3);g(c,"emissive",0,3);g(c,"normal",0,-1);g(c,"metalness",0,1);g(c,"gloss",0,1);g(c,"opacity",0,1,"a");g(c,"height",0,1);g(c,"ao",0,1);g(c,"light",1,3);g(c,"msdf",0,3);h(c,"cubeMap"); h(c,"sphereMap");h(c,"dpAtlas");h(c,"prefilteredCubeMap128");h(c,"prefilteredCubeMap64");h(c,"prefilteredCubeMap32");h(c,"prefilteredCubeMap16");h(c,"prefilteredCubeMap8");h(c,"prefilteredCubeMap4");m(c,"diffuseTint","diffuseMapTint");m(c,"specularTint","specularMapTint");m(c,"emissiveTint","emissiveMapTint");m(c,"aoVertexColor","aoMapVertexColor");m(c,"diffuseVertexColor","diffuseMapVertexColor");m(c,"specularVertexColor","specularMapVertexColor");m(c,"emissiveVertexColor","emissiveMapVertexColor"); m(c,"metalnessVertexColor","metalnessMapVertexColor");m(c,"glossVertexColor","glossMapVertexColor");m(c,"opacityVertexColor","opacityMapVertexColor");m(c,"lightVertexColor","lightMapVertexColor");for(var d=0;da.metalness?1:0;b.glossTint=1;b.emissiveTint=g;b.alphaToCoverage=a.alphaToCoverage;b.normalizeNormalMap=a.normalizeNormalMap;b.sphereMap=!!a.sphereMap;b.cubeMap=!!a.cubeMap;b.dpAtlas=!!a.dpAtlas;b.ambientSH=!!a.ambientSH;b.useSpecular=f;b.emissiveFormat= a.emissiveMap?a.emissiveMap.rgbm?1:a.emissiveMap.format===pc.PIXELFORMAT_RGBA32F?2:0:null;b.lightMapFormat=a.lightMap?a.lightMap.rgbm?1:a.lightMap.format===pc.PIXELFORMAT_RGBA32F?2:0:null;b.specularAntialias=a.specularAntialias&&!!a.normalMap&&!!a.normalMap.mipmaps&&!e;b.conserveEnergy=a.conserveEnergy;b.occludeSpecular=a.occludeSpecular;b.occludeSpecularFloat=1!==a.occludeSpecularIntensity;b.occludeDirect=a.occludeDirect;b.shadingModel=a.shadingModel;b.fresnelModel=a.fresnelModel;b.packedNormal= e;b.fastTbn=a.fastTbn;b.cubeMapProjection=a.cubeMapProjection;b.customFragmentShader=a.customFragmentShader;b.refraction=!!a.refraction;b.useMetalness=a.useMetalness;b.enableGGXSpecular=a.enableGGXSpecular;b.msdf=!!a.msdfMap;b.twoSidedLighting=a.twoSidedLighting;b.pixelSnap=a.pixelSnap;b.aoMapUv=a.aoUvSet};e.prototype._updateEnvOptions=function(b,a,c,d){var f=(d?d.rgbm:!1)||(a.cubeMap?a.cubeMap.rgbm:!1)||(a.dpAtlas?a.dpAtlas.rgbm:!1),g=(d?d.rgbm||d.format===pc.PIXELFORMAT_RGBA32F:!1)||(a.cubeMap? a.cubeMap.rgbm||a.cubeMap.format===pc.PIXELFORMAT_RGBA32F:!1)||(a.dpAtlas?a.dpAtlas.rgbm||a.dpAtlas.format===pc.PIXELFORMAT_RGBA32F:!1),e=(!d||a.cubeMap||a.sphereMap||a.dpAtlas?!1:d.rgbm)||(a.cubeMap?a.cubeMap.rgbm:!1)||(a.sphereMap?a.sphereMap.rgbm:!1)||(a.dpAtlas?a.dpAtlas.rgbm:!1),l=(!d||a.cubeMap||a.sphereMap||a.dpAtlas?!1:d.rgbm||d.format===pc.PIXELFORMAT_RGBA32F)||(a.cubeMap?a.cubeMap.rgbm||a.cubeMap.format===pc.PIXELFORMAT_RGBA32F:!1)||(a.sphereMap?a.sphereMap.rgbm||a.sphereMap.format===pc.PIXELFORMAT_RGBA32F: !1)||(a.dpAtlas?a.dpAtlas.rgbm||a.dpAtlas.format===pc.PIXELFORMAT_RGBA32F:!1),n;a.useSkybox&&c._skyboxPrefiltered&&(n=c._skyboxPrefiltered[0]);b.fog=a.useFog?c.fog:"none";b.gamma=a.useGammaTonemap?c.gammaCorrection:pc.GAMMA_NONE;b.toneMap=a.useGammaTonemap?c.toneMapping:-1;b.rgbmAmbient=f;b.hdrAmbient=g;b.rgbmReflection=e;b.hdrReflection=l;b.useRgbm=e||f||(a.emissiveMap?a.emissiveMap.rgbm:!1)||(a.lightMap?a.lightMap.rgbm:!1);b.fixSeams=d?d.fixCubemapSeams:a.cubeMap?a.cubeMap.fixCubemapSeams:!1;b.prefilteredCubemap= !!d;b.skyboxIntensity=d&&n&&d===n&&1!==c.skyboxIntensity};e.prototype._updateLightOptions=function(b,a,c,d,f){b.lightMap=!1;b.lightMapChannel="";b.lightMapUv=0;b.lightMapTransform=0;b.lightMapWithoutAmbient=!1;b.dirLightMap=!1;c&&(b.noShadow=0!==(c&pc.SHADERDEF_NOSHADOW),0!==(c&pc.SHADERDEF_LM)&&(b.lightMapFormat=1,b.lightMap=!0,b.lightMapChannel="rgb",b.lightMapUv=1,b.lightMapTransform=0,b.lightMapWithoutAmbient=!a.lightMap,b.useRgbm=!0,0!==(c&pc.SHADERDEF_DIRLM)&&(b.dirLightMap=!0)));a.useLighting? (a=[],c=c?c>>16:1,d&&(this._collectLights(pc.LIGHTTYPE_DIRECTIONAL,d[pc.LIGHTTYPE_DIRECTIONAL],a,c),this._collectLights(pc.LIGHTTYPE_POINT,d[pc.LIGHTTYPE_POINT],a,c,f),this._collectLights(pc.LIGHTTYPE_SPOT,d[pc.LIGHTTYPE_SPOT],a,c,f)),b.lights=a):b.lights=[];0===b.lights.length&&(b.noShadow=!0)};e.prototype._updateTexOptions=function(b,a,c,d,f,g,e){var k=c+"Map",n=c+"VertexColor",h=c+"VertexColorChannel",m=k+"Channel",q=k+"Transform",p=k+"Uv";"light"!==c&&(b[k]=!1,b[m]="",b[q]=0,b[p]=0);b[n]=!1;b[h]= "";var r="opacity"===c;if(r&&a.blendType===pc.BLEND_NONE&&0===a.alphaTest&&!a.alphaToCoverage)return b;if(!e||r)"height"!==c&&a[n]&&g&&(b[n]=a[n],b[h]=a[h],b.vertexColors=!0),a[k]&&(c=!0,0!==a[p]||d||(c=!1),1!==a[p]||f||(c=!1),c&&(b[k]=!!a[k],b[q]=this._getMapTransformID(a[q],a[p]),b[m]=a[m],b[p]=a[p]))};e.prototype._collectLights=function(b,a,c,d,f){var g,e;for(e=0;ef;f++)0F&&(D.x=F),D.y>C&&(D.y=C),D.z>I&&(D.z=I),y.xq?H[3*J]+=q:B[3*J]+=q,0>y?H[3*J+1]+=y:B[3*J+1]+=y,0>D?H[3*J+2]+=D:B[3*J+2]+=D;for(m=0;mw;w++)0F&&(D.x=F),D.y>C&&(D.y=C),D.z>I&&(D.z=I),F=B[3*J],C= B[3*J+1],I=B[3*J+2],y.x>16},set:function(a){this._shaderDefs=this._shaderDefs&65535|a<<16;this._shader[pc.SHADER_FORWARD]=null;this._shader[pc.SHADER_FORWARDHDR]=null}});Object.defineProperty(d.prototype,"instancingCount", {get:function(){return this.instancingData?this.instancingData.count:0},set:function(a){this.instancingData&&(this.instancingData.count=a)}});Object.assign(d.prototype,{syncAabb:function(){},updateKey:function(){var a=this.material;this._key[pc.SORTKEY_FORWARD]=e(this.layer,a.alphaToCoverage||a.alphaTest?pc.BLEND_NORMAL:a.blendType,!1,a.id)},setInstancing:function(a){a?(this.instancingData=new pc.InstancingData(a.numVertices),this.instancingData.offset=0,this.instancingData.vertexBuffer=a,this.cull= !1):(this.instancingData=null,this.cull=!0)},setParameter:pc.Material.prototype.setParameter,setParameters:pc.Material.prototype.setParameters,deleteParameter:pc.Material.prototype.deleteParameter,getParameter:pc.Material.prototype.getParameter,getParameters:pc.Material.prototype.getParameters,clearParameters:pc.Material.prototype.clearParameters});var f=function(a,b,c){this._key=[];this._key[pc.SORTKEY_FORWARD]=e(a,b,!0,0);this.command=c};Object.defineProperty(f.prototype,"key",{get:function(){return this._key[pc.SORTKEY_FORWARD]}, set:function(a){this._key[pc.SORTKEY_FORWARD]=a}});return{Command:f,Mesh:c,MeshInstance:d,InstancingData:function(a){this.count=a;this.vertexBuffer=null;this.offset=0},_getDrawcallSortKey:e}}());Object.assign(pc,function(){var e=new pc.Mat4,b=function(a){this.skin=a;this._dirty=!0;this.bones=[];var b=a.inverseBindPose.length;a=a.device;if(a.supportsBoneTextures){var d;d=256d;d++)0!==c.blendWeight.data[4*b+d]&&(a.boneIndices[d]=this.getBoneRemap(c.blendIndices.data[4*a.index+d]));c=this.vertices.length;this.indices.push(c);this.vertices.push(a); this.indexMap[b]=c}},addPrimitive:function(a,b,c,e){var d,f,g=[],k=0,q=a.length;for(d=0;dr;r++)if(0e)return!1;for(d=0;dg){var z=q.splice(k,1)[0],v=[];for(l=0;ll&&(e.x=l),e.y>h&&(e.y=h),e.z>n&&(e.z=n),b.xc._refCount){c.vertexBuffer&&(c.vertexBuffer.destroy(),c.vertexBuffer=null);for(f=0;fc;c++){d=h[a+q[c][0]];f=h[a+q[c][1]];var t=d>f?f<<16|d:d<<16|f;void 0===p[t]&&(p[t]=0,r.push(d,f))}n.unlock();a=new pc.IndexBuffer(n.device, pc.INDEXFORMAT_UINT16,r.length);c=new Uint16Array(a.lock());c.set(r);a.unlock();g.primitive[pc.RENDERSTYLE_WIREFRAME]={type:pc.PRIMITIVE_LINES,base:0,count:r.length,indexed:!0};g.indexBuffer[pc.RENDERSTYLE_WIREFRAME]=a}}});return{Model:e}}());Object.assign(pc,function(){function e(a,b){u[a]=void 0!==z[a]&&null!==z[a]?z[a]:b}function b(a,b){for(var c=a.length/3,d=Array(4*c),f=0;fh;h++)for(d=0;16>d;d++)p=d+1-8.5,m=h+1- 8.5,m=Math.max(Math.min(1-Math.max(Math.min(Math.sqrt(p*p+m*m)/16,1),0)-.5,1),0),p=16*h+d,c[4*p]=1,c[4*p+1]=1,c[4*p+2]=1,c[4*p+3]=m;v.DEFAULT_PARAM_TEXTURE=f(a,16,16,c,pc.PIXELFORMAT_R8_G8_B8_A8,1,!0);v.DEFAULT_PARAM_TEXTURE.minFilter=pc.FILTER_LINEAR;v.DEFAULT_PARAM_TEXTURE.magFilter=pc.FILTER_LINEAR}u=this;z=b;e("numParticles",1);this.numParticles>a.maxTextureSize&&(console.warn("WARNING: can't create more than "+a.maxTextureSize+" particles on this device."),this.numParticles=a.maxTextureSize); e("rate",1);e("rate2",this.rate);e("lifetime",50);e("emitterExtents",new pc.Vec3(0,0,0));e("emitterExtentsInner",new pc.Vec3(0,0,0));e("emitterRadius",0);e("emitterRadiusInner",0);e("emitterShape",pc.EMITTERSHAPE_BOX);e("initialVelocity",1);e("wrap",!1);e("localSpace",!1);e("wrapBounds",null);e("colorMap",v.DEFAULT_PARAM_TEXTURE);e("normalMap",null);e("loop",!0);e("preWarm",!1);e("sort",pc.PARTICLESORT_NONE);e("mode",pc.PARTICLEMODE_GPU);e("scene",null);e("lighting",!1);e("halfLambert",!1);e("intensity", 1);e("stretch",0);e("alignToMotion",!1);e("depthSoftening",0);e("mesh",null);e("particleNormal",new pc.Vec3(0,1,0));e("orientation",pc.PARTICLEORIENTATION_SCREEN);e("depthWrite",!1);e("noFog",!1);e("blendType",pc.BLEND_NORMAL);e("node",null);e("startAngle",0);e("startAngle2",this.startAngle);e("animTilesX",1);e("animTilesY",1);e("animStartFrame",0);e("animNumFrames",1);e("animNumAnimations",1);e("animIndex",0);e("randomizeAnimIndex",!1);e("animSpeed",1);e("animLoop",!0);this._gpuUpdater=new pc.ParticleGPUUpdater(this, a);this._cpuUpdater=new pc.ParticleCPUUpdater(this);this.constantLightCube=a.scope.resolve("lightCube[0]");this.emitterPosUniform=new Float32Array(3);this.wrapBoundsUniform=new Float32Array(3);this.emitterScaleUniform=new Float32Array([1,1,1]);e("colorGraph",n);e("colorGraph2",this.colorGraph);e("scaleGraph",k);e("scaleGraph2",this.scaleGraph);e("alphaGraph",k);e("alphaGraph2",this.alphaGraph);e("localVelocityGraph",l);e("localVelocityGraph2",this.localVelocityGraph);e("velocityGraph",l);e("velocityGraph2", this.velocityGraph);e("rotationSpeedGraph",g);e("rotationSpeedGraph2",this.rotationSpeedGraph);e("radialSpeedGraph",g);e("radialSpeedGraph2",this.radialSpeedGraph);this.lightCube=new Float32Array(18);this.lightCubeDir=Array(6);this.lightCubeDir[0]=new pc.Vec3(-1,0,0);this.lightCubeDir[1]=new pc.Vec3(1,0,0);this.lightCubeDir[2]=new pc.Vec3(0,-1,0);this.lightCubeDir[3]=new pc.Vec3(0,1,0);this.lightCubeDir[4]=new pc.Vec3(0,0,-1);this.lightCubeDir[5]=new pc.Vec3(0,0,1);this.animTilesParams=new Float32Array(2); this.animParams=new Float32Array(4);this.animIndexParams=new Float32Array(2);this.camera=this.particleDistance=this.vbOld=this.vbToSort=this.colorParam=this.internalTex2=this.internalTex1=this.internalTex0=null;this.swapTex=!1;this.useMesh=!0;this.useCpu=!1;this.pack8=!0;this.localBounds=new pc.BoundingBox;this.worldBoundsNoTrail=new pc.BoundingBox;this.worldBoundsTrail=[new pc.BoundingBox,new pc.BoundingBox];this.worldBounds=new pc.BoundingBox;this.worldBoundsSize=new pc.Vec3;this.prevWorldBoundsSize= new pc.Vec3;this.prevWorldBoundsCenter=new pc.Vec3;this.prevEmitterExtents=this.emitterExtents;this.prevEmitterRadius=this.emitterRadius;this.worldBoundsMul=new pc.Vec3;this.worldBoundsAdd=new pc.Vec3;this.timeToSwitchBounds=0;this.shaderParticleUpdateOnStop=this.shaderParticleUpdateNoRespawn=this.shaderParticleUpdateRespawn=null;this.numParticleIndices=this.numParticleVerts=0;this.meshInstance=this.material=null;this.seed=Math.random();this.fixedTimeStep=1/60;this.maxSubSteps=10;this.simTimeTotal= this.simTime=0;this.beenReset=!1;this._layer=null;this.rebuild()};Object.assign(v.prototype,{onChangeCamera:function(){this.regenShader();this.resetMaterial()},calculateBoundsMad:function(){this.worldBoundsMul.x=1/this.worldBoundsSize.x;this.worldBoundsMul.y=1/this.worldBoundsSize.y;this.worldBoundsMul.z=1/this.worldBoundsSize.z;this.worldBoundsAdd.copy(this.worldBounds.center).mul(this.worldBoundsMul).scale(-1);this.worldBoundsAdd.x+=.5;this.worldBoundsAdd.y+=.5;this.worldBoundsAdd.z+=.5},calculateWorldBounds:function(){if(this.node){this.prevWorldBoundsSize.copy(this.worldBoundsSize); this.prevWorldBoundsCenter.copy(this.worldBounds.center);(this.emitterShape===pc.EMITTERSHAPE_BOX?!this.emitterExtents.equals(this.prevEmitterExtents):this.emitterRadius!==this.prevEmitterRadius)&&this.calculateLocalBounds();var a=this.node.getWorldTransform();this.localSpace?this.worldBoundsNoTrail.copy(this.localBounds):this.worldBoundsNoTrail.setFromTransformedAabb(this.localBounds,a);this.worldBoundsTrail[0].add(this.worldBoundsNoTrail);this.worldBoundsTrail[1].add(this.worldBoundsNoTrail);var b= this.simTimeTotal;b>=this.timeToSwitchBounds&&(this.worldBoundsTrail[0].copy(this.worldBoundsTrail[1]),this.worldBoundsTrail[1].copy(this.worldBoundsNoTrail),this.timeToSwitchBounds=b+this.lifetime);this.worldBounds.copy(this.worldBoundsTrail[0]);this.worldBoundsSize.copy(this.worldBounds.halfExtents).scale(2);this.localSpace?(this.meshInstance.aabb.setFromTransformedAabb(this.worldBounds,a),this.meshInstance.mesh.aabb.setFromTransformedAabb(this.worldBounds,a)):(this.meshInstance.aabb.copy(this.worldBounds), this.meshInstance.mesh.aabb.copy(this.worldBounds));this.meshInstance._aabbVer=1-this.meshInstance._aabbVer;this.pack8&&this.calculateBoundsMad()}},resetWorldBounds:function(){this.node&&(this.worldBoundsNoTrail.setFromTransformedAabb(this.localBounds,this.localSpace?pc.Mat4.IDENTITY:this.node.getWorldTransform()),this.worldBoundsTrail[0].copy(this.worldBoundsNoTrail),this.worldBoundsTrail[1].copy(this.worldBoundsNoTrail),this.worldBounds.copy(this.worldBoundsTrail[0]),this.worldBoundsSize.copy(this.worldBounds.halfExtents).scale(2), this.prevWorldBoundsSize.copy(this.worldBoundsSize),this.prevWorldBoundsCenter.copy(this.worldBounds.center),this.timeToSwitchBounds=this.simTimeTotal=0)},calculateLocalBounds:function(){var a=Number.MAX_VALUE,b=Number.MAX_VALUE,c=Number.MAX_VALUE,d=-Number.MAX_VALUE,f=-Number.MAX_VALUE,g=-Number.MAX_VALUE,e=0,h=0,k=this.lifetime/this.precision,l=[this.qVelocity,this.qVelocity2],p=[this.qLocalVelocity,this.qLocalVelocity2],n=[0,0],m=[0,0],q=[0,0],u=[0,0],z=[0,0],v,Q,O,P,S,L;for(v=0;vQ;Q++)P=p[Q][3*O+0]*k+n[Q],S=p[Q][3*O+1]*k+m[Q],L=p[Q][3*O+2]*k+q[Q],a=Math.min(P,a),b=Math.min(S,b),c=Math.min(L,c),d=Math.max(P,d),f=Math.max(S,f),g=Math.max(L,g),n[Q]=P,m[Q]=S,q[Q]=L;for(Q=0;2>Q;Q++)z[Q]+=k*Math.sqrt(l[Q][3*O+0]*l[Q][3*O+0]+l[Q][3*O+1]*l[Q][3*O+1]+l[Q][3*O+2]*l[Q][3*O+2]);u[0]+=this.qRadialSpeed[O]*k;u[1]+=this.qRadialSpeed2[O]*k;e=Math.max(e,Math.max(Math.abs(u[0]),Math.abs(u[1])));h=Math.max(h,this.qScale[O])}this.emitterShape=== pc.EMITTERSHAPE_BOX?(P=.5*this.emitterExtents.x,S=.5*this.emitterExtents.y,L=.5*this.emitterExtents.z):L=S=P=this.emitterRadius;k=Math.max(z[0],z[1]);r.x=a-h-P-e-k;r.y=b-h-S-e-k;r.z=c-h-L-e-k;t.x=d+h+P+e+k;t.y=f+h+S+e+k;t.z=g+h+L+e+k;this.localBounds.setMinMax(r,t)},rebuild:function(){var a,b=this.graphicsDevice;null===this.colorMap&&(this.colorMap=v.DEFAULT_PARAM_TEXTURE);this.spawnBounds=this.emitterShape===pc.EMITTERSHAPE_BOX?this.emitterExtents:this.emitterRadius;this.useCpu=this.useCpu||this.sort> pc.PARTICLESORT_NONE||1>=b.maxVertexTextures||64>b.fragmentUniformsCount||b.forceCpuParticles||!b.extTextureFloat;this._destroyResources();this.pack8=(this.pack8||!b.textureFloatRenderable)&&!this.useCpu;h=this.useCpu||this.pack8?4:2;this.useMesh=!1;this.mesh&&(65535this.endTime){if(this.onFinished)this.onFinished();this.meshInstance.visible=!1}},_destroyResources:function(){this.particleTexIN&&(this.particleTexIN.destroy(),this.particleTexIN=null);this.particleTexOUT&&(this.particleTexOUT.destroy(),this.particleTexOUT= null);this.particleTexStart&&this.particleTexStart.destroy&&(this.particleTexStart.destroy(),this.particleTexStart=null);this.rtParticleTexIN&&(this.rtParticleTexIN.destroy(),this.rtParticleTexIN=null);this.rtParticleTexOUT&&(this.rtParticleTexOUT.destroy(),this.rtParticleTexOUT=null);this.internalTex0&&(this.internalTex0.destroy(),this.internalTex0=null);this.internalTex1&&(this.internalTex1.destroy(),this.internalTex1=null);this.internalTex2&&(this.internalTex2.destroy(),this.internalTex2=null); this.internalTex3&&(this.internalTex3.destroy(),this.internalTex3=null);this.colorParam&&(this.colorParam.destroy(),this.colorParam=null);this.vertexBuffer&&(this.vertexBuffer.destroy(),this.vertexBuffer=void 0);this.indexBuffer&&(this.indexBuffer.destroy(),this.indexBuffer=void 0);this.material&&(this.material.destroy(),this.material=null)},destroy:function(){this.camera=null;this._destroyResources()}});return{ParticleEmitter:v}}());Object.assign(pc,function(){function e(a){return a-Math.floor(a)}function b(a,b){return a-b*Math.floor(a/b)}function a(a){var b=e(a);a=e(255*a);return[b-a/255,a-a/255]}var c,d=1,f=new pc.Mat4,g=new pc.Mat4,k=new pc.Vec3,l=new pc.Vec3,n=new pc.Vec3,h=new pc.Vec3,m=new pc.Vec3,q=new pc.Vec3,p=new pc.Vec3,r=new pc.Vec3,t=new pc.Vec3,u=new pc.Vec3,z=new pc.Vec3,v=new pc.Vec3,x=new pc.Vec3,A=function(a){this._emitter=a};A.prototype.calcSpawnPosition=function(b,c,d,f,g){var h=this._emitter,p=Math.random(), n=Math.random(),m=Math.random(),q=Math.random();h.useCpu&&(b[4*g+0+8*h.numParticlesPot]=p,b[4*g+1+8*h.numParticlesPot]=n,b[4*g+2+8*h.numParticlesPot]=m);l.x=p-.5;l.y=n-.5;l.z=m-.5;h.emitterShape===pc.EMITTERSHAPE_BOX?(q=Math.max(Math.abs(l.x),Math.max(Math.abs(l.y),Math.abs(l.z))),n=q+(.5-q)*d[1],m=q+(.5-q)*d[2],l.x=(q+(.5-q)*d[0])*(q==Math.abs(l.x)?Math.sign(l.x):2*l.x),l.y=n*(q==Math.abs(l.y)?Math.sign(l.y):2*l.y),l.z=m*(q==Math.abs(l.z)?Math.sign(l.z):2*l.z),h.localSpace?k.copy(c.transformPoint(l)): k.copy(f).add(c.transformPoint(l))):(l.normalize(),c=0===h.emitterRadius?0:h.emitterRadiusInner/h.emitterRadius,c=q*(1-c)+c,h.localSpace?k.copy(l.scale(c*h.emitterRadius)):k.copy(f).add(l.scale(c*h.emitterRadius)));f=-pc.math.lerp(h.rate,h.rate2,p)*g;h.pack8?(q=(k.x-h.worldBounds.center.x)/h.worldBoundsSize.x+.5,d=(k.y-h.worldBounds.center.y)/h.worldBoundsSize.y+.5,c=(k.z-h.worldBounds.center.z)/h.worldBoundsSize.z+.5,p=pc.math.lerp(h.startAngle*pc.math.DEG_TO_RAD,h.startAngle2*pc.math.DEG_TO_RAD, p),p=p%(2*Math.PI)/(2*Math.PI),q=a(q),b[4*g]=q[0],b[4*g+1]=q[1],d=a(d),b[4*g+2]=d[0],b[4*g+3]=d[1],c=a(c),b[4*g+0+4*h.numParticlesPot]=c[0],b[4*g+1+4*h.numParticlesPot]=c[1],p=a(p),b[4*g+2+4*h.numParticlesPot]=p[0],b[4*g+3+4*h.numParticlesPot]=p[1],b[4*g+3+8*h.numParticlesPot]=1,p=Math.max(h.lifetime,(h.numParticles-1)*Math.max(h.rate,h.rate2)),d=(f+p)/(p+(h.lifetime+1)),p=e(d),f=e(255*d),c=e(65025*d),d=e(160581375*d),p-=f/255,f-=c/255,p=[p,f,c-d/255,d-d/255],b[4*g+0+12*h.numParticlesPot]=p[0],b[4* g+1+12*h.numParticlesPot]=p[1],b[4*g+2+12*h.numParticlesPot]=p[2],b[4*g+3+12*h.numParticlesPot]=p[3]):(b[4*g]=k.x,b[4*g+1]=k.y,b[4*g+2]=k.z,b[4*g+3]=pc.math.lerp(h.startAngle*pc.math.DEG_TO_RAD,h.startAngle2*pc.math.DEG_TO_RAD,p),b[4*g+3+4*h.numParticlesPot]=f)};A.prototype.update=function(a,e,k,A,I,J,H,B){var w,E,K,y,G=this._emitter;if(G.meshInstance.node){y=G.meshInstance.node.worldTransform;for(J=0;12>J;J++)f.data[J]=y.data[J];g.copy(f);g.invert();c=G.meshInstance.node.localScale;d=Math.max(Math.max(c.x, c.y),c.z)}J=null===G.meshInstance.node||G.localSpace?pc.Vec3.ZERO:G.meshInstance.node.getPosition();var F=G.camera?G.camera._node.getPosition():pc.Vec3.ZERO,D=G.useMesh?17:15,C,O,P,S,L,R,X,M,Z=G.precision-1;for(y=0;y=N-H||N>=U)&&this.calcSpawnPosition(k,A,I,J,T);var fa=0N&&(k[4*T+3+8*G.numParticlesPot]=-1):(N>=U&&(N-=Math.max(U,(G.numParticles-1)*da),k[4*T+3+8*G.numParticlesPot]=G.loop?1:-1),0>N&&G.loop&&(k[4*T+3+8*G.numParticlesPot]=1));0>k[4*T+3+8*G.numParticlesPot]&&(fa=!1);k[4*T+3+4*G.numParticlesPot]=N;for(P=0;Ppc.PARTICLESORT_NONE&&G.camera){a=G.useMesh?6:4;k=G.particleDistance;for(y=0;y>16&255)/255;e.pickColor[1]=(b>>8&255)/255;e.pickColor[2]= (b&255)/255;h.setValue(e.pickColor);c.setBlending(!1)}});this.layerComp=new pc.LayerComposition;this.layerComp.pushOpaque(this.layer);this.meshInstances=this.layer.opaqueMeshInstances;this._instancesVersion=-1}var m,q,p;if(!l){this.layer.clearMeshInstances();d=b.layers.layerList;var r=b.layers.subLayerEnabled,t=b.layers.subLayerList;for(b=0;bm)))for(g.overrideClear&&g._clearDepthBuffer&&!g._pickerCleared&&(this.meshInstances.push(this.clearDepthCommand),g._pickerCleared=!0),m=(m=t[b])?g.instances.transparentMeshInstances:g.instances.opaqueMeshInstances,q=m.length,g=0;ga.dot(v)?-1:1;return K}; pc.createMesh=function(e,b,a){var c=a&&void 0!==a.normals?a.normals:null,d=a&&void 0!==a.tangents?a.tangents:null,f=a&&void 0!==a.colors?a.colors:null,g=a&&void 0!==a.uvs?a.uvs:null,k=a&&void 0!==a.uvs1?a.uvs1:null,l=a&&void 0!==a.indices?a.indices:null,n=a&&void 0!==a.blendIndices?a.blendIndices:null,h=a&&void 0!==a.blendWeights?a.blendWeights:null;a=[{semantic:pc.SEMANTIC_POSITION,components:3,type:pc.TYPE_FLOAT32}];null!==c&&a.push({semantic:pc.SEMANTIC_NORMAL,components:3,type:pc.TYPE_FLOAT32}); null!==d&&a.push({semantic:pc.SEMANTIC_TANGENT,components:4,type:pc.TYPE_FLOAT32});null!==f&&a.push({semantic:pc.SEMANTIC_COLOR,components:4,type:pc.TYPE_UINT8,normalize:!0});null!==g&&a.push({semantic:pc.SEMANTIC_TEXCOORD0,components:2,type:pc.TYPE_FLOAT32});null!==k&&a.push({semantic:pc.SEMANTIC_TEXCOORD1,components:2,type:pc.TYPE_FLOAT32});null!==n&&a.push({semantic:pc.SEMANTIC_BLENDINDICES,components:2,type:pc.TYPE_UINT8});null!==h&&a.push({semantic:pc.SEMANTIC_BLENDWEIGHT,components:2,type:pc.TYPE_FLOAT32}); var m=new pc.VertexFormat(e,a);a=b.length/3;for(var m=new pc.VertexBuffer(e,m,a),q=new pc.VertexIterator(m),p=0;pf.indexOf(d)&&f.push(d),!b&&d.castShadow&&0>e.indexOf(d)&&e.push(d),!this.passThrough&&0<=c&&g._shaderVersion!==c&&(g.updateShader!==pc.Material.prototype.updateShader&&(g.clearVariants(),g.shader=null),g._shaderVersion=c);this.passThrough||(this._dirty=!0)};n.prototype.removeMeshInstances=function(a,b){var c,d,f,g,e,h,k,l=this.opaqueMeshInstances, n=this.transparentMeshInstances,m=this.shadowCasters;for(c=0;cg&&(g=d),e++;else if(0<=g)break}0<=g&&l.splice(g,e);g=-1;e=0;h=n.length;for(d=0;dg&&(g=d),e++;else if(0<=g)break}0<=g&&n.splice(g,e);b||(d=m.indexOf(f),0<=d&&m.splice(d,1))}this._dirty=!0};n.prototype.clearMeshInstances=function(a){if(0!==this.opaqueMeshInstances.length|| 0!==this.transparentMeshInstances.length||!a&&0!==this.shadowCasters.length)this.opaqueMeshInstances.length=0,this.transparentMeshInstances.length=0,a||(this.shadowCasters.length=0),this.passThrough||(this._dirty=!0)};n.prototype.addLight=function(a){0<=this._lightComponents.indexOf(a)||(this._lightComponents.push(a),this._lights.push(a.light),this._dirtyLights=!0,this._generateLightHash())};n.prototype.removeLight=function(a){var b=this._lightComponents.indexOf(a);0>b||(this._lightComponents.splice(b, 1),b=this._lights.indexOf(a.light),this._lights.splice(b,1),this._dirtyLights=!0,this._generateLightHash())};n.prototype.clearLights=function(){this._lightComponents.length=0;this._lights.length=0;this._dirtyLights=!0};n.prototype.addShadowCasters=function(a){for(var b,c=this.shadowCasters,d=0;dc.indexOf(b)&&c.push(b);this._dirtyLights=!0};n.prototype.removeShadowCasters=function(a){for(var b,c=this.shadowCasters,d=0;da||(this.cameras.splice(a,1),this._generateCameraHash(),this.instances.clearVisibleLists(a))};n.prototype.clearCameras=function(){this._cameraHash=this.cameras.length=0;this._dirtyCameras=!0};n.prototype._sortCameras= function(){this._generateCameraHash()};n.prototype._calculateSortDistances=function(a,b,c,d){var f,g,e,h,k;for(f=0;fthis._meshInstances.indexOf(c)&&(this._meshInstances.push(c),c.material&&c.material._dirtyBlend&&(this._dirtyBlend=!0,c.material._dirtyBlend=!1));e=d.transparentMeshInstances;for(a= 0;athis._meshInstances.indexOf(c)&&(this._meshInstances.push(c),c.material&&c.material._dirtyBlend&&(this._dirtyBlend=!0,c.material._dirtyBlend=!1))}for(b=0;bc&&(this._lights.push(l),c=this._lights.length-1),(l=this._lightShadowCasters[c])||(this._lightShadowCasters[c]=[]);this._sortLights(this);this._dirtyLights=!1;for(b=0;bthis._meshInstances.indexOf(l[c])?(l[c]= l[l.length-1],--l.length):c++;for(c=0;cl.indexOf(n[c])&&l.push(n[c])}if(g&pc.COMPUPDATED_LIGHTS||this._dirtyCameras)for(this._globalLightCameras.length=0,e=this._sortedLights[pc.LIGHTTYPE_DIRECTIONAL],a=0;ad._sortedLights[pc.LIGHTTYPE_DIRECTIONAL].indexOf(l)))for(c=0;cc&&this.cameras.push(e);this._renderList.length=0;for(b=c=this._renderListCamera.length=0;bc||e.push(c);this._globalLightCameraIds.push(e)}return g};e.prototype._isLayerAdded=function(b){return 0<=this.layerList.indexOf(b)?!0:!1};e.prototype._isSublayerAdded=function(b,a){for(var c=0;cthis.layerList.indexOf(b)&&this.fire("remove",b);break}};e.prototype.pushTransparent=function(b){this._isSublayerAdded(b,!0)||(this.layerList.push(b),this._transparentOrder[b.id]=this.subLayerList.push(!0)-1,this.subLayerEnabled.push(!0),this._dirtyCameras=this._dirtyLights= this._dirty=!0,this.fire("add",b))};e.prototype.insertTransparent=function(b,a){this._isSublayerAdded(b,!0)||(this.layerList.splice(a,0,b),this.subLayerList.splice(a,0,!0),this._updateTransparentOrder(a,this.subLayerList.length-1),this.subLayerEnabled.splice(a,0,!0),this._dirtyCameras=this._dirtyLights=this._dirty=!0,this.fire("add",b))};e.prototype.removeTransparent=function(b){for(var a=0,c=this.layerList.length;athis.layerList.indexOf(b)&&this.fire("remove",b);break}};e.prototype._getSublayerIndex=function(b,a){var c=this.layerList.indexOf(b);return 0>c||this.subLayerList[c]!==a&&(c=this.layerList.indexOf(b,c+1),0>c||this.subLayerList[c]!==a)?-1:c};e.prototype.getOpaqueIndex=function(b){return this._getSublayerIndex(b,!1)};e.prototype.getTransparentIndex= function(b){return this._getSublayerIndex(b,!0)};e.prototype.getLayerById=function(b){for(var a=0;a=b;b++)for(l=0===b||3===b?0:1,f=0;3>=f;f++)g=-a.x+2*a.x*(1>=b?0:3)/3,e=-(-a.y+2*a.y*(1>=f?0:3)/3),n=0===f||3===f?0:1,h.push(-g,0,e),m.push(0,1,0),q.push(l,n),3>b&&3>f&&(p.push(r+3+1,r+1,r),p.push(r+3+1,r+3+2,r+1)),r++;return pc.createMesh(this._device,h,{normals:m,uvs:q,indices:p})};a.prototype._onSetFrames=function(a){this._updatingProperties?this._meshesDirty= !0:this._createMeshes()};a.prototype._onFrameChanged=function(a,b){var c=this._frameKeys.indexOf(a);0>c||(b?this.renderMode===pc.SPRITE_RENDERMODE_SIMPLE&&(this._meshes[c]=this._createSimpleMesh(b)):this._meshes[c]=null,this.fire("set:meshes"))};a.prototype._onFrameRemoved=function(a){a=this._frameKeys.indexOf(a);0>a||(this._meshes[a]=null,this.fire("set:meshes"))};a.prototype.startUpdate=function(){this._updatingProperties=!0;this._meshesDirty=!1};a.prototype.endUpdate=function(){this._updatingProperties= !1;this._meshesDirty&&this._atlas&&this._frameKeys&&this._createMeshes();this._meshesDirty=!1};a.prototype.destroy=function(){var a,b;a=0;for(b=this._meshes.length;af?b(a,c,g,f):a[g]=this._right){var c=b.length;if(c)if(a=b[c-1])this._left=b[c-1],this._right=Infinity,this._recip=this._len=0,this._p0=this._p1=c-1;else{c=this._findKey(a,b);this._left=b[c];this._right=b[c+1];this._len=this._right-this._left;var d=1/this._len;this._recip=isFinite(d)?d:0;this._p0=c;this._p1=c+1}else this._left=-Infinity,this._right=Infinity,this._p0=this._p1=this._recip=this._len=0}this._t=0===this._recip?0:(a-this._left)*this._recip;this._hermite.valid=!1},_findKey:function(a, b){for(var c=0;a>=b[c+1];)c++;return c},eval:function(a,b,c){var d=c._data;c=c._components;var f=this._p0*c,g;if(b===pc.INTERPOLATION_STEP)for(g=0;gc&&(f?b=b%c||0:(b=this._track.duration,this.pause())):0>b&&(f?b=c+(b%c||0):(b=0,this.pause()));this._time=b}this._time!=this._snapshot._time&&this._track.eval(this._time,this._snapshot)},play:function(){this._playing=!0;this._time=0},stop:function(){this._playing=!1;this._time=0},pause:function(){this._playing=!1}, resume:function(){this._playing=!0},reset:function(){this._time=0}});var g=function(a,b,c){this._func=a;this._type=b;this._components=c};Object.defineProperties(g.prototype,{func:{get:function(){return this._func}},type:{get:function(){return this._type}},components:{get:function(){return this._components}}});var k=function(){};k.joinPath=function(a){return a.map(function(a){return a.replace(/\\/g,"\\\\").replace(/\./g,"\\.")}).join(".")};k.splitPath=function(a){for(var b=[],c="",d=0;dn._dot(a,b)&&(c=-c); for(var g=0;gb)for(this._time=this.looping?0:b,b=0;bthis._time)for(this._time=this.looping?b:0,b=0;b=this._time){n=(this._time-e.time)/(l.time-e.time);g._pos.lerp(e.position,l.position,n);g._quat.slerp(e.rotation,l.rotation,n);g._scale.lerp(e.scale,l.scale,n);g._written=!0;this._currKeyIndices[f]=m;n=!0;break}if(1=== d.length||!n&&0===this._time&&this.looping)g._pos.copy(d[0].position),g._quat.copy(d[0].rotation),g._scale.copy(d[0].scale),g._written=!0}}}};b.prototype.blend=function(a,b,d){for(var c=this._interpolatedKeys.length,g=0;gb))if(0===this._state){this.stop();var a=this._suspendInstanceEvents;this._suspendInstanceEvents=!0;this._startOffset=b;this.play();this._suspendInstanceEvents=a}else this._currentTime=this._startOffset=b}})):pc.SoundManager.hasAudio()?(e=function(b,a,c){pc.EventHandler.call(this); c=c||{};this._volume=void 0!==c.volume?pc.math.clamp(Number(c.volume)||0,0,1):1;this._pitch=void 0!==c.pitch?Math.max(.01,Number(c.pitch)||0):1;this._loop=!(void 0===c.loop||!c.loop);this._sound=a;this._state=2;this._suspendInstanceEvents=this._suspendEndEvent=this._suspended=!1;this._playWhenLoaded=!0;this._startTime=Math.max(0,Number(c.startTime)||0);this._duration=Math.max(0,Number(c.duration)||0);this._startOffset=null;this._isReady=!1;this._manager=b;this._loadedMetadataHandler=this._onLoadedMetadata.bind(this); this._timeUpdateHandler=this._onTimeUpdate.bind(this);this._endedHandler=this._onEnded.bind(this);this._onPlayCallback=c.onPlay;this._onPauseCallback=c.onPause;this._onResumeCallback=c.onResume;this._onStopCallback=c.onStop;this._onEndCallback=c.onEnd;this.source=null;this._createSource()},e.prototype=Object.create(pc.EventHandler.prototype),e.prototype.constructor=e,Object.assign(e.prototype,{play:function(){2!==this._state&&this.stop();if(!this.source&&!this._createSource())return!1;this.volume= this._volume;this.pitch=this._pitch;this.loop=this._loop;this.source.play();this._state=0;this._playWhenLoaded=!1;this._manager.on("volumechange",this._onManagerVolumeChange,this);this._manager.on("suspend",this._onManagerSuspend,this);this._manager.on("resume",this._onManagerResume,this);this._manager.on("destroy",this._onManagerDestroy,this);this._manager.suspended&&this._onManagerSuspend();this._suspendInstanceEvents||this._onPlay();return!0},pause:function(){if(!this.source||0!==this._state)return!1; this._suspendEndEvent=!0;this.source.pause();this._playWhenLoaded=!1;this._state=1;this._startOffset=null;this._suspendInstanceEvents||this._onPause();return!0},resume:function(){if(!this.source||1!==this._state)return!1;this._state=0;this._playWhenLoaded=!1;this.source.paused&&(this.source.play(),this._suspendInstanceEvents||this._onResume());return!0},stop:function(){if(!this.source||2===this._state)return!1;this._manager.off("volumechange",this._onManagerVolumeChange,this);this._manager.off("suspend", this._onManagerSuspend,this);this._manager.off("resume",this._onManagerResume,this);this._manager.off("destroy",this._onManagerDestroy,this);this._suspendEndEvent=!0;this.source.pause();this._playWhenLoaded=!1;this._state=2;this._startOffset=null;this._suspendInstanceEvents||this._onStop();return!0},setExternalNodes:function(){},clearExternalNodes:function(){},getExternalNodes:function(){return[null,null]},_onLoadedMetadata:function(){this.source.removeEventListener("loadedmetadata",this._loadedMetadataHandler); this._isReady=!0;var b=this._startOffset%this.duration||0,b=(this._startTime+b)%this._sound.duration||0;this._startOffset=null;this.source.currentTime=b},_createSource:function(){this._sound&&this._sound.audio&&(this._isReady=!1,this.source=this._sound.audio.cloneNode(!0),this.source.addEventListener("loadedmetadata",this._loadedMetadataHandler),this.source.addEventListener("timeupdate",this._timeUpdateHandler),this.source.onended=this._endedHandler);return this.source},_onTimeUpdate:function(){this._duration&& this.source.currentTime>((this._startTime+this._duration)%this.source.duration||0)&&(this.loop?this.source.currentTime=this._startTime%this.source.duration||0:(this.source.removeEventListener("timeupdate",this._timeUpdateHandler),this.source.pause(),this._onEnded()))},_onManagerDestroy:function(){this.source&&this.source.pause()}}),Object.defineProperty(e.prototype,"volume",{get:function(){return this._volume},set:function(b){this._volume=b=pc.math.clamp(b,0,1);this.source&&(this.source.volume=b* this._manager.volume)}}),Object.defineProperty(e.prototype,"pitch",{get:function(){return this._pitch},set:function(b){this._pitch=Math.max(Number(b)||0,.01);this.source&&(this.source.playbackRate=this._pitch)}}),Object.defineProperty(e.prototype,"loop",{get:function(){return this._loop},set:function(b){this._loop=!!b;this.source&&(this.source.loop=this._loop)}}),Object.defineProperty(e.prototype,"sound",{get:function(){return this._sound},set:function(b){this.stop();this._sound=b}}),Object.defineProperty(e.prototype, "currentTime",{get:function(){return null!==this._startOffset?this._startOffset:2!==this._state&&this.source?this.source.currentTime-this._startTime:0},set:function(b){0>b||(this._startOffset=b,this.source&&this._isReady&&(this.source.currentTime=(this._startTime+(b%this.duration||0))%this._sound.duration||0,this._startOffset=null))}})):e=function(){};Object.assign(e.prototype,{_onPlay:function(){this.fire("play");this._onPlayCallback&&this._onPlayCallback(this)},_onPause:function(){this.fire("pause"); this._onPauseCallback&&this._onPauseCallback(this)},_onResume:function(){this.fire("resume");this._onResumeCallback&&this._onResumeCallback(this)},_onStop:function(){this.fire("stop");this._onStopCallback&&this._onStopCallback(this)},_onEnded:function(){this._suspendEndEvent?this._suspendEndEvent=!1:(this.fire("end"),this._onEndCallback&&this._onEndCallback(this),this.stop())},_onManagerVolumeChange:function(){this.volume=this._volume},_onManagerSuspend:function(){0!==this._state||this._suspended|| (this._suspended=!0,this.pause())},_onManagerResume:function(){this._suspended&&(this._suspended=!1,this.resume())}});Object.defineProperty(e.prototype,"startTime",{get:function(){return this._startTime},set:function(b){this._startTime=Math.max(0,Number(b)||0);b=0===this._state;this.stop();b&&this.play()}});Object.defineProperty(e.prototype,"duration",{get:function(){return this._sound?this._duration?this._duration%this._sound.duration||0:this._sound.duration:0},set:function(b){this._duration=Math.max(0, Number(b)||0);b=0===this._state;this.stop();b&&this.play()}});Object.defineProperty(e.prototype,"isPlaying",{get:function(){return 0===this._state}});Object.defineProperty(e.prototype,"isPaused",{get:function(){return 1===this._state}});Object.defineProperty(e.prototype,"isStopped",{get:function(){return 2===this._state}});Object.defineProperty(e.prototype,"isSuspended",{get:function(){return this._suspended}});return{SoundInstance:e}}());Object.assign(pc,function(){var e;if(pc.SoundManager.hasAudioContext())e=function(a,b,d){pc.SoundInstance.call(this,a,b,d);d=d||{};this._position=new pc.Vec3;d.position&&(this.position=d.position);this._velocity=new pc.Vec3;d.velocity&&(this.velocity=d.velocity);this.maxDistance=void 0!==d.maxDistance?Number(d.maxDistance):1E4;this.refDistance=void 0!==d.refDistance?Number(d.refDistance):1;this.rollOffFactor=void 0!==d.rollOffFactor?Number(d.rollOffFactor):1;this.distanceModel=void 0!==d.distanceModel? d.distanceModel:pc.DISTANCE_LINEAR},e.prototype=Object.create(pc.SoundInstance.prototype),e.prototype.constructor=e,Object.assign(e.prototype,{_initializeNodes:function(){this.gain=this._manager.context.createGain();this.panner=this._manager.context.createPanner();this.panner.connect(this.gain);this._inputNode=this.panner;this._connectorNode=this.gain;this._connectorNode.connect(this._manager.context.destination)}}),Object.defineProperty(e.prototype,"position",{get:function(){return this._position}, set:function(a){this._position.copy(a);this.panner.setPosition(a.x,a.y,a.z)}}),Object.defineProperty(e.prototype,"velocity",{get:function(){return this._velocity},set:function(a){this._velocity.copy(a);this.panner.setVelocity(a.x,a.y,a.z)}}),Object.defineProperty(e.prototype,"maxDistance",{get:function(){return this.panner.maxDistance},set:function(a){this.panner.maxDistance=a}}),Object.defineProperty(e.prototype,"refDistance",{get:function(){return this.panner.refDistance},set:function(a){this.panner.refDistance= a}}),Object.defineProperty(e.prototype,"rollOffFactor",{get:function(){return this.panner.rolloffFactor},set:function(a){this.panner.rolloffFactor=a}}),Object.defineProperty(e.prototype,"distanceModel",{get:function(){return this.panner.distanceModel},set:function(a){this.panner.distanceModel=a}});else if(pc.SoundManager.hasAudio()){var b=new pc.Vec3;e=function(a,b,d){pc.SoundInstance.call(this,a,b,d);d=d||{};this._position=new pc.Vec3;d.position&&(this.position=d.position);this._velocity=new pc.Vec3; d.velocity&&(this.velocity=d.velocity);this._maxDistance=void 0!==d.maxDistance?Number(d.maxDistance):1E4;this._refDistance=void 0!==d.refDistance?Number(d.refDistance):1;this._rollOffFactor=void 0!==d.rollOffFactor?Number(d.rollOffFactor):1;this._distanceModel=void 0!==d.distanceModel?d.distanceModel:pc.DISTANCE_LINEAR};e.prototype=Object.create(pc.SoundInstance.prototype);e.prototype.constructor=e;Object.defineProperty(e.prototype,"position",{get:function(){return this._position},set:function(a){this._position.copy(a); if(this.source){var c=this._manager.listener.getPosition();a=this.refDistance;var d=this.maxDistance,f=this.rollOffFactor,g=this.distanceModel;b=b.sub2(c,this._position);c=b.length();if(cd)a=0;else{var e=0;g===pc.DISTANCE_LINEAR?e=1-f*(c-a)/(d-a):g===pc.DISTANCE_INVERSE?e=a/(a+f*(c-a)):g===pc.DISTANCE_EXPONENTIAL&&(e=Math.pow(c/a,-f));a=pc.math.clamp(e,0,1)}this.source.volume=this.volume*a*this._manager.volume}}});Object.defineProperty(e.prototype,"velocity",{get:function(){return this._velocity}, set:function(a){this._velocity.copy(a)}});Object.defineProperty(e.prototype,"maxDistance",{get:function(){return this._maxDistance},set:function(a){this._maxDistance=a}});Object.defineProperty(e.prototype,"refDistance",{get:function(){return this._refDistance},set:function(a){this._refDistance=a}});Object.defineProperty(e.prototype,"rollOffFactor",{get:function(){return this._rollOffFactor},set:function(a){this._rollOffFactor=a}});Object.defineProperty(e.prototype,"distanceModel",{get:function(){return this._distanceModel}, set:function(a){this._distanceModel=a}})}else e=function(){};return{SoundInstance3d:e}}());Object.assign(pc,function(){var e;pc.AudioManager.hasAudioContext()?(e=function(b,a,c){c=c||{};this.volume=void 0===c.volume?1:c.volume;this.loop=void 0===c.loop?!1:c.loop;this.pitch=void 0===c.pitch?1:c.pitch;this.sound=a;this.suspended=this.paused=!1;this.startOffset=this.startTime=0;this.manager=b;this.source=null;this.gain=b.context.createGain()},Object.assign(e.prototype,{play:function(){if(this.source)throw Error("Call stop() before calling play()");this._createSource();if(this.source&&(this.startTime= this.manager.context.currentTime,this.source.start(0,this.startOffset%this.source.buffer.duration),this.setVolume(this.volume),this.setLoop(this.loop),this.setPitch(this.pitch),this.manager.on("volumechange",this.onManagerVolumeChange,this),this.manager.on("suspend",this.onManagerSuspend,this),this.manager.on("resume",this.onManagerResume,this),this.manager.suspended))this.onManagerSuspend()},pause:function(){this.source&&(this.paused=!0,this.startOffset+=this.manager.context.currentTime-this.startTime, this.source.stop(0),this.source=null)},unpause:function(){this.source||!this.paused?console.warn("Call pause() before unpausing."):(this._createSource(),this.source&&(this.startTime=this.manager.context.currentTime,this.source.start(0,this.startOffset%this.source.buffer.duration),this.setVolume(this.volume),this.setLoop(this.loop),this.setPitch(this.pitch),this.paused=!1))},stop:function(){this.source&&(this.source.stop(0),this.source=null);this.manager.off("volumechange",this.onManagerVolumeChange, this);this.manager.off("suspend",this.onManagerSuspend,this);this.manager.off("resume",this.onManagerResume,this)},setLoop:function(b){this.loop=b;this.source&&(this.source.loop=b)},setVolume:function(b){this.volume=b=pc.math.clamp(b,0,1);this.gain&&(this.gain.gain.value=b*this.manager.volume)},setPitch:function(b){this.pitch=b;this.source&&(this.source.playbackRate.value=b)},isPlaying:function(){return!this.paused&&this.source.playbackState===this.source.PLAYING_STATE},getDuration:function(){return this.source? this.source.buffer.duration:0},_createSource:function(){var b=this.manager.context;this.sound.buffer&&(this.source=b.createBufferSource(),this.source.buffer=this.sound.buffer,this.source.connect(this.gain),this.gain.connect(b.destination),this.loop||(this.source.onended=this.pause.bind(this)))}})):pc.AudioManager.hasAudio()?(e=function(b,a,c){this.volume=c.volume||1;this.loop=c.loop||!1;this.sound=a;this.pitch=void 0!==c.pitch?c.pitch:1;this.suspended=this.paused=!1;this.manager=b;a.audio&&(this.source= a.audio.cloneNode(!1),this.source.pause())},Object.assign(e.prototype,{play:function(){this.source&&(this.paused=!1,this.setVolume(this.volume),this.setLoop(this.loop),this.setPitch(this.pitch),this.source.play());this.manager.on("volumechange",this.onManagerVolumeChange,this);this.manager.on("suspend",this.onManagerSuspend,this);this.manager.on("resume",this.onManagerResume,this);if(this.manager.suspended)this.onManagerSuspend()},pause:function(){this.source&&(this.paused=!0,this.source.pause())}, unpause:function(){this.source&&(this.paused=!1,this.source.play())},stop:function(){this.source&&this.source.pause();this.manager.off("volumechange",this.onManagerVolumeChange,this);this.manager.off("suspend",this.onManagerSuspend,this);this.manager.off("resume",this.onManagerResume,this)},setVolume:function(b){this.volume=b=pc.math.clamp(b,0,1);this.source&&(this.source.volume=b*this.manager.volume)},setLoop:function(b){this.loop=b;this.source&&(this.source.loop=b)},setPitch:function(b){this.pitch= b;this.source&&(this.source.playbackRate=b)},getDuration:function(){return this.source&&!isNaN(this.source.duration)?this.source.duration:0},isPlaying:function(){return!this.source.paused}})):e=function(){};Object.assign(e.prototype,{getVolume:function(){return this.volume},getLoop:function(){return this.loop},getPitch:function(){return this.pitch},onManagerVolumeChange:function(){this.setVolume(this.getVolume())},onManagerSuspend:function(){this.isPlaying()&&!this.suspended&&(this.suspended=!0,this.pause())}, onManagerResume:function(){this.suspended&&(this.suspended=!1,this.unpause())}});return{Channel:e}}());Object.assign(pc,function(){var e;if(pc.AudioManager.hasAudioContext())e=function(a,b,d){pc.Channel.call(this,a,b,d);this.position=new pc.Vec3;this.velocity=new pc.Vec3;this.panner=a.context.createPanner()},e.prototype=Object.create(pc.Channel.prototype),e.prototype.constructor=e,Object.assign(e.prototype,{getPosition:function(){return this.position},setPosition:function(a){this.position.copy(a);this.panner.setPosition(a.x,a.y,a.z)},getVelocity:function(){return this.velocity},setVelocity:function(a){this.velocity.copy(a); this.panner.setVelocity(a.x,a.y,a.z)},getMaxDistance:function(){return this.panner.maxDistance},setMaxDistance:function(a){this.panner.maxDistance=a},getMinDistance:function(){return this.panner.refDistance},setMinDistance:function(a){this.panner.refDistance=a},getRollOffFactor:function(){return this.panner.rolloffFactor},setRollOffFactor:function(a){this.panner.rolloffFactor=a},getDistanceModel:function(){return this.pannel.distanceModel},setDistanceModel:function(a){this.panner.distanceModel=a}, _createSource:function(){var a=this.manager.context;this.source=a.createBufferSource();this.source.buffer=this.sound.buffer;this.source.connect(this.panner);this.panner.connect(this.gain);this.gain.connect(a.destination);this.loop||(this.source.onended=this.pause.bind(this))}});else if(pc.AudioManager.hasAudio()){var b=new pc.Vec3;e=function(a,b){pc.Channel.call(this,a,b);this.position=new pc.Vec3;this.velocity=new pc.Vec3;this.maxDistance=1E4;this.rollOffFactor=this.minDistance=1;this.distanceModel= pc.DISTANCE_INVERSE};e.prototype=Object.create(pc.Channel.prototype);e.prototype.constructor=e;Object.assign(e.prototype,{getPosition:function(){return this.position},setPosition:function(a){this.position.copy(a);if(this.source){var c=this.manager.listener.getPosition();a=this.minDistance;var d=this.maxDistance,f=this.rollOffFactor,g=this.distanceModel;b=b.sub2(c,this.position);c=b.length();if(cd)a=0;else{var e=0;g===pc.DISTANCE_LINEAR?e=1-f*(c-a)/(d-a):g===pc.DISTANCE_INVERSE?e= a/(a+f*(c-a)):g===pc.DISTANCE_EXPONENTIAL&&(e=Math.pow(c/a,-f));a=pc.math.clamp(e,0,1)}d=this.getVolume();this.source.volume=d*a}},getVelocity:function(){return this.velocity},setVelocity:function(a){this.velocity.copy(a)},getMaxDistance:function(){return this.maxDistance},setMaxDistance:function(a){this.maxDistance=a},getMinDistance:function(){return this.minDistance},setMinDistance:function(a){this.minDistance=a},getRollOffFactor:function(){return this.rollOffFactor},setRollOffFactor:function(a){this.rollOffFactor= a},getDistanceModel:function(){return this.distanceModel},setDistanceModel:function(a){this.distanceModel=a}})}else e=function(){};return{Channel3d:e}}());(function(){var e={ACTION_MOUSE:"mouse",ACTION_KEYBOARD:"keyboard",ACTION_GAMEPAD:"gamepad",AXIS_MOUSE_X:"mousex",AXIS_MOUSE_Y:"mousey",AXIS_PAD_L_X:"padlx",AXIS_PAD_L_Y:"padly",AXIS_PAD_R_X:"padrx",AXIS_PAD_R_Y:"padry",AXIS_KEY:"key",EVENT_KEYDOWN:"keydown",EVENT_KEYUP:"keyup",EVENT_MOUSEDOWN:"mousedown",EVENT_MOUSEMOVE:"mousemove",EVENT_MOUSEUP:"mouseup",EVENT_MOUSEWHEEL:"mousewheel",EVENT_TOUCHSTART:"touchstart",EVENT_TOUCHEND:"touchend",EVENT_TOUCHMOVE:"touchmove",EVENT_TOUCHCANCEL:"touchcancel", KEY_BACKSPACE:8,KEY_TAB:9,KEY_RETURN:13,KEY_ENTER:13,KEY_SHIFT:16,KEY_CONTROL:17,KEY_ALT:18,KEY_PAUSE:19,KEY_CAPS_LOCK:20,KEY_ESCAPE:27,KEY_SPACE:32,KEY_PAGE_UP:33,KEY_PAGE_DOWN:34,KEY_END:35,KEY_HOME:36,KEY_LEFT:37,KEY_UP:38,KEY_RIGHT:39,KEY_DOWN:40,KEY_PRINT_SCREEN:44,KEY_INSERT:45,KEY_DELETE:46,KEY_0:48,KEY_1:49,KEY_2:50,KEY_3:51,KEY_4:52,KEY_5:53,KEY_6:54,KEY_7:55,KEY_8:56,KEY_9:57,KEY_SEMICOLON:59,KEY_EQUAL:61,KEY_A:65,KEY_B:66,KEY_C:67,KEY_D:68,KEY_E:69,KEY_F:70,KEY_G:71,KEY_H:72,KEY_I:73,KEY_J:74, KEY_K:75,KEY_L:76,KEY_M:77,KEY_N:78,KEY_O:79,KEY_P:80,KEY_Q:81,KEY_R:82,KEY_S:83,KEY_T:84,KEY_U:85,KEY_V:86,KEY_W:87,KEY_X:88,KEY_Y:89,KEY_Z:90,KEY_WINDOWS:91,KEY_CONTEXT_MENU:93,KEY_NUMPAD_0:96,KEY_NUMPAD_1:97,KEY_NUMPAD_2:98,KEY_NUMPAD_3:99,KEY_NUMPAD_4:100,KEY_NUMPAD_5:101,KEY_NUMPAD_6:102,KEY_NUMPAD_7:103,KEY_NUMPAD_8:104,KEY_NUMPAD_9:105,KEY_MULTIPLY:106,KEY_ADD:107,KEY_SEPARATOR:108,KEY_SUBTRACT:109,KEY_DECIMAL:110,KEY_DIVIDE:111,KEY_F1:112,KEY_F2:113,KEY_F3:114,KEY_F4:115,KEY_F5:116,KEY_F6:117, KEY_F7:118,KEY_F8:119,KEY_F9:120,KEY_F10:121,KEY_F11:122,KEY_F12:123,KEY_COMMA:188,KEY_PERIOD:190,KEY_SLASH:191,KEY_OPEN_BRACKET:219,KEY_BACK_SLASH:220,KEY_CLOSE_BRACKET:221,KEY_META:224,MOUSEBUTTON_NONE:-1,MOUSEBUTTON_LEFT:0,MOUSEBUTTON_MIDDLE:1,MOUSEBUTTON_RIGHT:2,PAD_1:0,PAD_2:1,PAD_3:2,PAD_4:3,PAD_FACE_1:0,PAD_FACE_2:1,PAD_FACE_3:2,PAD_FACE_4:3,PAD_L_SHOULDER_1:4,PAD_R_SHOULDER_1:5,PAD_L_SHOULDER_2:6,PAD_R_SHOULDER_2:7,PAD_SELECT:8,PAD_START:9,PAD_L_STICK_BUTTON:10,PAD_R_STICK_BUTTON:11,PAD_UP:12, PAD_DOWN:13,PAD_LEFT:14,PAD_RIGHT:15,PAD_VENDOR:16,PAD_L_STICK_X:0,PAD_L_STICK_Y:1,PAD_R_STICK_X:2,PAD_R_STICK_Y:3};Object.assign(pc,e);pc.input={};Object.assign(pc.input,e)})();Object.assign(pc,function(){var e=function(a,b){var c={x:0,y:0};if(b){if(b instanceof e)throw Error("Expected MouseEvent");c=a._getTargetCoords(b)}else b={};if(c)this.x=c.x,this.y=c.y;else if(pc.Mouse.isPointerLocked())this.y=this.x=0;else return;this.wheelDelta=0;"wheel"===b.type&&(0b.deltaY&&(this.wheelDelta=-1));pc.Mouse.isPointerLocked()?(this.dx=b.movementX||b.webkitMovementX||b.mozMovementX||0,this.dy=b.movementY||b.webkitMovementY||b.mozMovementY||0):(this.dx= this.x-a._lastX,this.dy=this.y-a._lastY);this.button="mousedown"===b.type||"mouseup"===b.type?b.button:pc.MOUSEBUTTON_NONE;this.buttons=a._buttons.slice(0);this.element=b.target;this.ctrlKey=b.ctrlKey||!1;this.altKey=b.altKey||!1;this.shiftKey=b.shiftKey||!1;this.metaKey=b.metaKey||!1;this.event=b},b=function(a){pc.EventHandler.call(this);this._lastY=this._lastX=0;this._buttons=[!1,!1,!1];this._lastbuttons=[!1,!1,!1];this._upHandler=this._handleUp.bind(this);this._downHandler=this._handleDown.bind(this); this._moveHandler=this._handleMove.bind(this);this._wheelHandler=this._handleWheel.bind(this);this._contextMenuHandler=function(a){a.preventDefault()};this._target=null;this._attached=!1;this.attach(a)};b.prototype=Object.create(pc.EventHandler.prototype);b.prototype.constructor=b;b.isPointerLocked=function(){return!!(document.pointerLockElement||document.mozPointerLockElement||document.webkitPointerLockElement)};Object.assign(b.prototype,{attach:function(a){this._target=a;this._attached||(this._attached= !0,a=pc.platform.passiveEvents?{passive:!1}:!1,window.addEventListener("mouseup",this._upHandler,a),window.addEventListener("mousedown",this._downHandler,a),window.addEventListener("mousemove",this._moveHandler,a),window.addEventListener("wheel",this._wheelHandler,a))},detach:function(){if(this._attached){this._attached=!1;this._target=null;var a=pc.platform.passiveEvents?{passive:!1}:!1;window.removeEventListener("mouseup",this._upHandler,a);window.removeEventListener("mousedown",this._downHandler, a);window.removeEventListener("mousemove",this._moveHandler,a);window.removeEventListener("wheel",this._wheelHandler,a)}},disableContextMenu:function(){this._target&&this._target.addEventListener("contextmenu",this._contextMenuHandler)},enableContextMenu:function(){this._target&&this._target.removeEventListener("contextmenu",this._contextMenuHandler)},enablePointerLock:function(a,b){if(document.body.requestPointerLock){var c=function(){a();document.removeEventListener("pointerlockchange",c)},f=function(){b(); document.removeEventListener("pointerlockerror",f)};a&&document.addEventListener("pointerlockchange",c,!1);b&&document.addEventListener("pointerlockerror",f,!1);document.body.requestPointerLock()}else b&&b()},disablePointerLock:function(a){if(document.exitPointerLock){var b=function(){a();document.removeEventListener("pointerlockchange",b)};a&&document.addEventListener("pointerlockchange",b,!1);document.exitPointerLock()}},update:function(){this._lastbuttons[0]=this._buttons[0];this._lastbuttons[1]= this._buttons[1];this._lastbuttons[2]=this._buttons[2]},isPressed:function(a){return this._buttons[a]},wasPressed:function(a){return this._buttons[a]&&!this._lastbuttons[a]},wasReleased:function(a){return!this._buttons[a]&&this._lastbuttons[a]},_handleUp:function(a){this._buttons[a.button]=!1;a=new e(this,a);a.event&&this.fire(pc.EVENT_MOUSEUP,a)},_handleDown:function(a){this._buttons[a.button]=!0;a=new e(this,a);a.event&&this.fire(pc.EVENT_MOUSEDOWN,a)},_handleMove:function(a){a=new e(this,a);a.event&& (this.fire(pc.EVENT_MOUSEMOVE,a),this._lastX=a.x,this._lastY=a.y)},_handleWheel:function(a){a=new e(this,a);a.event&&this.fire(pc.EVENT_MOUSEWHEEL,a)},_getTargetCoords:function(a){var b=this._target.getBoundingClientRect(),d=Math.floor(b.left),b=Math.floor(b.top);return a.clientX=d+this._target.clientWidth||a.clientY=b+this._target.clientHeight?null:{x:a.clientX-d,y:a.clientY-b}}});return{Mouse:b,MouseEvent:e}}());Object.assign(pc,function(){function e(a){c.key=a.keyCode;c.element=a.target;c.event=a;return c}function b(a){return"string"===typeof a?a.toUpperCase().charCodeAt(0):a}var a=function(a,b){b?(this.key=b.keyCode,this.element=b.target,this.event=b):this.event=this.element=this.key=null},c=new a,d={9:"Tab",13:"Enter",16:"Shift",17:"Control",18:"Alt",27:"Escape",37:"Left",38:"Up",39:"Right",40:"Down",46:"Delete",91:"Win"},f=function(a,b){pc.EventHandler.call(this);b=b||{};this._element=null;this._keyDownHandler= this._handleKeyDown.bind(this);this._keyUpHandler=this._handleKeyUp.bind(this);this._keyPressHandler=this._handleKeyPress.bind(this);this._keymap={};this._lastmap={};a&&this.attach(a);this.preventDefault=b.preventDefault||!1;this.stopPropagation=b.stopPropagation||!1};f.prototype=Object.create(pc.EventHandler.prototype);f.prototype.constructor=f;f.prototype.attach=function(a){this._element&&this.detach();this._element=a;this._element.addEventListener("keydown",this._keyDownHandler,!1);this._element.addEventListener("keypress", this._keyPressHandler,!1);this._element.addEventListener("keyup",this._keyUpHandler,!1)};f.prototype.detach=function(){this._element.removeEventListener("keydown",this._keyDownHandler);this._element.removeEventListener("keypress",this._keyPressHandler);this._element.removeEventListener("keyup",this._keyUpHandler);this._element=null};f.prototype.toKeyIdentifier=function(a){a=b(a);var c,f;if(c=d[a.toString()])return c;c=a.toString(16).toUpperCase();f=c.length;for(a=0;a<4-f;a++)c="0"+c;return"U+"+c}; f.prototype._handleKeyDown=function(a){var b=a.keyCode||a.charCode;void 0!==b&&(b=this.toKeyIdentifier(b),this._keymap[b]=!0,this.fire("keydown",e(a)),this.preventDefault&&a.preventDefault(),this.stopPropagation&&a.stopPropagation())};f.prototype._handleKeyUp=function(a){var b=a.keyCode||a.charCode;void 0!==b&&(b=this.toKeyIdentifier(b),delete this._keymap[b],this.fire("keyup",e(a)),this.preventDefault&&a.preventDefault(),this.stopPropagation&&a.stopPropagation())};f.prototype._handleKeyPress=function(a){this.fire("keypress", e(a));this.preventDefault&&a.preventDefault();this.stopPropagation&&a.stopPropagation()};f.prototype.update=function(){for(var a in this._lastmap)delete this._lastmap[a];for(a in this._keymap)this._keymap.hasOwnProperty(a)&&(this._lastmap[a]=this._keymap[a])};f.prototype.isPressed=function(a){a=b(a);a=this.toKeyIdentifier(a);return!!this._keymap[a]};f.prototype.wasPressed=function(a){a=b(a);a=this.toKeyIdentifier(a);return!!this._keymap[a]&&!this._lastmap[a]};f.prototype.wasReleased=function(a){a= b(a);a=this.toKeyIdentifier(a);return!this._keymap[a]&&!!this._lastmap[a]};return{Keyboard:f,KeyboardEvent:a}}());Object.assign(pc,function(){var e=function(){this.gamepadsSupported=!!navigator.getGamepads||!!navigator.webkitGetGamepads;this.current=[];this.previous=[];this.deadZone=.25},b={DEFAULT:{buttons:"PAD_FACE_1 PAD_FACE_2 PAD_FACE_3 PAD_FACE_4 PAD_L_SHOULDER_1 PAD_R_SHOULDER_1 PAD_L_SHOULDER_2 PAD_R_SHOULDER_2 PAD_SELECT PAD_START PAD_L_STICK_BUTTON PAD_R_STICK_BUTTON PAD_UP PAD_DOWN PAD_LEFT PAD_RIGHT PAD_VENDOR".split(" "),axes:["PAD_L_STICK_X","PAD_L_STICK_Y","PAD_R_STICK_X","PAD_R_STICK_Y"]},PS3:{buttons:"PAD_FACE_1 PAD_FACE_2 PAD_FACE_4 PAD_FACE_3 PAD_L_SHOULDER_1 PAD_R_SHOULDER_1 PAD_L_SHOULDER_2 PAD_R_SHOULDER_2 PAD_SELECT PAD_START PAD_L_STICK_BUTTON PAD_R_STICK_BUTTON PAD_UP PAD_DOWN PAD_LEFT PAD_RIGHT PAD_VENDOR".split(" "), axes:["PAD_L_STICK_X","PAD_L_STICK_Y","PAD_R_STICK_X","PAD_R_STICK_Y"]}},a={"Product: 0268":"PS3"};Object.assign(e.prototype,{update:function(){var a,b,f,g,e;a=0;for(f=this.current.length;aMath.abs(a)&&(a=f)}else this._axesValues[b]&&Math.abs(this._axesValues[b][c])>Math.abs(a)&&(a=this._axesValues[b][c])}return a};e.prototype._enableMouse=function(){this._mouse=new pc.Mouse;if(!this._element)throw Error("Controller must be attached to an Element");this._mouse.attach(this._element)}; e.prototype._enableKeyboard=function(){this._keyboard=new pc.Keyboard;if(!this._element)throw Error("Controller must be attached to an Element");this._keyboard.attach(this._element)};return{Controller:e}}());Object.assign(pc,function(){var e,b,a=new pc.Vec3,c=new pc.Vec3,d=new pc.Vec3,f=new pc.Vec3,g=new pc.Vec3,k=new pc.Vec3,l=new pc.Vec3,n=new pc.Vec3,h=new pc.Vec3,m=new pc.Vec2,q=new pc.Vec3,p=new pc.Vec3,r=new pc.Vec3,t=new pc.Vec3,u=new pc.Vec3,z=new pc.Vec3,v=new pc.Vec3,x=new pc.Vec3,A=new pc.Vec4,y=function(a,b,c){d.sub2(b,a);f.sub2(c[0],a);g.sub2(c[1],a);k.sub2(c[2],a);n.cross(k,d);if(0<=f.dot(n)){if(0>-g.dot(n)||0>h.cross(d,g).dot(f))return!1}else if(l.sub2(c[3],a),0>l.dot(n)||0>h.cross(d,f).dot(l))return!1; return 1E-8>d.sub2(c[0],c[2]).lengthSq()||1E-8>d.sub2(c[1],c[3]).lengthSq()?!1:!0},D=function(a,b,c){this.event=a;this.element=b;this.camera=c;this._stopPropagation=!1};Object.assign(D.prototype,{stopPropagation:function(){this._stopPropagation=!0;this.event.stopImmediatePropagation();this.event.stopPropagation()}});var F=function(a,b,c,d,f,g,e){D.call(this,a,b,c);this.x=d;this.y=f;this.ctrlKey=a.ctrlKey||!1;this.altKey=a.altKey||!1;this.shiftKey=a.shiftKey||!1;this.metaKey=a.metaKey||!1;this.button= a.button;pc.Mouse.isPointerLocked()?(this.dx=a.movementX||a.webkitMovementX||a.mozMovementX||0,this.dy=a.movementY||a.webkitMovementY||a.mozMovementY||0):(this.dx=d-g,this.dy=f-e);this.wheelDelta=0;"wheel"===a.type&&(0a.deltaY&&(this.wheelDelta=-1))};F.prototype=Object.create(D.prototype);F.prototype.constructor=F;var C=function(a,b,c,d,f,g){D.call(this,a,b,c);this.touches=a.touches;this.changedTouches=a.changedTouches;this.x=d;this.y=f;this.touch=g};C.prototype=Object.create(D.prototype); C.prototype.constructor=C;var I=function(a,b){this._app=null;this._attached=!1;this._target=null;this._enabled=!0;this._lastY=this._lastX=0;this._upHandler=this._handleUp.bind(this);this._downHandler=this._handleDown.bind(this);this._moveHandler=this._handleMove.bind(this);this._wheelHandler=this._handleWheel.bind(this);this._touchstartHandler=this._handleTouchStart.bind(this);this._touchcancelHandler=this._touchendHandler=this._handleTouchEnd.bind(this);this._touchmoveHandler=this._handleTouchMove.bind(this); this._sortHandler=this._sortElements.bind(this);this._elements=[];this._pressedElement=this._hoveredElement=null;this._touchedElements={};this._touchesForWhichTouchLeaveHasFired={};this._useMouse=!b||!1!==b.useMouse;this._useTouch=!b||!1!==b.useTouch;pc.platform.touch&&(this._clickedEntities={});this.attach(a,b)};Object.assign(I.prototype,{attach:function(a){this._attached&&(this._attached=!1,this.detach());this._target=a;this._attached=!0;a=pc.platform.passiveEvents?{passive:!0}:!1;this._useMouse&& (window.addEventListener("mouseup",this._upHandler,a),window.addEventListener("mousedown",this._downHandler,a),window.addEventListener("mousemove",this._moveHandler,a),window.addEventListener("wheel",this._wheelHandler,a));this._useTouch&&pc.platform.touch&&(this._target.addEventListener("touchstart",this._touchstartHandler,a),this._target.addEventListener("touchend",this._touchendHandler,!1),this._target.addEventListener("touchmove",this._touchmoveHandler,!1),this._target.addEventListener("touchcancel", this._touchcancelHandler,!1))},detach:function(){if(this._attached){this._attached=!1;var a=pc.platform.passiveEvents?{passive:!0}:!1;this._useMouse&&(window.removeEventListener("mouseup",this._upHandler,a),window.removeEventListener("mousedown",this._downHandler,a),window.removeEventListener("mousemove",this._moveHandler,a),window.removeEventListener("wheel",this._wheelHandler,a));this._useTouch&&(this._target.removeEventListener("touchstart",this._touchstartHandler,a),this._target.removeEventListener("touchend", this._touchendHandler,!1),this._target.removeEventListener("touchmove",this._touchmoveHandler,!1),this._target.removeEventListener("touchcancel",this._touchcancelHandler,!1));this._target=null}},addElement:function(a){-1===this._elements.indexOf(a)&&this._elements.push(a)},removeElement:function(a){a=this._elements.indexOf(a);-1!==a&&this._elements.splice(a,1)},_handleUp:function(a){this._enabled&&!pc.Mouse.isPointerLocked()&&(this._calcMouseCoords(a),null!==e&&this._onElementMouseEvent(pc.EVENT_MOUSEUP, a))},_handleDown:function(a){this._enabled&&!pc.Mouse.isPointerLocked()&&(this._calcMouseCoords(a),null!==e&&this._onElementMouseEvent(pc.EVENT_MOUSEDOWN,a))},_handleMove:function(a){this._enabled&&(this._calcMouseCoords(a),null!==e&&(this._onElementMouseEvent(pc.EVENT_MOUSEMOVE,a),this._lastX=e,this._lastY=b))},_handleWheel:function(a){this._enabled&&(this._calcMouseCoords(a),null!==e&&this._onElementMouseEvent(pc.EVENT_MOUSEWHEEL,a))},_determineTouchedElements:function(a){var b={},c=this.app.systems.camera.cameras, d,f,g;for(d=c.length-1;0<=d;d--){var e=c[d],l=0;f=0;for(g=a.changedTouches.length;f=d+this._target.clientWidth||a.clientY=c+this._target.clientHeight?b=e=null:(e=a.clientX-d,b=a.clientY-c)},_calcTouchCoords:function(a){for(var b=0,c=0,d=a.target;!(d instanceof HTMLElement);)d=d.parentNode;do b+=d.offsetLeft-d.scrollLeft,c+=d.offsetTop-d.scrollTop,d=d.offsetParent;while(d);return{x:a.pageX-b,y:a.pageY-c}},_sortElements:function(a,b){var c=this.app.scene.layers.sortTransparentLayers(a.layers,b.layers);return 0!==c?c:a.screen&& !b.screen?-1:!a.screen&&b.screen?1:a.screen||b.screen?a.screen.screen.screenSpace&&!b.screen.screen.screenSpace?-1:b.screen.screen.screenSpace&&!a.screen.screen.screenSpace?1:b.drawOrder-a.drawOrder:0},_getTargetElement:function(a,b,c){var d=null;this._elements.sort(this._sortHandler);for(var f=0,g=this._elements.length;f=n&&b<=n+k&&d<=g&&d>=p&&(b=e*(b-n)/k,d=l-l*(d-p)/h,e=this._calculateScaleToScreen(f),f=this._buildHitCorners(f,f.screenCorners,e.x,e.y),a.set(b,d,1),c.set(b,d,-1),y(a, c,f))?!0:!1},_checkElement3d:function(b,d,f,g){if(f.maskedBy&&!this._checkElement3d(b,d,f.maskedBy.element,g))return!1;var e=this._target.clientWidth,l=this._target.clientHeight,k=g.rect.z*e,h=g.rect.w*l,n=g.rect.x*e,p=(1-g.rect.y)*l,m=p-h,q=d;return b>=n&&b<=n+k&&d<=p&&q>=m&&(b=e*(b-n)/k,q=l*(q-m)/h,l=f.entity.getWorldTransform().getScale(),f=this._buildHitCorners(f,f.worldCorners,l.x,l.y),g.screenToWorld(b,q,g.nearClip,a),g.screenToWorld(b,q,g.farClip,c),y(a,c,f))?!0:!1}});Object.defineProperty(I.prototype, "enabled",{get:function(){return this._enabled},set:function(a){this._enabled=a}});Object.defineProperty(I.prototype,"app",{get:function(){return this._app||pc.app},set:function(a){this._app=a}});return{ElementInput:I,ElementInputEvent:D,ElementMouseEvent:F,ElementTouchEvent:C}}());Object.assign(pc,function(){var e=function(b){pc.EventHandler.call(this);var a=this;this.isSupported=e.isSupported;this._index={};this.displays=[];this.display=null;this._app=b;this._onDisplayConnect=this._onDisplayConnect.bind(this);this._onDisplayDisconnect=this._onDisplayDisconnect.bind(this);a._attach();this._getDisplays(function(b,d){if(b)a.fire("error",b);else{for(var c=0;cthis.views.length)for(b=0;b<=f-this.views.length;b++)(d=this.viewsPool.pop())||(d={viewport:new pc.Vec4,projMat:new pc.Mat4, viewMat:new pc.Mat4,viewOffMat:new pc.Mat4,viewInvMat:new pc.Mat4,viewInvOffMat:new pc.Mat4,projViewOffMat:new pc.Mat4,viewMat3:new pc.Mat3,position:new Float32Array(3),rotation:new pc.Quat}),this.views.push(d);else if(f<=this.views.length)for(b=0;b=f.length){for(a=0;a=a?0:1});b(["fr","pt"],function(a){return 0<=a&&2>a?0:1});b(["da"],function(a){return 1===a||!Number.isInteger(a)&&0<= a&&1>=a?0:1});b("de en it el es tr fi sv nb no ur".split(" "),function(a){return 1===a?0:1});b(["ru","uk"],function(a){if(Number.isInteger(a)){var b=a%10;a%=100;if(1===b&&11!==a)return 0;if(2<=b&&4>=b&&(12>a||14=b||11<=a&&14>=a)return 2}return 3});b(["pl"],function(a){if(Number.isInteger(a)){if(1===a)return 0;var b=a%10;a%=100;if(2<=b&&4>=b&&(12>a||14=b||5<=b&&9>=b||12<=a&&14>=a)return 2}return 3});b(["ar"],function(a){if(0===a)return 0;if(1=== a)return 1;if(2===a)return 2;if(Number.isInteger(a)){a%=100;if(3<=a&&10>=a)return 3;if(11<=a&&99>=a)return 4}return 5});var d=e[a("en-US")],b=function(a){pc.EventHandler.call(this);this.locale="en-US";this._translations={};this._availableLangs={};this._app=a;this._assets=[];this._parser=new pc.I18nParser};b.prototype=Object.create(pc.EventHandler.prototype);b.prototype.constructor=b;b.findAvailableLocale=function(b,d){if(d[b])return b;var f=c[b];if(f&&d[f])return f;var g=a(b),f=c[g];return d[f]?f: d[g]?g:"en-US"};b.prototype.getText=function(b,c){var d=b,f;c||(c=this._locale,f=this._lang);var g=this._translations[c];g||(f||(f=a(c)),c=this._findFallbackLocale(c,f),g=this._translations[c]);g&&g.hasOwnProperty(b)&&(d=g[b],Array.isArray(d)&&(d=d[0]),null===d||void 0===d)&&(d=b);return d};b.prototype.getPluralText=function(b,c,k){var f=b,g,h;k?(h=a(k),g=e[h]||d):(k=this._locale,h=this._lang,g=this._pluralFn);var m=this._translations[k];m||(k=this._findFallbackLocale(k,h),h=a(k),g=e[h]||d,m=this._translations[k]); m&&m[b]&&g&&(c=g(c),f=m[b][c],null===f||void 0===f)&&(f=b);return f};b.prototype.addData=function(b){var c;try{c=this._parser.parse(b)}catch(m){console.error(m);return}b=0;for(var d=c.length;bu)))for(u=(z=k[x])?t.instances.visibleTransparent[u]: t.instances.visibleOpaque[u],z=u.length,u=u.list,t=0;td._timeToCountFrames? (d.fps=d._fpsAccum,d._fpsAccum=0,d._timeToCountFrames=a+1E3):d._fpsAccum++;d.cameras=this.renderer._camerasRendered;d.materials=this.renderer._materialSwitches;d.shaders=this.graphicsDevice._shaderSwitchesPerFrame;d.shadowMapUpdates=this.renderer._shadowMapUpdates;d.shadowMapTime=this.renderer._shadowMapTime;d.depthMapTime=this.renderer._depthMapTime;d.forwardTime=this.renderer._forwardTime;a=this.graphicsDevice._primsPerFrame;d.triangles=a[pc.PRIMITIVE_TRIANGLES]/3+Math.max(a[pc.PRIMITIVE_TRISTRIP]- 2,0)+Math.max(a[pc.PRIMITIVE_TRIFAN]-2,0);d.cullTime=this.renderer._cullTime;d.sortTime=this.renderer._sortTime;d.skinTime=this.renderer._skinTime;d.morphTime=this.renderer._morphTime;d.instancingTime=this.renderer._instancingTime;for(b=d.otherPrimitives=0;bc/d?(a=c,b=a/f):(b=d,a=b*f)}else this._fillMode===pc.FILLMODE_FILL_WINDOW&&(a=c,b=d);this.graphicsDevice.canvas.style.width=a+"px";this.graphicsDevice.canvas.style.height=b+"px";this._resolutionMode===pc.RESOLUTION_AUTO&&this.setCanvasResolution(pc.RESOLUTION_AUTO); return{width:a,height:b}}},onLibrariesLoaded:function(){this._librariesLoaded=!0;this.systems.rigidbody.onLibraryLoaded();this.systems.collision.onLibraryLoaded()},applySceneSettings:function(a){var b;this.systems.rigidbody&&"undefined"!==typeof Ammo&&(b=a.physics.gravity,this.systems.rigidbody.gravity.set(b[0],b[1],b[2]));this.scene.applySettings(a);if(a.render.hasOwnProperty("skybox"))if(a.render.skybox)if(b=this.assets.get(a.render.skybox))this.setSkybox(b);else this.assets.once("add:"+a.render.skybox, this.setSkybox,this);else this.setSkybox(null)},setSkybox:function(a){a?this._skyboxLast===a.id?0!==this.scene.skyboxMip||a.loadFaces?this._onSkyboxChange(a):this._skyboxLoad(a):(this._skyboxLast&&(this.assets.off("add:"+this._skyboxLast,this.setSkybox,this),this.assets.off("load:"+this._skyboxLast,this._onSkyboxChange,this),this.assets.off("remove:"+this._skyboxLast,this._skyboxRemove,this)),this._skyboxLast=a.id,this.assets.on("load:"+a.id,this._onSkyboxChange,this),this.assets.once("remove:"+a.id, this._skyboxRemove,this),a.resource&&this.scene.setSkybox(a.resources),this._skyboxLoad(a)):this._skyboxLast&&this._skyboxRemove({id:this._skyboxLast})},enableVr:function(){this.vr||(this.vr=new pc.VrManager(this))},disableVr:function(){this.vr&&(this.vr.destroy(),this.vr=null)},_onSkyboxChange:function(a){this.scene.setSkybox(a.resources)},_skyboxLoad:function(a){0===this.scene.skyboxMip&&(a.loadFaces=!0);this.assets.load(a);this._onSkyboxChange(a)},_skyboxRemove:function(a){this._skyboxLast&&(this.assets.off("add:"+ a.id,this.setSkybox,this),this.assets.off("load:"+a.id,this._onSkyboxChange,this),this.assets.off("remove:"+a.id,this._skyboxRemove,this),this.scene.setSkybox(null),this._skyboxLast=null)},_firstBake:function(){this.lightmapper.bake(null,this.scene.lightmapMode)},_firstBatch:function(){this.scene._needsStaticPrepare&&(this.renderer.prepareStaticMeshes(this.graphicsDevice,this.scene),this.scene._needsStaticPrepare=!1);this.batcher.generate()},_processTimestamp:function(a){return a},destroy:function(){var a, b,c=this.graphicsDevice.canvas.id;this.off("librariesloaded");document.removeEventListener("visibilitychange",this._visibilityChangeHandler,!1);document.removeEventListener("mozvisibilitychange",this._visibilityChangeHandler,!1);document.removeEventListener("msvisibilitychange",this._visibilityChangeHandler,!1);document.removeEventListener("webkitvisibilitychange",this._visibilityChangeHandler,!1);this.onVisibilityChange=this._visibilityChangeHandler=null;this.root.destroy();this.root=null;this.mouse&& (this.mouse.off(),this.mouse.detach(),this.mouse=null);this.keyboard&&(this.keyboard.off(),this.keyboard.detach(),this.keyboard=null);this.touch&&(this.touch.off(),this.touch.detach(),this.touch=null);this.elementInput&&(this.elementInput.detach(),this.elementInput=null);this.controller&&(this.controller=null);var k=this.systems.list;a=0;for(b=k.length;ag.speed&&0===f._time&&!g.loop&&(g.playing=!1)),g.blending&&1===g.blend&&(f.animation=g.toSkel._animation),f.updateGraph()));if(f=g.animController){for(var e=0;ethis.layers.indexOf(b.id)||b.addMeshInstances(this.meshInstances)},onLayerRemoved:function(b){0>this.layers.indexOf(b.id)||b.removeMeshInstances(this.meshInstances)},_setMaterialEvent:function(b,a,c,d){a=a+":"+c;this.system.app.assets.on(a,d, this);this._materialEvents||(this._materialEvents=[]);this._materialEvents[b]||(this._materialEvents[b]={});this._materialEvents[b][a]={id:c,handler:d}},_unsetMaterialEvents:function(){var b=this.system.app.assets,a=this._materialEvents;if(a){for(var c=0,d=a.length;cb&&0<=this._batchGroupId&&this.enabled&&this.entity.enabled&&this.addModelToLayers();this._batchGroupId=b}}});Object.defineProperty(e.prototype,"materialAsset", {get:function(){return this._materialAsset},set:function(b){var a=b;b instanceof pc.Asset&&(a=b.id);b=this.system.app.assets;if(a!==this._materialAsset){if(this._materialAsset){b.off("add:"+this._materialAsset,this._onMaterialAssetAdd,this);var c=b.get(this._materialAsset);c&&this._unbindMaterialAsset(c)}(this._materialAsset=a)?(a=b.get(this._materialAsset))?this._bindMaterialAsset(a):(this._setMaterial(this.system.defaultMaterial),b.on("add:"+this._materialAsset,this._onMaterialAssetAdd,this)):this._setMaterial(this.system.defaultMaterial)}}}); Object.defineProperty(e.prototype,"material",{get:function(){return this._material},set:function(b){this._material!==b&&(this.materialAsset=null,this._setMaterial(b))}});Object.defineProperty(e.prototype,"mapping",{get:function(){return this._mapping},set:function(b){if("asset"===this._type&&(this._unsetMaterialEvents(),b||(b={}),this._mapping=b,this._model))for(var a=this._model.meshInstances,c=this.asset?this.system.app.assets.get(this.asset):null,c=c?c.data.mapping:null,d=null,f=0,g=a.length;f< g;f++)if(void 0!==b[f])b[f]?(d=this.system.app.assets.get(b[f]),this._loadAndSetMeshInstanceMaterial(d,a[f],f)):a[f].material=this.system.defaultMaterial;else if(c)if(c[f]&&(c[f].material||c[f].path)){if(void 0!==c[f].material)d=this.system.app.assets.get(c[f].material);else if(void 0!==c[f].path){var e=this._getMaterialAssetUrl(c[f].path);e&&(d=this.system.app.assets.getByUrl(e))}this._loadAndSetMeshInstanceMaterial(d,a[f],f)}else a[f].material=this.system.defaultMaterial}});return{ModelComponent:e}}());Object.assign(pc,function(){var e=["enabled"],b=function(a){pc.ComponentSystem.call(this,a);this.id="model";this.description="Renders a 3D model at the location of the Entity.";this.ComponentType=pc.ModelComponent;this.DataType=pc.ModelComponentData;this.schema=e;this.sphere=this.plane=this.cylinder=this.cone=this.capsule=this.box=null;this.defaultMaterial=a.scene.defaultMaterial;this.on("beforeremove",this.onRemove,this)};b.prototype=Object.create(pc.ComponentSystem.prototype);b.prototype.constructor= b;pc.Component._buildAccessors(pc.ModelComponent.prototype,e);Object.assign(b.prototype,{initializeComponentData:function(a,b,d){d="material materialAsset asset castShadows receiveShadows castShadowsLightmap lightmapped lightmapSizeMultiplier type mapping layers isStatic batchGroupId".split(" ");if(null===b.batchGroupId||void 0===b.batchGroupId)b.batchGroupId=-1;b.layers&&b.layers.length&&(b.layers=b.layers.slice(0));for(var c=0;cthis.layers.indexOf(b.id)||b.addCamera(this)},onLayerRemoved:function(b){0>this.layers.indexOf(b.id)||b.removeCamera(this)},updateClearFlags:function(){var b=0;this.clearColorBuffer&&(b|= pc.CLEARFLAG_COLOR);this.clearDepthBuffer&&(b|=pc.CLEARFLAG_DEPTH);this.clearStencilBuffer&&(b|=pc.CLEARFLAG_STENCIL);this.data.camera.clearFlags=b},onSetRenderTarget:function(b,a,c){this.data.camera.renderTarget=c},onSetRect:function(b,a,c){this.data.camera.setRect(c.x,c.y,c.z,c.w)},onSetScissorRect:function(b,a,c){this.data.camera.setScissorRect(c.x,c.y,c.z,c.w)},onEnable:function(){this.system.addCamera(this);this.system.app.scene.on("set:layers",this.onLayersChanged,this);this.system.app.scene.layers&& (this.system.app.scene.layers.on("add",this.onLayerAdded,this),this.system.app.scene.layers.on("remove",this.onLayerRemoved,this));this.enabled&&this.entity.enabled&&this.addCameraToLayers();this.postEffects.enable()},onDisable:function(){this.postEffects.disable();this.removeCameraFromLayers();this.system.app.scene.off("set:layers",this.onLayersChanged,this);this.system.app.scene.layers&&(this.system.app.scene.layers.off("add",this.onLayerAdded,this),this.system.app.scene.layers.off("remove",this.onLayerRemoved, this));this.system.removeCamera(this)},onRemove:function(){this.onDisable();this.off()},calculateAspectRatio:function(b){b=b?b:this.system.app.graphicsDevice;var a=this.rect;return b.width*a.z/(b.height*a.w)},frameBegin:function(b){this.aspectRatioMode===pc.ASPECT_AUTO&&(this.aspectRatio=this.calculateAspectRatio(b));this.data.isRendering=!0},frameEnd:function(){this.data.isRendering=!1},enterVr:function(b,a){b instanceof Function&&!a&&(a=b,b=null);if(this.system.app.vr)if(b||(b=this.system.app.vr.display), b){var c=this;b.capabilities.canPresent?b.requestPresent(function(d){d||(c.vrDisplay=b,c.vrDisplay.once("beforepresentchange",function(a){a.presenting||(c.vrDisplay=null)}));a(d)}):(c.vrDisplay=b,a())}else a("No pc.VrDisplay to present");else a("VrManager not created. Enable VR in project settings.")},exitVr:function(b){if(this.vrDisplay)if(this.vrDisplay.capabilities.canPresent){var a=this.vrDisplay;this.vrDisplay=null;a.exitPresent(b)}else this.vrDisplay=null,b();else b("Not presenting VR")},startXr:function(b, a,c){this.system.app.xr.start(this,b,a,c)},endXr:function(b){this.camera.xr?this.camera.xr.end(b):b&&b(Error("Camera is not in XR"))}});return{CameraComponent:e}}());Object.assign(pc,function(){var e="enabled clearColorBuffer clearColor clearDepthBuffer clearStencilBuffer frustumCulling projection fov orthoHeight nearClip farClip priority rect scissorRect camera aspectRatio aspectRatioMode horizontalFov model renderTarget calculateTransform calculateProjection cullFaces flipFaces layers".split(" "),b=function(a){pc.ComponentSystem.call(this,a);this.id="camera";this.description="Renders the scene from the location of the Entity.";this.ComponentType=pc.CameraComponent; this.DataType=pc.CameraComponentData;this.schema=e;this.cameras=[];this.on("beforeremove",this.onBeforeRemove,this);this.on("remove",this.onRemove,this);this.app.on("prerender",this.onPrerender,this);pc.ComponentSystem.bind("update",this.onUpdate,this)};b.prototype=Object.create(pc.ComponentSystem.prototype);b.prototype.constructor=b;pc.Component._buildAccessors(pc.CameraComponent.prototype,e);Object.assign(b.prototype,{initializeComponentData:function(a,b,d){d="postEffects enabled model camera aspectRatio aspectRatioMode horizontalFov renderTarget clearColor fov orthoHeight nearClip farClip projection priority clearColorBuffer clearDepthBuffer clearStencilBuffer frustumCulling rect scissorRect calculateTransform calculateProjection cullFaces flipFaces layers".split(" "); for(var c={},g=0,e=d.length;gg&&(g=h))}this.app.scene.layers.insertOpaque(this.layer,g+1);this._sourceTarget=d.inputTarget;this.layer._commandList=[];this.layer.isPostEffect= !0}b.push(d);g=b.length;1this._postEffectCombined)m.setup&&m.setup(q,m,d,null,this.renderTarget);else{var g;g=this._postEffectCombinedSrc?this._postEffectCombinedSrc:m.srcRenderTarget?m.srcRenderTarget:b[this._backbufferRtId];1H;H++)b[H]=new pc.RenderTarget({depth:!0,stencil:q.supportsStencil,samples:B,autoResolve:!1}),b[H].name="backbuffer"+H;e.on("prerender",function(){var a=e.scene.layers.layerList,c,d,f=0,h=0;n=l=k=!1;var m=pc.PIXELFORMAT_R8_G8_B8_A8;if(e.scene.layers._dirty){var w=0,B,E;for(c=0;c=f;d--)a[d].renderTarget||(a[d].renderTarget=b[h]);a[c]._backbufferRtId= h;f=c;k=!0;1===h&&(l=!0);a[c].postEffect.hdr&&(m=q.webgl2&&q.textureFloatRenderable?pc.PIXELFORMAT_111110F:q.extTextureHalfFloatLinear&&q.textureHalfFloatRenderable?pc.PIXELFORMAT_RGBA16F:pc.PIXELFORMAT_R8_G8_B8_A8);a[c].postEffect.shader&&!a[c].renderTarget&&(h=1-h)}else a[c].isPostEffect||a[c].renderTarget||!k||(a[c].renderTarget=b[h]);a[c].isPostEffect&&!a[c].renderTarget&&(n=!0)}if(k)if(!b[0].colorBuffer)I(0,q,m);else if(b[0].width!==q.width||b[0].height!==q.height||b[0]._colorBuffer._format!== m)b[0].colorBuffer.destroy(),b[0].destroy(),I(0,q,m);if(l)if(!b[1].colorBuffer)I(1,q,m);else if(b[1].width!==q.width||b[1].height!==q.height||b[1]._colorBuffer._format!==m)b[1].colorBuffer.destroy(),b[1].destroy(),I(1,q,m)},this);e.on("postrender",function(){var a=e.graphicsDevice;if(k&&!n){for(var c=e.scene.layers.layerList,d,f=c.length-1;0<=f&&(d=c[f].renderTarget,d!==b[0]&&d!==b[1]);f--);d&&(1this.layers.indexOf(a.id)||this.enabled&&this.entity.enabled&&a.addLight(this)},onLayerRemoved:function(a){0>this.layers.indexOf(a.id)||a.removeLight(this)},refreshProperties:function(){for(var a,c=0;ca.ind&&(k=a.ind);this._insertScriptInstance(f,k,g);this._scriptsIndex[d.__name]={instance:f,onSwap:function(){c.swap(d.__name)}};this[d.__name]=f;a.preloading||f.__initializeAttributes();this.fire("create",d.__name,f);this.fire("create:"+d.__name,f);this.system.app.scripts.on("swap:"+ d.__name,this._scriptsIndex[d.__name].onSwap);a.preloading||(f.enabled&&!f._initialized&&(f._initialized=!0,f.initialize&&this._scriptMethod(f,e.scriptMethods.initialize)),f.enabled&&!f._postInitialized&&(f._postInitialized=!0,f.postInitialize&&this._scriptMethod(f,e.scriptMethods.postInitialize)));return f}console.warn("script '"+f+"' is already added to entity '"+this.entity.name+"'")}else this._scriptsIndex[f]={awaiting:!0,ind:this._scripts.length},console.warn("script '"+f+"' is not found, awaiting it to be added to registry"); return null},destroy:function(b){var a=b;"string"===typeof b&&(b=this.system.app.scripts.get(b))&&(a=b.__name);b=this._scriptsIndex[a];delete this._scriptsIndex[a];if(!b)return!1;if(b.instance&&!b.instance._destroyed)if(b.instance.enabled=!1,b.instance._destroyed=!0,this._isLoopingThroughScripts)this._destroyedScripts.push(b.instance);else{var c=this._removeScriptInstance(b.instance);0<=c&&this._resetExecutionOrder(c,this._scripts.length)}this.system.app.scripts.off("swap:"+a,b.onSwap);delete this[a]; this.fire("destroy",a,b.instance||null);this.fire("destroy:"+a,b.instance||null);b.instance&&b.instance.fire("destroy");return!0},swap:function(b){"string"===typeof b&&(b=this.system.app.scripts.get(b));var a=this._scriptsIndex[b.__name];if(!a||!a.instance)return!1;var a=a.instance,c=this._scripts.indexOf(a),d=new b({app:this.system.app,entity:this.entity,enabled:a.enabled,attributes:a.__attributes});if(!d.swap)return!1;d.__initializeAttributes();this._scripts[c]=d;this._scriptsIndex[b.__name].instance= d;this[b.__name]=d;d.__executionOrder=c;a.update&&this._updateList.remove(a);a.postUpdate&&this._postUpdateList.remove(a);d.update&&this._updateList.insert(d);d.postUpdate&&this._postUpdateList.insert(d);this._scriptMethod(d,e.scriptMethods.swap,a);this.fire("swap",b.__name,d);this.fire("swap:"+b.__name,d);return!0},resolveDuplicatedEntityReferenceProperties:function(b,a){var c=this.entity.script,d;for(d in b._scriptsIndex){var f=this.system.app.scripts.get(d);if(f){var g=b._scriptsIndex[d];if(g&& g.instance){var e=c[d].__attributesRaw,l=c[d].__attributes;if(e||l){var g=g.instance.__attributes,n;for(n in g)if(g[n]){var h=f.attributes.get(n);if(h&&"entity"===h.type)if(h.array){var m=g[n];if(h=m.length){for(var m=m.slice(),q=0;q=c||0>a)return!1;var d=b;"string"!==typeof d&&(d=b.__name);var f=this._scriptsIndex[d];if(!f||!f.instance)return!1;var g=this._scripts.indexOf(f.instance);if(-1===g||g===a)return!1;this._scripts.splice(a,0,this._scripts.splice(g,1)[0]);this._resetExecutionOrder(0,c);this._updateList.sort();this._postUpdateList.sort();this.fire("move",d,f.instance,a,g);this.fire("move:"+d,f.instance,a,g);return!0}});Object.defineProperty(e.prototype,"enabled",{get:function(){return this._enabled}, set:function(b){var a=this._enabled;this._enabled=b;this.fire("set","enabled",a,b)}});Object.defineProperty(e.prototype,"scripts",{get:function(){return this._scripts},set:function(b){this._scriptsData=b;for(var a in b)if(b.hasOwnProperty(a)){var c=this._scriptsIndex[a];if(c){if("boolean"===typeof b[a].enabled&&(c.enabled=!!b[a].enabled),"object"===typeof b[a].attributes)for(var d in b[a].attributes)if(!pc.createScript.reservedAttributes[d]){if(!c.__attributes.hasOwnProperty(d)){var f=this.system.app.scripts.get(a); f&&f.attributes.add(d,{})}c[d]=b[a].attributes[d]}}else console.log(this.order)}}});return{ScriptComponent:e}}());Object.assign(pc,function(){var e=0,b=function(a){pc.ComponentSystem.call(this,a);this.id="script";this.app=a;this.ComponentType=pc.ScriptComponent;this.DataType=pc.ScriptComponentData;this._components=new pc.SortedLoopArray({sortBy:"_executionOrder"});this._enabledComponents=new pc.SortedLoopArray({sortBy:"_executionOrder"});this.preloading=!0;this.on("beforeremove",this._onBeforeRemove,this);pc.ComponentSystem.bind("initialize",this._onInitialize,this);pc.ComponentSystem.bind("postInitialize",this._onPostInitialize, this);pc.ComponentSystem.bind("update",this._onUpdate,this);pc.ComponentSystem.bind("postUpdate",this._onPostUpdate,this)};b.prototype=Object.create(pc.ComponentSystem.prototype);b.prototype.constructor=b;Object.assign(b.prototype,{initializeComponentData:function(a,b){a._executionOrder=e++;this._components.append(a);e>Number.MAX_SAFE_INTEGER&&this._resetExecutionOrder();a.enabled=b.hasOwnProperty("enabled")?!!b.enabled:!0;a.enabled&&a.entity.enabled&&this._enabledComponents.append(a);if(b.hasOwnProperty("order")&& b.hasOwnProperty("scripts")){a._scriptsData=b.scripts;for(var c=0;ca.indexOf(c[d])&&(c[d]instanceof pc.Asset?b.push(c[d].id):b.push(c[d]));!this.system._inTools&&b.length&&this.loadAudioSourceAssets(b)},onAssetChanged:function(b, a,c,d){"resource"===a&&this.data.sources&&(this.data.sources[b.name]=c,this.data.currentSource===b.name&&this.channel&&(this.channel.paused?(this.play(b.name),this.pause()):this.play(b.name)))},onAssetRemoved:function(b){b.off("remove",this.onAssetRemoved,this);this.data.sources[b.name]&&(delete this.data.sources[b.name],this.data.currentSource===b.name&&(this.stop(),this.data.currentSource=null))},onSetLoop:function(b,a,c){a!=c&&this.channel&&this.channel.setLoop(c)},onSetVolume:function(b,a,c){a!= c&&this.channel&&this.channel.setVolume(c)},onSetPitch:function(b,a,c){a!=c&&this.channel&&this.channel.setPitch(c)},onSetMaxDistance:function(b,a,c){a!=c&&this.channel instanceof pc.Channel3d&&this.channel.setMaxDistance(c)},onSetMinDistance:function(b,a,c){a!=c&&this.channel instanceof pc.Channel3d&&this.channel.setMinDistance(c)},onSetRollOffFactor:function(b,a,c){a!=c&&this.channel instanceof pc.Channel3d&&this.channel.setRollOffFactor(c)},onSetDistanceModel:function(b,a,c){a!==c&&this.channel instanceof pc.Channel3d&&this.channel.setDistanceModel(c)},onSet3d:function(b,a,c){a!==c&&this.system.initialized&&this.currentSource&&(a=b=!1,this.channel&&(b=this.channel.paused,a=this.channel.suspended),this.play(this.currentSource),this.channel&&(this.channel.paused=b,this.channel.suspended=a))},onEnable:function(){var b=this.data.assets;if(b)for(var a=this.system.app.assets,c=0,d=b.length;carguments.length?(arguments[0]&&this.entity.setPosition(arguments[0]),arguments[1]&&(arguments[1]instanceof pc.Quat?this.entity.setRotation(arguments[1]):this.entity.setEulerAngles(arguments[1]))):(6===arguments.length&&this.entity.setEulerAngles(arguments[3],arguments[4],arguments[5]),this.entity.setPosition(arguments[0],arguments[1],arguments[2])); this.syncEntityToBody()},_updateKinematic:function(a){this._displacement.copy(this._linearVelocity).scale(a);this.entity.translate(this._displacement);this._displacement.copy(this._angularVelocity).scale(a);this.entity.rotate(this._displacement.x,this._displacement.y,this._displacement.z);if(this.body.getMotionState()){a=this.entity.getPosition();var b=this.entity.getRotation();e.getOrigin().setValue(a.x,a.y,a.z);c.setValue(b.x,b.y,b.z,b.w);e.setRotation(c);this.body.getMotionState().setWorldTransform(e)}}, onEnable:function(){this.body||this.createBody();this.enableSimulation()},onDisable:function(){this.disableSimulation()},onSetMass:function(a,b,c){if(a=this.data.body){(b=this.enabled&&this.entity.enabled)&&this.disableSimulation();var d=new Ammo.btVector3(0,0,0);a.getCollisionShape().calculateLocalInertia(c,d);a.setMassProps(c,d);a.updateInertiaTensor();Ammo.destroy(d);b&&this.enableSimulation()}},onSetLinearDamping:function(a,b,c){(a=this.data.body)&&a.setDamping(c,this.data.angularDamping)},onSetAngularDamping:function(a, b,c){(a=this.data.body)&&a.setDamping(this.data.linearDamping,c)},onSetLinearFactor:function(a,c,d){if(a=this.data.body)b.setValue(d.x,d.y,d.z),a.setLinearFactor(b)},onSetAngularFactor:function(a,c,d){if(a=this.data.body)b.setValue(d.x,d.y,d.z),a.setAngularFactor(b)},onSetFriction:function(a,b,c){(a=this.data.body)&&a.setFriction(c)},onSetRestitution:function(a,b,c){(a=this.data.body)&&a.setRestitution(c)},onSetType:function(a,b,c){c!==b&&(this.disableSimulation(),c===pc.BODYTYPE_DYNAMIC?(this.data.group= pc.BODYGROUP_DYNAMIC,this.data.mask=pc.BODYMASK_ALL):c===pc.BODYTYPE_KINEMATIC?(this.data.group=pc.BODYGROUP_KINEMATIC,this.data.mask=pc.BODYMASK_ALL):(this.data.group=pc.BODYGROUP_STATIC,this.data.mask=pc.BODYMASK_NOT_STATIC),this.createBody())},onSetGroupOrMask:function(a,b,c){c!==b&&this.enabled&&this.entity.enabled&&(this.disableSimulation(),this.enableSimulation())},onSetBody:function(a,b,c){this.body&&this.data.simulationEnabled&&this.body.activate()}});return{RigidBodyComponent:f}}());Object.assign(pc,function(){var e,b,a={},c={},d=!1,f=function(a,b,c){this.entity=a;this.point=b;this.normal=c},g=function(a,b,c){0===arguments.length?(this.b=this.a=null,this.localPointA=new pc.Vec3,this.localPointB=new pc.Vec3,this.pointA=new pc.Vec3,this.pointB=new pc.Vec3,this.normal=new pc.Vec3):(this.a=a,this.b=b,this.localPointA=c.localPoint,this.localPointB=c.localPointOther,this.pointA=c.point,this.pointB=c.pointOther,this.normal=c.normal)},k=function(a,b,c,d,f){0===arguments.length?(this.localPoint= new pc.Vec3,this.localPointOther=new pc.Vec3,this.point=new pc.Vec3,this.pointOther=new pc.Vec3,this.normal=new pc.Vec3):(this.localPoint=a,this.localPointOther=b,this.point=c,this.pointOther=d,this.normal=f)},l=function(a,b){this.other=a;this.contacts=b},n="enabled type mass linearDamping angularDamping linearFactor angularFactor friction restitution group mask body".split(" "),h=function(a){pc.ComponentSystem.call(this,a);this.id="rigidbody";this.description="Adds the entity to the scene's physical simulation."; this._stats=a.stats.frame;this.ComponentType=pc.RigidBodyComponent;this.DataType=pc.RigidBodyComponentData;this.contactPointPool=new pc.AllocatePool(k,1);this.contactResultPool=new pc.AllocatePool(l,1);this.singleContactResultPool=new pc.AllocatePool(g,1);this.schema=n;this.maxSubSteps=10;this.fixedTimeStep=1/60;this.gravity=new pc.Vec3(0,-9.81,0);this.on("remove",this.onRemove,this)};h.prototype=Object.create(pc.ComponentSystem.prototype);h.prototype.constructor=h;pc.Component._buildAccessors(pc.RigidBodyComponent.prototype, n);Object.assign(h.prototype,{onLibraryLoaded:function(){if("undefined"!==typeof Ammo){var a=new Ammo.btDefaultCollisionConfiguration,c=new Ammo.btCollisionDispatcher(a),d=new Ammo.btDbvtBroadphase,f=new Ammo.btSequentialImpulseConstraintSolver;this.dynamicsWorld=new Ammo.btDiscreteDynamicsWorld(c,d,f,a);e=new Ammo.btVector3;b=new Ammo.btVector3;pc.ComponentSystem.bind("update",this.onUpdate,this)}else pc.ComponentSystem.unbind("update",this.onUpdate,this)},initializeComponentData:function(a,b,c){c= "enabled mass linearDamping angularDamping linearFactor angularFactor friction restitution type group mask".split(" ");for(var d={},f=0,e=c.length;fa[e].others.indexOf(d)&&(a[e].others.push(d),f=!0);c[e]=c[e]||{others:[],entity:b};c[e].others.push(d);return f},_createContactPointFromAmmo:function(a){var b=a.get_m_localPointA(),c=a.get_m_localPointB(),d=a.getPositionWorldOnA(),f=a.getPositionWorldOnB();a=a.get_m_normalWorldOnB();var e=this.contactPointPool.allocate();e.localPoint.set(b.x(),b.y(),b.z());e.localPointOther.set(c.x(), c.y(),c.z());e.point.set(d.x(),d.y(),d.z());e.pointOther.set(f.x(),f.y(),f.z());e.normal.set(a.x(),a.y(),a.z());return e},_createReverseContactPointFromAmmo:function(a){var b=a.get_m_localPointA(),c=a.get_m_localPointB(),d=a.getPositionWorldOnA(),f=a.getPositionWorldOnB();a=a.get_m_normalWorldOnB();var e=this.contactPointPool.allocate();e.localPointOther.set(b.x(),b.y(),b.z());e.localPoint.set(c.x(),c.y(),c.z());e.pointOther.set(d.x(),d.y(),d.z());e.point.set(f.x(),f.y(),f.z());e.normal.set(a.x(), a.y(),a.z());return e},_createSingleContactResult:function(a,b,c){var d=this.singleContactResultPool.allocate();d.a=a;d.b=b;d.localPointA=c.localPoint;d.localPointB=c.localPointOther;d.pointA=c.point;d.pointB=c.pointOther;d.normal=c.normal;return d},_createContactResult:function(a,b){var c=this.contactResultPool.allocate();c.other=a;c.contacts=b;return c},_cleanOldCollisions:function(){for(var b in a)if(a.hasOwnProperty(b)){for(var d=c[b],f=a[b],e=f.entity,g=e.collision,h=e.rigidbody,f=f.others,l= f.length;l--;){var k=f[l];if(!d||0>d.others.indexOf(k))f.splice(l,1),e.trigger?(g&&g.fire("triggerleave",k),k.rigidbody&&k.rigidbody.fire("triggerleave",e)):k.trigger||(h&&h.fire("collisionend",k),g&&g.fire("collisionend",k))}0===f.length&&delete a[b]}},_hasContactEvent:function(a){var b=a.collision;return b&&(b.hasEvent("collisionstart")||b.hasEvent("collisionend")||b.hasEvent("contact"))?!0:(a=a.rigidbody)&&(a.hasEvent("collisionstart")||a.hasEvent("collisionend")||a.hasEvent("contact"))},onUpdate:function(a){var b= this.dynamicsWorld.getGravity();if(b.x()!==this.gravity.x||b.y()!==this.gravity.y||b.z()!==this.gravity.z)b.setValue(this.gravity.x,this.gravity.y,this.gravity.z),this.dynamicsWorld.setGravity(b);this.dynamicsWorld.stepSimulation(a,this.maxSubSteps,this.fixedTimeStep);var b=this.store,d;for(d in b)if(b.hasOwnProperty(d)){var f=b[d].entity,e=b[d].data;e.body&&e.body.isActive()&&e.enabled&&f.enabled&&(e.type===pc.BODYTYPE_DYNAMIC?f.rigidbody.syncBodyToEntity():e.type===pc.BODYTYPE_KINEMATIC&&f.rigidbody._updateKinematic(a))}a= this.dynamicsWorld.getDispatcher();d=a.getNumManifolds();var g;c={};for(b=0;bthis.layers.indexOf(a.id)||a.addMeshInstances(this.data.model.meshInstances))},onLayerRemoved:function(a){this.data.model&&(0>this.layers.indexOf(a.id)||a.removeMeshInstances(this.data.model.meshInstances))}, _bindColorMapAsset:function(a){a.on("load",this._onColorMapAssetLoad,this);a.on("unload",this._onColorMapAssetUnload,this);a.on("remove",this._onColorMapAssetRemove,this);a.on("change",this._onColorMapAssetChange,this);a.resource?this._onColorMapAssetLoad(a):this.enabled&&this.entity.enabled&&this.system.app.assets.load(a)},_unbindColorMapAsset:function(a){a.off("load",this._onColorMapAssetLoad,this);a.off("unload",this._onColorMapAssetUnload,this);a.off("remove",this._onColorMapAssetRemove,this); a.off("change",this._onColorMapAssetChange,this)},_onColorMapAssetLoad:function(a){this.colorMap=a.resource},_onColorMapAssetUnload:function(a){this.colorMap=null},_onColorMapAssetRemove:function(a){this._onColorMapAssetUnload(a)},_onColorMapAssetChange:function(a){},onSetColorMapAsset:function(a,b,c){var d=this;a=this.system.app.assets;b&&(b=a.get(b))&&this._unbindColorMapAsset(b);if(c)if(c instanceof pc.Asset&&(c=this.data.colorMapAsset=c.id),b=a.get(c))d._bindColorMapAsset(b);else a.once("add:"+ c,function(a){d._bindColorMapAsset(a)});else this.colorMap=null},_bindNormalMapAsset:function(a){a.on("load",this._onNormalMapAssetLoad,this);a.on("unload",this._onNormalMapAssetUnload,this);a.on("remove",this._onNormalMapAssetRemove,this);a.on("change",this._onNormalMapAssetChange,this);a.resource?this._onNormalMapAssetLoad(a):this.enabled&&this.entity.enabled&&this.system.app.assets.load(a)},_unbindNormalMapAsset:function(a){a.off("load",this._onNormalMapAssetLoad,this);a.off("unload",this._onNormalMapAssetUnload, this);a.off("remove",this._onNormalMapAssetRemove,this);a.off("change",this._onNormalMapAssetChange,this)},_onNormalMapAssetLoad:function(a){this.normalMap=a.resource},_onNormalMapAssetUnload:function(a){this.normalMap=null},_onNormalMapAssetRemove:function(a){this._onNormalMapAssetUnload(a)},_onNormalMapAssetChange:function(a){},onSetNormalMapAsset:function(a,b,c){var d=this;a=this.system.app.assets;b&&(b=a.get(b))&&this._unbindNormalMapAsset(b);if(c)if(c instanceof pc.Asset&&(c=this.data.normalMapAsset= c.id),b=a.get(c))d._bindNormalMapAsset(b);else a.once("add:"+c,function(a){d._bindNormalMapAsset(a)});else this.normalMap=null},_bindMeshAsset:function(a){a.on("load",this._onMeshAssetLoad,this);a.on("unload",this._onMeshAssetUnload,this);a.on("remove",this._onMeshAssetRemove,this);a.on("change",this._onMeshAssetChange,this);a.resource?this._onMeshAssetLoad(a):this.enabled&&this.entity.enabled&&this.system.app.assets.load(a)},_unbindMeshAsset:function(a){a.off("load",this._onMeshAssetLoad,this);a.off("unload", this._onMeshAssetUnload,this);a.off("remove",this._onMeshAssetRemove,this);a.off("change",this._onMeshAssetChange,this)},_onMeshAssetLoad:function(a){this._onMeshChanged(a.resource)},_onMeshAssetUnload:function(a){this.mesh=null},_onMeshAssetRemove:function(a){this._onMeshAssetUnload(a)},_onMeshAssetChange:function(a){},onSetMeshAsset:function(a,b,c){a=this.system.app.assets;b&&(b=a.get(b))&&this._unbindMeshAsset(b);if(c){if(c instanceof pc.Asset&&(c=this.data.meshAsset=c.id),b=a.get(c))this._bindMeshAsset(b), b.resource?this._onMeshChanged(b.resource):a.load(b)}else this._onMeshChanged(null)},onSetMesh:function(a,b,c){!c||c instanceof pc.Asset||"number"===typeof c?this.meshAsset=c:this._onMeshChanged(c)},_onMeshChanged:function(a){!a||a instanceof pc.Mesh||(a=a.meshInstances[0]?a.meshInstances[0].mesh:null);this.data.mesh=a;this.emitter&&(this.emitter.mesh=a,this.emitter.resetMaterial(),this.rebuild())},onSetLoop:function(a,b,c){this.emitter&&(this.emitter[a]=c,this.emitter.resetTime())},onSetBlendType:function(a, b,c){this.emitter&&(this.emitter[a]=c,this.emitter.material.blendType=c,this.emitter.resetMaterial(),this.rebuild())},_requestDepth:function(){this._requestedDepth||(d||(d=this.system.app.scene.layers.getLayerById(pc.LAYERID_DEPTH)),d&&(d.incrementCounter(),this._requestedDepth=!0))},_releaseDepth:function(){this._requestedDepth&&d&&(d.decrementCounter(),this._requestedDepth=!1)},onSetDepthSoftening:function(a,b,c){b!==c&&(c?this.enabled&&this.entity.enabled&&this._requestDepth():this.enabled&&this.entity.enabled&& this._releaseDepth(),this.emitter&&(this.emitter[a]=c),this.emitter&&(this.reset(),this.emitter.resetMaterial(),this.rebuild()))},onSetSimpleProperty:function(a,b,c){this.emitter&&(this.emitter[a]=c,this.emitter.resetMaterial())},onSetComplexProperty:function(a,b,c){this.emitter&&(this.emitter[a]=c,this.reset(),this.emitter.resetMaterial(),this.rebuild())},onSetGraphProperty:function(a,b,c){this.emitter&&(this.emitter[a]=c,this.emitter.rebuildGraphs(),this.emitter.resetMaterial())},onEnable:function(){for(var a= this.data,b=0,d=c.length;bf;f++)q[3*f]=this.app.scene.ambientLight.r,q[3*f+1]=this.app.scene.ambientLight.g,q[3*f+2]=this.app.scene.ambientLight.b;var r=k._sortedLights[pc.LIGHTTYPE_DIRECTIONAL];for(e=0;ek;k++){var t=Math.max(m.lightCubeDir[k].dot(r[e]._direction), 0)*r[e]._intensity;q[3*k]+=r[e]._color.r*t;q[3*k+1]+=r[e]._color.g*t;q[3*k+2]+=r[e]._color.b*t}}m.constantLightCube.setValue(q)}if(!h.paused){m.simTime+=a;m.simTime>m.fixedTimeStep&&(d=Math.floor(m.simTime/m.fixedTimeStep),m.simTime-=d*m.fixedTimeStep);if(d){d=Math.min(d,m.maxSubSteps);for(f=0;fthis.fps?-1:1),c=this.duration;b=a>c||0>a;this._setTime(a);a=this._sprite?Math.floor(this._sprite.frameKeys.length*this._time/c):0;a!==this._frame&&this._setFrame(a);b&&(this.loop?(this.fire("loop"),this._component.fire("loop", this)):(this._paused=this._playing=!1,this.fire("end"),this._component.fire("end",this)))}},_setTime:function(b){this._time=b;b=this.duration;0>this._time?this._time=this.loop?this._time%b+b:0:this._time>b&&(this._time=this.loop?this._time%b:b)},_setFrame:function(b){this._frame=this._sprite?pc.math.clamp(b,0,this._sprite.frameKeys.length-1):b;this._component.currentClip===this&&this._component._showFrame(this._frame)},_destroy:function(){this._sprite&&(this.sprite=null);this._spriteAsset&&(this.spriteAsset= null)},play:function(){this._playing||(this._playing=!0,this._paused=!1,this.frame=0,this.fire("play"),this._component.fire("play",this))},pause:function(){this._playing&&!this._paused&&(this._paused=!0,this.fire("pause"),this._component.fire("pause",this))},resume:function(){this._paused&&(this._paused=!1,this.fire("resume"),this._component.fire("resume",this))},stop:function(){this._playing&&(this._paused=this._playing=!1,this.frame=this._time=0,this.fire("stop"),this._component.fire("stop",this))}}); Object.defineProperty(e.prototype,"spriteAsset",{get:function(){return this._spriteAsset},set:function(b){var a=this._component.system.app.assets,c=b;b instanceof pc.Asset&&(c=b.id);this._spriteAsset!==c&&(this._spriteAsset&&(b=a.get(this._spriteAsset))&&this._unbindSpriteAsset(b),(this._spriteAsset=c)?(c=a.get(this._spriteAsset))?this._bindSpriteAsset(c):(this.sprite=null,a.on("add:"+this._spriteAsset,this._onSpriteAssetAdded,this)):this.sprite=null)}});Object.defineProperty(e.prototype,"sprite", {get:function(){return this._sprite},set:function(b){this._sprite&&(this._sprite.off("set:meshes",this._onSpriteMeshesChange,this),this._sprite.off("set:pixelsPerUnit",this._onSpritePpuChanged,this),this._sprite.off("set:atlas",this._onSpriteMeshesChange,this),this._sprite.atlas&&this._sprite.atlas.off("set:texture",this._onSpriteMeshesChange,this));if(this._sprite=b)if(this._sprite.on("set:meshes",this._onSpriteMeshesChange,this),this._sprite.on("set:pixelsPerUnit",this._onSpritePpuChanged,this), this._sprite.on("set:atlas",this._onSpriteMeshesChange,this),this._sprite.atlas)this._sprite.atlas.on("set:texture",this._onSpriteMeshesChange,this);if(this._component.currentClip===this){var a;if(b&&b.atlas){if(b.atlas.texture){if(a=this._component._meshInstance)a.setParameter("texture_emissiveMap",b.atlas.texture),a.setParameter("texture_opacityMap",b.atlas.texture);this._component.enabled&&this._component.entity.enabled&&this._component._showModel()}this.time&&this.fps?this.time=this.time:this.frame= this.frame}else{if(a=this._component._meshInstance)a.deleteParameter("texture_emissiveMap"),a.deleteParameter("texture_opacityMap");this._component._hideModel()}}}});Object.defineProperty(e.prototype,"frame",{get:function(){return this._frame},set:function(b){this._setFrame(b);this._setTime(this._frame/(this.fps||Number.MIN_VALUE))}});Object.defineProperty(e.prototype,"isPlaying",{get:function(){return this._playing}});Object.defineProperty(e.prototype,"isPaused",{get:function(){return this._paused}}); Object.defineProperty(e.prototype,"duration",{get:function(){return this._sprite?this._sprite.frameKeys.length/Math.abs(this.fps||Number.MIN_VALUE):0}});Object.defineProperty(e.prototype,"time",{get:function(){return this._time},set:function(b){this._setTime(b);this.frame=this._sprite?Math.min(this._sprite.frameKeys.length-1,Math.floor(this._time*Math.abs(this.fps))):0}});return{SpriteAnimationClip:e}}());Object.assign(pc,function(){pc.SPRITETYPE_SIMPLE="simple";pc.SPRITETYPE_ANIMATED="animated";var e=function(b,a){pc.Component.call(this,b,a);this._type=pc.SPRITETYPE_SIMPLE;this._material=b.defaultMaterial;this._color=new pc.Color(1,1,1,1);this._colorUniform=new Float32Array(3);this._speed=1;this._flipY=this._flipX=!1;this._height=this._width=1;this._drawOrder=0;this._layers=[pc.LAYERID_WORLD];this._outerScale=new pc.Vec2(1,1);this._outerScaleUniform=new Float32Array(2);this._innerOffset=new pc.Vec4; this._innerOffsetUniform=new Float32Array(4);this._atlasRect=new pc.Vec4;this._atlasRectUniform=new Float32Array(4);this._batchGroupId=-1;this._batchGroup=null;this._node=new pc.GraphNode;this._model=new pc.Model;this._model.graph=this._node;this._meshInstance=null;a.addChild(this._model.graph);this._model._entity=a;this._updateAabbFunc=this._updateAabb.bind(this);this._addedModel=!1;this._autoPlayClip=null;this._clips={};this._currentClip=this._defaultClip=new pc.SpriteAnimationClip(this,{name:this.entity.name, fps:0,loop:!1,spriteAsset:null})};e.prototype=Object.create(pc.Component.prototype);e.prototype.constructor=e;Object.assign(e.prototype,{onEnable:function(){var b=this.system.app,a=b.scene;a.on("set:layers",this._onLayersChanged,this);a.layers&&(a.layers.on("add",this._onLayerAdded,this),a.layers.on("remove",this._onLayerRemoved,this));this._showModel();this._autoPlayClip&&this._tryAutoPlay();0<=this._batchGroupId&&b.batcher.insert(pc.BatchGroup.SPRITE,this._batchGroupId,this.entity)},onDisable:function(){var b= this.system.app,a=b.scene;a.off("set:layers",this._onLayersChanged,this);a.layers&&(a.layers.off("add",this._onLayerAdded,this),a.layers.off("remove",this._onLayerRemoved,this));this.stop();this._hideModel();0<=this._batchGroupId&&b.batcher.remove(pc.BatchGroup.SPRITE,this._batchGroupId,this.entity)},onDestroy:function(){this._currentClip=null;this._defaultClip&&(this._defaultClip._destroy(),this._defaultClip=null);for(var b in this._clips)this._clips[b]._destroy();this._clips=null;this._hideModel(); this._model=null;this._node&&(this._node.parent&&this._node.parent.removeChild(this._node),this._node=null);this._meshInstance&&(this._meshInstance.material=null,this._meshInstance=this._meshInstance.mesh=null)},_showModel:function(){if(!this._addedModel&&this._meshInstance){var b,a,c=[this._meshInstance];b=0;for(a=this._layers.length;bthis.layers.indexOf(b.id)||this._addedModel&&this.enabled&&this.entity.enabled&&this._meshInstance&&b.addMeshInstances([this._meshInstance])},_onLayerRemoved:function(b){this._meshInstance&&(0>this.layers.indexOf(b.id)||b.removeMeshInstances([this._meshInstance]))}, removeModelFromLayers:function(){for(var b,a=0;athis.system._prerender.indexOf(a)&& this.system._prerender.push(a)}a=b}},_onPrerender:function(){for(var a=0;athis.layers.indexOf(a.id)||(this._image?a.addMeshInstances(this._image._model.meshInstances):this._text&&a.addMeshInstances(this._text._model.meshInstances))},onLayerRemoved:function(a){0> this.layers.indexOf(a.id)||(this._image?a.removeMeshInstances(this._image._model.meshInstances):this._text&&a.removeMeshInstances(this._text._model.meshInstances))},onEnable:function(){if(this._image)this._image.onEnable();if(this._text)this._text.onEnable();if(this._group)this._group.onEnable();this.useInput&&this.system.app.elementInput&&this.system.app.elementInput.addElement(this);this.system.app.scene.on("set:layers",this.onLayersChanged,this);this.system.app.scene.layers&&(this.system.app.scene.layers.on("add", this.onLayerAdded,this),this.system.app.scene.layers.on("remove",this.onLayerRemoved,this));0<=this._batchGroupId&&this.system.app.batcher.insert(pc.BatchGroup.ELEMENT,this.batchGroupId,this.entity);this.fire("enableelement")},onDisable:function(){this.system.app.scene.off("set:layers",this.onLayersChanged,this);this.system.app.scene.layers&&(this.system.app.scene.layers.off("add",this.onLayerAdded,this),this.system.app.scene.layers.off("remove",this.onLayerRemoved,this));if(this._image)this._image.onDisable(); if(this._text)this._text.onDisable();if(this._group)this._group.onDisable();this.system.app.elementInput&&this.useInput&&this.system.app.elementInput.removeElement(this);0<=this._batchGroupId&&this.system.app.batcher.remove(pc.BatchGroup.ELEMENT,this.batchGroupId,this.entity);this.fire("disableelement")},onRemove:function(){this.entity.off("insert",this._onInsert,this);this._unpatch();this._image&&this._image.destroy();this._text&&this._text.destroy();this.system.app.elementInput&&this.useInput&& this.system.app.elementInput.removeElement(this);this.screen&&this.screen.screen&&(this._unbindScreen(this.screen.screen),this.screen.screen.syncDrawOrder());this.off()},_calculateSize:function(a,b){if(this.entity._parent||this.screen){this._calculateLocalAnchors();var c=this._absRight-this._absLeft,d=this._absTop-this._absBottom;a?this._setWidth(c):this._setCalculatedWidth(c,!1);b?this._setHeight(d):this._setCalculatedHeight(d,!1);c=this.entity.getLocalPosition();c.x=this._margin.x+this._calculatedWidth* this._pivot.x;c.y=this._margin.y+this._calculatedHeight*this._pivot.y;this.entity.setLocalPosition(c);this._sizeDirty=!1}},_setWidth:function(a){this._width=a;this._setCalculatedWidth(a,!1);this.fire("set:width",this._width)},_setHeight:function(a){this._height=a;this._setCalculatedHeight(a,!1);this.fire("set:height",this._height)},_setCalculatedWidth:function(a,b){if(!(1E-4>=Math.abs(a-this._calculatedWidth))){this._calculatedWidth=a;this.entity._dirtifyLocal();if(b){var c=this.entity.getLocalPosition(); this._margin.x=c.x-this._calculatedWidth*this._pivot.x;this._margin.z=this._localAnchor.z-this._localAnchor.x-this._calculatedWidth-this._margin.x}this._flagChildrenAsDirty();this.fire("set:calculatedWidth",this._calculatedWidth);this.fire("resize",this._calculatedWidth,this._calculatedHeight)}},_setCalculatedHeight:function(a,b){if(!(1E-4>=Math.abs(a-this._calculatedHeight))){this._calculatedHeight=a;this.entity._dirtifyLocal();if(b){var c=this.entity.getLocalPosition();this._margin.y=c.y-this._calculatedHeight* this._pivot.y;this._margin.w=this._localAnchor.w-this._localAnchor.y-this._calculatedHeight-this._margin.y}this._flagChildrenAsDirty();this.fire("set:calculatedHeight",this._calculatedHeight);this.fire("resize",this._calculatedWidth,this._calculatedHeight)}},_flagChildrenAsDirty:function(){var a,b,c=this.entity._children;a=0;for(b=c.length;ac||g>a||lc;c++)this._screenTransform.transformPoint(this._screenCorners[c],this._screenCorners[c]),b&&this._screenCorners[c].scale(this.screen.screen.scale), a&&this._screenCorners[c].add(a);this._cornersDirty=!1;this._worldCornersDirty=this._canvasCornersDirty=!0;return this._screenCorners}});Object.defineProperty(g.prototype,"canvasCorners",{get:function(){if(!this._canvasCornersDirty||!this.screen||!this.screen.screen.screenSpace)return this._canvasCorners;for(var a=this.system.app.graphicsDevice,b=this.screenCorners,c=a.canvas.clientWidth/a.width,d=a.canvas.clientHeight/a.height,f=0;4>f;f++)this._canvasCorners[f].set(b[f].x*c,(a.height-b[f].y)*d); this._canvasCornersDirty=!1;return this._canvasCorners}});Object.defineProperty(g.prototype,"worldCorners",{get:function(){if(!this._worldCornersDirty)return this._worldCorners;if(this.screen){var b=this.screenCorners;if(!this.screen.screen.screenSpace){a.copy(this.screen.screen._screenMatrix);a.data[13]=-a.data[13];a.mul2(this.screen.getWorldTransform(),a);for(var g=0;4>g;g++)a.transformPoint(b[g],this._worldCorners[g])}}else b=this.entity.getLocalPosition(),a.setTranslate(-b.x,-b.y,-b.z),c.setTRS(pc.Vec3.ZERO, this.entity.getLocalRotation(),this.entity.getLocalScale()),d.setTranslate(b.x,b.y,b.z),f.copy(this.entity.parent.getWorldTransform()),f.mul(d).mul(c).mul(a),e.set(b.x-this.pivot.x*this.calculatedWidth,b.y-this.pivot.y*this.calculatedHeight,b.z),f.transformPoint(e,this._worldCorners[0]),e.set(b.x+(1-this.pivot.x)*this.calculatedWidth,b.y-this.pivot.y*this.calculatedHeight,b.z),f.transformPoint(e,this._worldCorners[1]),e.set(b.x+(1-this.pivot.x)*this.calculatedWidth,b.y+(1-this.pivot.y)*this.calculatedHeight, b.z),f.transformPoint(e,this._worldCorners[2]),e.set(b.x-this.pivot.x*this.calculatedWidth,b.y+(1-this.pivot.y)*this.calculatedHeight,b.z),f.transformPoint(e,this._worldCorners[3]);this._worldCornersDirty=!1;return this._worldCorners}});Object.defineProperty(g.prototype,"textWidth",{get:function(){return this._text?this._text.width:0}});Object.defineProperty(g.prototype,"textHeight",{get:function(){return this._text?this._text.height:0}});Object.defineProperty(g.prototype,"useInput",{get:function(){return this._useInput}, set:function(a){this._useInput!==a&&(this._useInput=a,this.system.app.elementInput&&(a?this.enabled&&this.entity.enabled&&this.system.app.elementInput.addElement(this):this.system.app.elementInput.removeElement(this)),this.fire("set:useInput",a))}});Object.defineProperty(g.prototype,"batchGroupId",{get:function(){return this._batchGroupId},set:function(a){this._batchGroupId!==a&&(this.entity.enabled&&0<=this._batchGroupId&&this.system.app.batcher.remove(pc.BatchGroup.ELEMENT,this.batchGroupId,this.entity), this.entity.enabled&&0<=a&&this.system.app.batcher.insert(pc.BatchGroup.ELEMENT,a,this.entity),0>a&&0<=this._batchGroupId&&this.enabled&&this.entity.enabled&&(this._image&&this._image._renderable.model?this.addModelToLayers(this._image._renderable.model):this._text&&this._text._model&&this.addModelToLayers(this._text._model)),this._batchGroupId=a)}});Object.defineProperty(g.prototype,"maskedBy",{get:function(){return this._maskedBy}});var k=function(a){Object.defineProperty(g.prototype,a,{get:function(){return this._text? this._text[a]:this._image?this._image[a]:null},set:function(b){this._text?this._text[a]=b:this._image&&(this._image[a]=b)}})};k("fontSize");k("minFontSize");k("maxFontSize");k("maxLines");k("autoFitWidth");k("autoFitHeight");k("color");k("font");k("fontAsset");k("spacing");k("lineHeight");k("wrapLines");k("lines");k("alignment");k("autoWidth");k("autoHeight");k("rtlReorder");k("unicodeConverter");k("text");k("key");k("texture");k("textureAsset");k("material");k("materialAsset");k("sprite");k("spriteAsset"); k("spriteFrame");k("pixelsPerUnit");k("opacity");k("rect");k("mask");k("outlineColor");k("outlineThickness");k("shadowColor");k("shadowOffset");k("enableMarkup");k("rangeStart");k("rangeEnd");return{ElementComponent:g}}());Object.assign(pc,function(){var e=["enabled"],b=function(a){pc.ComponentSystem.call(this,a);this.id="element";this.app=a;this.ComponentType=pc.ElementComponent;this.DataType=pc.ElementComponentData;this.schema=e;this._rtlReorder=this._unicodeConverter=null;this._defaultTexture=new pc.Texture(a.graphicsDevice,{width:1,height:1,format:pc.PIXELFORMAT_R8_G8_B8_A8});this._defaultTexture.name="element-system";a=this._defaultTexture.lock();var b=new Uint8Array(4);b[0]=255;b[1]=255;b[2]=255;b[3]=255;a.set(b); this._defaultTexture.unlock();this.defaultScreenSpaceBitmapTextMaterial=this.defaultScreenSpaceTextMaterial=this.defaultBitmapTextMaterial=this.defaultTextMaterial=this.defaultScreenSpaceImageMaskMaterial=this.defaultScreenSpaceImageMask9TiledMaterial=this.defaultScreenSpaceImageMask9SlicedMaterial=this.defaultScreenSpaceImage9TiledMaterial=this.defaultScreenSpaceImage9SlicedMaterial=this.defaultScreenSpaceImageMaterial=this.defaultImage9TiledMaskMaterial=this.defaultImage9SlicedMaskMaterial=this.defaultImageMaskMaterial= this.defaultImage9TiledMaterial=this.defaultImage9SlicedMaterial=this.defaultImageMaterial=null;this.defaultImageMaterials=[];this.on("beforeremove",this.onRemoveComponent,this)};b.prototype=Object.create(pc.ComponentSystem.prototype);b.prototype.constructor=b;pc.Component._buildAccessors(pc.ElementComponent.prototype,e);Object.assign(b.prototype,{destroy:function(){this._defaultTexture.destroy()},initializeComponentData:function(a,b,d){a._beingInitialized=!0;void 0!==b.anchor&&(b.anchor instanceof pc.Vec4?a.anchor.copy(b.anchor):a.anchor.set(b.anchor[0],b.anchor[1],b.anchor[2],b.anchor[3]));void 0!==b.pivot&&(b.pivot instanceof pc.Vec2?a.pivot.copy(b.pivot):a.pivot.set(b.pivot[0],b.pivot[1]));var c=.001c?c+1:x,x>c?x+1:c);if(D)for(d=b.length;d--&&0this._maxLines||uC&&0this._maxLines||u=this._meshInfo.length)L.lines[u-1]-=B,L.quad-=B;else for(L=w,H=v;Hthis._element.calculatedWidth&&(O=Math.floor(this._element.fontSize*this._element.calculatedWidth/(this.width||1E-4)),O=pc.math.clamp(O,l,n),O!==this._element.fontSize)){this._fontSize= O;E=!0;break}this.height=Math.max(this.height,F-(p+I));if(this._shouldAutoFitHeight()&&this.height>this._element.calculatedHeight&&(O=pc.math.clamp(this._fontSize-1,l,n),O!==this._element.fontSize)){this._fontSize=O;E=!0;break}q+=this._spacing*Q;R||P||(t=q);d.test(H)&&(A++,z=t,v=w+1);y++;H=this._getUv(H);L.uvs[8*B+0]=H[0];L.uvs[8*B+1]=H[1];L.uvs[8*B+2]=H[2];L.uvs[8*B+3]=H[1];L.uvs[8*B+4]=H[2];L.uvs[8*B+5]=H[3];L.uvs[8*B+6]=H[0];L.uvs[8*B+7]=H[3];this._symbolColors&&(G=3*this._symbolColors[w],K=this._colorPalette[G], W=this._colorPalette[G+1],G=this._colorPalette[G+2]);L.colors[16*B+0]=K;L.colors[16*B+1]=W;L.colors[16*B+2]=G;L.colors[16*B+3]=255;L.colors[16*B+4]=K;L.colors[16*B+5]=W;L.colors[16*B+6]=G;L.colors[16*B+7]=255;L.colors[16*B+8]=K;L.colors[16*B+9]=W;L.colors[16*B+10]=G;L.colors[16*B+11]=255;L.colors[16*B+12]=K;L.colors[16*B+13]=W;L.colors[16*B+14]=G;L.colors[16*B+15]=255;L.quad++}}E||xr;++r)this._meshInfo[w].positions[S+3*r]=this._element.calculatedWidth-this._meshInfo[w].positions[S+3*r]+2*C;r=this._meshInfo[w].positions[S+3];t=this._meshInfo[w].positions[S+6]; this._meshInfo[w].positions[S+3]=this._meshInfo[w].positions[S+0];this._meshInfo[w].positions[S+6]=this._meshInfo[w].positions[S+9];this._meshInfo[w].positions[S+0]=r;this._meshInfo[w].positions[S+9]=t}S=m+1}m=4*this._meshInfo[w].count;C=4*this._meshInfo[w].quad;B=new pc.VertexIterator(this._meshInfo[w].meshInstance.mesh.vertexBuffer);for(S=0;S=C?(B.element[pc.SEMANTIC_POSITION].set(0,0,0),B.element[pc.SEMANTIC_TEXCOORD0].set(0,0),B.element[pc.SEMANTIC_COLOR].set(0,0,0,0)):(B.element[pc.SEMANTIC_POSITION].set(this._meshInfo[w].positions[3* S+0],this._meshInfo[w].positions[3*S+1],this._meshInfo[w].positions[3*S+2]),B.element[pc.SEMANTIC_TEXCOORD0].set(this._meshInfo[w].uvs[2*S+0],this._meshInfo[w].uvs[2*S+1]),B.element[pc.SEMANTIC_COLOR].set(this._meshInfo[w].colors[4*S+0],this._meshInfo[w].colors[4*S+1],this._meshInfo[w].colors[4*S+2],this._meshInfo[w].colors[4*S+3])),B.next();B.end();this._meshInfo[w].meshInstance.mesh.aabb.compute(this._meshInfo[w].positions);this._meshInfo[w].meshInstance._aabbVer=-1}this._aabbDirty=!0},_onFontRender:function(){this.font= this._font},_onFontLoad:function(a){this.font!==a.resource&&(this.font=a.resource)},_onFontChange:function(a,b,c,d){if("data"===b)for(this._font.data=c,a=this._font.data.info.maps.length,b=0;bthis._font.textures.length&&(this._meshInfo.length=this._font.textures.length); this._updateText()}}});Object.defineProperty(b.prototype,"alignment",{get:function(){return this._alignment},set:function(a){a instanceof pc.Vec2?this._alignment.set(a.x,a.y):this._alignment.set(a[0],a[1]);this._font&&this._updateText()}});Object.defineProperty(b.prototype,"autoWidth",{get:function(){return this._autoWidth},set:function(a){var b=this._autoWidth;(this._autoWidth=a)&&1E-4>Math.abs(this._element.anchor.x-this._element.anchor.z)&&(this._element.width=this.width);b!==a&&(a=this._shouldAutoFit()? this._maxFontSize:this._originalFontSize,a!==this._fontSize&&(this._fontSize=a,this._font&&this._updateText()))}});Object.defineProperty(b.prototype,"autoHeight",{get:function(){return this._autoHeight},set:function(a){var b=this._autoHeight;(this._autoHeight=a)&&1E-4>Math.abs(this._element.anchor.y-this._element.anchor.w)&&(this._element.height=this.height);b!==a&&(a=this._shouldAutoFit()?this._maxFontSize:this._originalFontSize,a!==this._fontSize&&(this._fontSize=a,this._font&&this._updateText()))}}); Object.defineProperty(b.prototype,"rtlReorder",{get:function(){return this._rtlReorder},set:function(a){this._rtlReorder!==a&&(this._rtlReorder=a,this._font&&this._updateText())}});Object.defineProperty(b.prototype,"unicodeConverter",{get:function(){return this._unicodeConverter},set:function(a){this._unicodeConverter!==a&&(this._unicodeConverter=a,this._setText(this._text))}});Object.defineProperty(b.prototype,"aabb",{get:function(){if(this._aabbDirty){for(var a=!1,b=0;bthis.dragThreshold||Math.abs(b)>this.dragThreshold)&&this._disableContentInput()}},_onSetContentOrViewportSize:function(){this._syncAll()},_onSetHorizontalScrollbarValue:function(a){!this._scrollbarUpdateFlags[pc.ORIENTATION_HORIZONTAL]&&this.enabled&&this.entity.enabled&&this._onSetScroll(a,null)},_onSetVerticalScrollbarValue:function(a){!this._scrollbarUpdateFlags[pc.ORIENTATION_VERTICAL]&& this.enabled&&this.entity.enabled&&this._onSetScroll(null,a)},_onSetHorizontalScrollingEnabled:function(){this._syncScrollbarEnabledState(pc.ORIENTATION_HORIZONTAL)},_onSetVerticalScrollingEnabled:function(){this._syncScrollbarEnabledState(pc.ORIENTATION_VERTICAL)},_onHorizontalScrollbarGain:function(){this._syncScrollbarEnabledState(pc.ORIENTATION_HORIZONTAL);this._syncScrollbarPosition(pc.ORIENTATION_HORIZONTAL)},_onVerticalScrollbarGain:function(){this._syncScrollbarEnabledState(pc.ORIENTATION_VERTICAL); this._syncScrollbarPosition(pc.ORIENTATION_VERTICAL)},_onSetScroll:function(a,b,d){!1!==d&&this._velocity.set(0,0,0);a=0|this._updateAxis(a,"x",pc.ORIENTATION_HORIZONTAL);(a|=this._updateAxis(b,"y",pc.ORIENTATION_VERTICAL))&&this.fire("set:scroll",this._scroll)},_updateAxis:function(a,b,d){var c=null!==a&&1E-5this._getViewportSize(a)},_contentPositionToScrollValue:function(a){var b=this._getMaxOffset(pc.ORIENTATION_HORIZONTAL),d=this._getMaxOffset(pc.ORIENTATION_VERTICAL); e.x=0===b?0:a.x/b;e.y=0===d?0:a.y/-d;return e},_getMaxOffset:function(a,b){b=void 0===b?this._getContentSize(a):b;var c=this._getViewportSize(a);return bMath.abs(f))return 1;c=Math.min(c/f,1);f=this._toOvershoot(this._scroll[a],b);return 0===f?c:c/(1+Math.abs(f))},_getViewportSize:function(a){return this._getSize(a, this._viewportReference)},_getContentSize:function(a){return this._getSize(a,this._contentReference)},_getSize:function(a,b){return b.entity&&b.entity.element?b.entity.element[this._getCalculatedDimension(a)]:0},_getScrollingEnabled:function(a){if(a===pc.ORIENTATION_HORIZONTAL)return this.horizontal;if(a===pc.ORIENTATION_VERTICAL)return this.vertical;console.warn("Unrecognized orientation: "+a)},_getScrollbarVisibility:function(a){if(a===pc.ORIENTATION_HORIZONTAL)return this.horizontalScrollbarVisibility; if(a===pc.ORIENTATION_VERTICAL)return this.verticalScrollbarVisibility;console.warn("Unrecognized orientation: "+a)},_getSign:function(a){return a===pc.ORIENTATION_HORIZONTAL?1:-1},_getAxis:function(a){return a===pc.ORIENTATION_HORIZONTAL?"x":"y"},_getCalculatedDimension:function(a){return a===pc.ORIENTATION_HORIZONTAL?"calculatedWidth":"calculatedHeight"},_destroyDragHelper:function(){this._contentDragHelper&&this._contentDragHelper.destroy()},onUpdate:function(){this._contentReference.entity&&(this._updateVelocity(), this._syncScrollbarEnabledState(pc.ORIENTATION_HORIZONTAL),this._syncScrollbarEnabledState(pc.ORIENTATION_VERTICAL))},_updateVelocity:function(){if(!this._isDragging()&&(this.scrollMode===pc.SCROLL_MODE_BOUNCE&&(this._hasOvershoot("x",pc.ORIENTATION_HORIZONTAL)&&this._setVelocityFromOvershoot(this.scroll.x,"x",pc.ORIENTATION_HORIZONTAL),this._hasOvershoot("y",pc.ORIENTATION_VERTICAL)&&this._setVelocityFromOvershoot(this.scroll.y,"y",pc.ORIENTATION_VERTICAL)),this._velocity.x*=1-this.friction,this._velocity.y*= 1-this.friction,1E-4a?a:a>c?a-c:0},_setVelocityFromOvershoot:function(a,b,d){a=this._toOvershoot(a, d)*this._getMaxOffset(d)*this._getSign(d);0d&&(a.x=-1*Math.log10(1-d));b=this._getMaxScrollValue(pc.ORIENTATION_VERTICAL);d=this._toOvershoot(a.y,pc.ORIENTATION_VERTICAL);0d&&(a.y=-1*Math.log10(1-d));return a},_isDragging:function(){return this._contentDragHelper&&this._contentDragHelper.isDragging},_setScrollbarComponentsEnabled:function(a){this._scrollbarReferences[pc.ORIENTATION_HORIZONTAL].hasComponent("scrollbar")&& (this._scrollbarReferences[pc.ORIENTATION_HORIZONTAL].entity.scrollbar.enabled=a);this._scrollbarReferences[pc.ORIENTATION_VERTICAL].hasComponent("scrollbar")&&(this._scrollbarReferences[pc.ORIENTATION_VERTICAL].entity.scrollbar.enabled=a)},_setContentDraggingEnabled:function(a){this._contentDragHelper&&(this._contentDragHelper.enabled=a)},_enableContentInput:function(){for(;this._disabledContentInputEntities.length;){var a=this._disabledContentInputEntities.pop();a.element&&(a.element.useInput=!0)}this._disabledContentInput= !1},_disableContentInput:function(){var a=this,b=function(c){c.element&&c.element.useInput&&(a._disabledContentInputEntities.push(c),c.element.useInput=!1);c=c.children;var d,f;d=0;for(f=c.length;d=c?f.APPLY_SHRINKING:f.NONE;case pc.FITTING_BOTH:return b=c?f.APPLY_SHRINKING:f.NONE;default:throw Error("Unrecognized fitting mode: "+a);}}function k(a,b){return z(a,b.size)+(a.length- 1)*F.spacing[b.axis]}function l(a,b,c){var d=x(a,c.maxSize),f=v(a,c.fittingProportion),e=D(f,d);b=g[c.axis]-b;for(var h=0;hMath.abs(c)&&1E-5>Math.abs(a)?b:b*c/a}function t(a){for(var b=[],c=0;cg[C.axis]&&0!==d[d.length-1].length&&(n=u,d.push([]));d[d.length-1].push(c[r]);q&&n>g[C.axis]&&r!==c.length-1&&(n=0,d.push([]))}c=d}else c=[c];d=F.orientation===pc.ORIENTATION_HORIZONTAL&&F.reverseX||F.orientation===pc.ORIENTATION_VERTICAL&&F.reverseY;m=F.orientation===pc.ORIENTATION_HORIZONTAL&&F.reverseY||F.orientation===pc.ORIENTATION_VERTICAL&&F.reverseX;if(d)for(n= 0;nq.largestSize[I.size]&&(q.largestElement=q[m],q.largestSize=v)}u.push(q.largestElement);r.push(q.largestSize)}m= k(r,I);n=h(F[I.fitting],m,g[I.axis]);n===f.APPLY_STRETCHING?l(r,m,I):n===f.APPLY_SHRINKING&&p(r,m,I);for(n=0;nthis._data.version)if(this._data.info.maps=[{width:this._data.info.width, height:this._data.info.height}],this._data.chars)for(var a in this._data.chars)this._data.chars[a].map=0}});return{FONT_MSDF:pc.FONT_MSDF,Font:e}}());Object.assign(pc,function(){var e=function(b,a){pc.EventHandler.call(this);this.type="bitmap";this.app=b;this.intensity=0;a=a||{};this.fontWeight=a.fontWeight||"normal";this.glyphSize=this.fontSize=parseInt(a.fontSize,10);this.fontName=a.fontName||"Arial";this.color=a.color||new pc.Color(1,1,1);this.padding=a.padding||0;var c=4096A&&(A=this.fontSize*this.fontSize/y,e.font=this.fontWeight+" "+A.toString()+"px "+this.fontName,y=this.fontSize); this.renderCharacter(e,a,z+t,v+u,f);this._addChar(this.data,a,x,z,v,h,r,this.padding+(this.glyphSize-y)/2,-this.padding+q[a].descent-m,y,b-1,c,d);z+=h;z+h>c&&(z=0,v+=r,v+r>d&&(this.textures[b-1].upload(),b++,v=0,b>n?(a=document.createElement("canvas"),a.height=d,a.width=c,e=this._getAndClearContext(a,k),x=new pc.Texture(this.app.graphicsDevice,{format:pc.PIXELFORMAT_R8_G8_B8_A8,autoMipmap:!0}),x.name="font-atlas",x.setSource(a),x.minFilter=pc.FILTER_LINEAR_MIPMAP_LINEAR,x.magFilter=pc.FILTER_LINEAR, x.addressU=pc.ADDRESS_CLAMP_TO_EDGE,x.addressV=pc.ADDRESS_CLAMP_TO_EDGE,this.textures.push(x)):(a=this.textures[b-1].getSource(),e=this._getAndClearContext(a,k))))}this.textures[b-1].upload();if(bb&&(c=d-1);return a};e.prototype._doSort=function(b,a){var c=this._sortBy;return b[c]-a[c]};e.prototype.insert=function(b){var a=this._binarySearch(b);this.items.splice(a,0,b); this.length++;this.loopIndex>=a&&this.loopIndex++};e.prototype.append=function(b){this.items.push(b);this.length++};e.prototype.remove=function(b){b=this.items.indexOf(b);0>b||(this.items.splice(b,1),this.length--,this.loopIndex>=b&&this.loopIndex--)};e.prototype.sort=function(){var b=0<=this.loopIndex?this.items[this.loopIndex]:null;this.items.sort(this._sortHandler);null!==b&&(this.loopIndex=this.items.indexOf(b))};return{SortedLoopArray:e}}());Object.assign(pc,function(){var e=function(b){this._handlers={};this._requests={};this._cache={};this._app=b};Object.assign(e.prototype,{addHandler:function(b,a){this._handlers[b]=a;a._loader=this},removeHandler:function(b){delete this._handlers[b]},getHandler:function(b){return this._handlers[b]},load:function(b,a,c,d){var f=this._handlers[a];if(f){var e=b+a;if(void 0!==this._cache[e])c(null,this._cache[e]);else if(this._requests[e])this._requests[e].push(c);else{this._requests[e]=[c];var k=this, l=function(a,b){a?k._onFailure(e,a):f.load(b,function(a,c,g){if(k._requests[e])if(a)k._onFailure(e,a);else try{k._onSuccess(e,f.open(b.original,c,d),g)}catch(r){k._onFailure(e,r)}},d)};a=b.split("?")[0];this._app.enableBundles&&this._app.bundles.hasUrl(a)?this._app.bundles.canLoadUrl(a)?this._app.bundles.loadUrl(a,function(a,c){l(a,{load:c,original:b})}):l("Bundle for "+b+" not loaded yet"):l(null,{load:b,original:b})}}else c("No handler for asset type: "+a)},_onSuccess:function(b,a,c){this._cache[b]= a;for(var d=0;d=f)throw Error("Invalid PAX header data format.");var l=parseInt(d.decode(new Uint8Array(a,b+g,k-g)),10);k=d.decode(new Uint8Array(a,b+k+1,l-(k- g)-2)).split("=");if(2!==k.length)throw Error("Invalid PAX header data format.");0===k[1].length&&(k[1]=null);h.push({name:k[0],value:k[1]});g+=l}return new c(h)};c.prototype.applyHeader=function(a){for(var b=0;bd;d++)f=new pc.Texture(this._device, {cubemap:!0,fixCubemapSeams:!0,mipmaps:!0,format:b._dds.format,rgbm:b._dds.rgbm,width:Math.pow(2,7-d),height:Math.pow(2,7-d)}),f.name="cubemap-mip",f._levels[0]=b._dds._levels[d],f.upload(),b.resources.push(f);d=!0}f=b.resource;f.name!==b.name&&(f.name=b.name);var e=!!b.data.rgbm;b.data.hasOwnProperty("rgbm")&&f.rgbm!==e&&(f.rgbm=e);f.fixCubemapSeams=!!b._dds;b.data.hasOwnProperty("minFilter")&&f.minFilter!==b.data.minFilter&&(f.minFilter=b.data.minFilter);b.data.hasOwnProperty("magFilter")&&f.magFilter!== b.data.magFilter&&(f.magFilter=b.data.magFilter);b.data.hasOwnProperty("anisotropy")&&f.anisotropy!==b.data.anisotropy&&(f.anisotropy=b.data.anisotropy);f.addressU!==pc.ADDRESS_CLAMP_TO_EDGE&&(f.addressU=pc.ADDRESS_CLAMP_TO_EDGE);f.addressV!==pc.ADDRESS_CLAMP_TO_EDGE&&(f.addressV=pc.ADDRESS_CLAMP_TO_EDGE);this._patchTextureFaces(b,a);d&&(a.fire("load",b),a.fire("load:"+b.id,b),b.fire("load",b))},_patchTexture:function(){this.registry._loader._handlers.cubemap._patchTextureFaces(this,this.registry)}, _patchTextureFaces:function(b,a){if(b.loadFaces||!b.file){var c=b.resource,d=[],f=0,e=!1,k=this;b._levelsEvents||(b._levelsEvents=[null,null,null,null,null,null]);b.data.textures.forEach(function(g,n){var h=function(g){f++;d[n]=g&&g.resource.getSource()||null;var h=b._levelsEvents[n];if(h!==g){h&&h.off("load",k._patchTexture,b);if(g)g.on("load",k._patchTexture,b);b._levelsEvents[n]=g||null}d[n]!==c._levels[0][n]&&(e=!0);6===f&&e&&(c.setSource(d),a.fire("load",b),a.fire("load:"+b.id,b),b.fire("load", b))},l=function(b){b.ready(h);a.load(b)},q=a.get(g);q?(q.ready(h),a.load(q)):g?(a.once("load:"+g,h),a.once("add:"+g,l)):h(null)})}}});return{CubemapHandler:e}}());Object.assign(pc,function(){var e=function(){this.retryRequests=!1};Object.assign(e.prototype,{load:function(b,a){"string"===typeof b&&(b={load:b,original:b});var c={retry:this.retryRequests};b.load.startsWith("blob:")&&(c.responseType=pc.Http.ResponseType.JSON);pc.http.get(b.load,c,function(c,f){c?a(pc.string.format("Error loading JSON resource: {0} [{1}]",b.original,c)):a(null,f)})},open:function(b,a){return a},patch:function(b,a){}});return{JsonHandler:e}}());Object.assign(pc,function(){var e={aoMap:"white",diffuseMap:"gray",specularMap:"gray",metalnessMap:"black",glossMap:"gray",emissiveMap:"gray",normalMap:"normal",heightMap:"gray",opacityMap:"gray",sphereMap:"gray",lightMap:"white"},b=function(a){this._assets=a.assets;this._device=a.graphicsDevice;this._placeholderTextures=null;this._parser=new pc.JsonStandardMaterialParser;this.retryRequests=!1};Object.assign(b.prototype,{load:function(a,b){"string"===typeof a&&(a={load:a,original:a});pc.http.get(a.load, {retry:this.retryRequests},function(c,f){c?b&&b(pc.string.format("Error loading material: {0} [{1}]",a.original,c)):b&&(f._engine=!0,b(null,f))})},open:function(a,b){var c=this._parser.parse(b);b._engine&&(c._data=b,delete b._engine);return c},_createPlaceholders:function(){this._placeholderTextures={};var a={white:[255,255,255,255],gray:[128,128,128,255],black:[0,0,0,255],normal:[128,128,255,255]},b;for(b in a)if(a.hasOwnProperty(b)){this._placeholderTextures[b]=new pc.Texture(this._device,{width:2, height:2,format:pc.PIXELFORMAT_R8_G8_B8_A8});this._placeholderTextures[b].name="placeholder";for(var d=this._placeholderTextures[b].lock(),f=0;4>f;f++)for(var e=0;4>e;e++)d[4*f+e]=a[b][e];this._placeholderTextures[b].unlock()}},patch:function(a,b){a.resource._data&&(a._data=a.resource._data,delete a.resource._data);a.data.name=a.name;a.resource.name=a.name;this._bindAndAssignAssets(a,b);a.off("unload",this._onAssetUnload,this);a.on("unload",this._onAssetUnload,this)},_onAssetUnload:function(a){delete a.data.parameters; delete a.data.chunks;delete a.data.name},_assignTexture:function(a,b,d){b.data[a]=d;b.resource[a]=d},_assignPlaceholderTexture:function(a,b){this._placeholderTextures||this._createPlaceholders();b.resource[a]=this._placeholderTextures[e[a]]},_onTextureLoad:function(a,b,d){this._assignTexture(a,b,d.resource);b.resource.update()},_onTextureAdd:function(a,b,d){this._assets.load(d)},_onTextureRemove:function(a,b,d){var c=b.resource;c[a]===d.resource&&(this._assignTexture(a,b,null),c.update())},_assignCubemap:function(a, b,d){b.data[a]=d[0];7===d.length&&(b.data.prefilteredCubeMap128=d[1],b.data.prefilteredCubeMap64=d[2],b.data.prefilteredCubeMap32=d[3],b.data.prefilteredCubeMap16=d[4],b.data.prefilteredCubeMap8=d[5],b.data.prefilteredCubeMap4=d[6])},_onCubemapLoad:function(a,b,d){this._assignCubemap(a,b,d.resources);this._parser.initialize(b.resource,b.data)},_onCubemapAdd:function(a,b,d){b.data.shadingModel===pc.SPECULAR_PHONG&&(b.loadFaces=!0);this._assets.load(d)},_onCubemapRemove:function(a,b,d){var c=b.resource; c[a]===d.resource&&(this._assignCubemap(a,b,[null,null,null,null,null,null,null]),c.update())},_bindAndAssignAssets:function(a,b){var c=this._parser.migrate(a.data),e=a.resource,g="path"===c.mappingFormat,k=pc.StandardMaterial.TEXTURE_PARAMETERS,l;g&&(l=pc.path.getDirectory(a.getFileUrl()));var n,h,m;for(n=0;n>1),e=Math.max(1,b>>1),f=new c.constructor(d*e*4),g=Math.floor(a/d);b=Math.floor(b/e);for(var h=g*b,k=0;km;++m){for(var n=0,p=0;p>d-1),n=Math.max(1,a._height>>d-1);if(a._cubemap){for(var h=[],m=0;6>m;++m)h.push(c(e,n,a._levels[d-1][m]));a._levels.push(h)}else a._levels.push(c(e,n,a._levels[d-1]))}a._levelsUpdated=a._cubemap?[[!0,!0,!0,!0,!0,!0]]:[!0]}},c=function(a,b,c){this._device=a;this._assets=b;this._loader=c;this.crossOrigin=void 0;b.prefix&&(this.crossOrigin="anonymous");this.retryRequests=!1};Object.assign(c.prototype,{load:function(a, b,c){"string"===typeof a&&(a={load:a,original:a});var d;d=0<=a.original.indexOf("?")?a.original.split("?")[0]:a.original;var e=pc.path.getExtension(d).toLowerCase();if(".dds"===e||".ktx"===e)d={cache:!0,responseType:"arraybuffer",retry:this.retryRequests},pc.http.get(a.load,d,b);else if(".basis"===e)d={cache:!0,responseType:"arraybuffer",retry:this.retryRequests},pc.http.get(a.load,d,function(d,e){if(d)b(d,e);else{var f="pvr"===pc.basisTargetFormat()&&c&&c.file&&c.file.variants&&c.file.variants.basis&& 0!==(c.file.variants.basis.opt&8);f&&(c.file.variants.basis.opt&=-9);pc.basisTranscode(a.load,e,b,{unswizzleGGGR:f})}});else if(".jpg"===e||".jpeg"===e||".gif"===e||".png"===e){var f;void 0!==this.crossOrigin&&pc.ABSOLUTE_URL.test(a.original)&&(f=this.crossOrigin);this._loadImage(a.load,a.original,f,b)}else f=d.indexOf("blob:"),0<=f?(a=d=d.substr(f),this._loadImage(a,a,null,b)):setTimeout(function(){b(pc.string.format("Error loading Texture: format not supported: '{0}'",e))},0)},_loadImage:function(a, b,c,e){var d=new Image;c&&(d.crossOrigin=c);var f=0,g,k=this.retryRequests;d.onload=function(){e(null,d)};d.onerror=function(){if(!g)if(k&&5>=++f){var c=100*Math.pow(2,f);console.log(pc.string.format("Error loading Texture from: '{0}' - Retrying in {1}ms...",b,c));var h=0<=a.indexOf("?")?"&":"?";g=setTimeout(function(){d.src=a+h+"retry="+Date.now();g=null},c)}else e(pc.string.format("Error loading Texture from: '{0}'",b))};d.src=a},open:function(b,c){if(b){var d;d=pc.path.getExtension(b).toLowerCase(); if(c instanceof Image||c instanceof HTMLImageElement)d=".jpg"===d||".jpeg"===d?pc.PIXELFORMAT_R8_G8_B8:pc.PIXELFORMAT_R8_G8_B8_A8,d=new pc.Texture(this._device,{width:c.width,height:c.height,format:d}),d.name=b,d.setSource(c);else if(".dds"===d){d=c;var e=this._device;if(".crn"===pc.path.getExtension(b).toLowerCase()){var f=d.byteLength,n=new Uint8Array(d);d=Module._malloc(f);var h=Module.HEAPU8,m,q=d/4,p=f%4,r=new Uint32Array(n.buffer,0,(f-p)/4),t=new Uint32Array(h.buffer);for(m=0;ma.version&&(2>a.version&&(a.info.maps=a.info.maps||[{width:a.info.width,height:a.info.height}]),a.chars=Object.keys(a.chars||{}).reduce(function(b,d){var c=a.chars[d],e=void 0!==c.letter?c.letter:pc.string.fromCodePoint(d);2>a.version&&(c.map=c.map||0);b[e]=c;return b},{}),a.version=3);return a}var b=function(a){this._loader=a;this.retryRequests=!1};Object.assign(b.prototype,{load:function(a,b,d){"string"===typeof a&&(a={load:a,original:a});var c=this;".json"=== pc.path.getExtension(a.original)?pc.http.get(a.load,{retry:this.retryRequests},function(d,f){var g=e(f);d?b(pc.string.format("Error loading font resource: {0} [{1}]",a.original,d)):c._loadTextures(a.original.replace(".json",".png"),g,function(a,c){if(a)return b(a);b(null,{data:g,textures:c})})}):(d&&d.data&&(d.data=e(d.data)),this._loadTextures(a.original,d&&d.data,b))},_loadTextures:function(a,b,d){var c=b.info.maps.length,e=0,k=null,l=Array(c),n=this._loader;b=function(b){var f=function(a,f){if(!k){if(a)return k= a,d(a);f.upload();l[b]=f;e++;e===c&&d(null,l)}};0===b?n.load(a,"texture",f):n.load(a.replace(".png",b+".png"),"texture",f)};for(var h=0;h=b.version)return null;var b=this._parseNodes(a),c=this._parseSkins(a,b),e=this._parseMorphs(a,b),k=this._parseVertexBuffers(a),l=this._parseIndexBuffers(a,k),l=this._parseMeshes(a,c.skins,e.morphs,k,l.buffer,l.data);this._initMorphs(a,e.morphs,k,l);a=this._parseMeshInstances(a,b,l,c.skins,c.instances,e.morphs,e.instances);k=new pc.Model;k.graph=b[0];k.meshInstances=a;k.skinInstances=c.instances;k.morphInstances=e.instances;k.getGraph().syncHierarchy();return k}, _parseNodes:function(a){a=a.model;var b=[],c;for(c=0;cr* J+v*H+x*B?-1:1;return h},_initMorphs:function(a,b,e,g){a=a.model;var c,d,f,h,m,q,p,r,t,u,z,v,x,A,y,D=[],F=[];for(e=0;ek;k++)p[k]=h[16*g+k];k=new pc.Mat4;k.set(p);n.push(k)}else for(g=0;gNumber.parseFloat(c.asset.version)? b("Invalid gltf version. Expected version 2.0 or above but found version '"+c.asset.version+"'."):b(null,c)},F=function(a,b,c){if(a&&a.toLowerCase().endsWith(".glb")){a=new DataView(b);var d=a.getUint32(0,!0),e=a.getUint32(4,!0),f=a.getUint32(8,!0);if(1179937895!==d)c("Invalid magic number found in glb header. Expected 0x46546C67, found 0x"+d.toString(16));else if(2!==e)c("Invalid version number found in glb header. Expected 2, found "+e);else if(0>=f||f>b.byteLength)c("Invalid length found in glb header. Found "+ f);else{d=[];for(e=12;eb.byteLength)throw Error("Invalid chunk length found in glb. Found "+g);var h=a.getUint32(e+4,!0),k=new Uint8Array(b,e+8,g);d.push({length:g,type:h,data:k});e+=g+8}1!==d.length&&2!==d.length?c("Invalid number of chunks found in glb file."):1313821514!==d[0].type?c("Invalid chunk type found in glb file. Expected 0x4E4F534A, found 0x"+d[0].type.toString(16)):1>3;q[k]=p}return{format:c[g],width:e+3&-4,height:h+3&-4,levels:q,cubemap:!1,mipmaps:!0,transcodeTime:d?performance.now()-l:0,url:f}},f=null,g=[],h=function(a,b,c,d){try{var g=e(f,a,b,c,d);g.levels=g.levels.map(function(a){return a.buffer});self.postMessage({url:a,data:g},g.levels)}catch(B){self.postMessage({url:a.toString(), err:B.toString()})}},k=function(a){var b=function(b,c){WebAssembly.instantiate(a,b).then(function(a){c(a)});return{}};self.BASIS(a?{instantiateWasm:b}:null).then(function(a){f=a;f.initializeBasis();for(a=0;athis.layers.indexOf(a)&& this.layers.push(a)};d.prototype.getLayerIdx=function(a){return this.layerToBatch[a.id]};d.prototype.addLayerIdx=function(a,b){this.layerToBatch[b.id]=a};var f=function(){this.numLinesAllocated=128;this.mesh=this.vbRam=this.vb=null;this.linesUsed=0;this.layer=this.meshInstance=this.material=null};Object.assign(f.prototype,{init:function(a,c,d,e){this.mesh||(this.mesh=new pc.Mesh,this.mesh.primitive[0].type=pc.PRIMITIVE_LINES,this.mesh.primitive[0].base=0,this.mesh.primitive[0].indexed=!1,this.material= new pc.BasicMaterial,this.material.vertexColors=!0,this.material.blend=!0,this.material.blendType=pc.BLEND_NORMAL,this.material.update());for(this.layer=d;this.linesUsed+e>this.numLinesAllocated;)this.vb&&(this.vb.destroy(),this.vb=null),this.numLinesAllocated*=2;this.vertexFormat=c;this.vb||(this.vb=new pc.VertexBuffer(a,c,2*this.numLinesAllocated,pc.BUFFER_DYNAMIC),this.mesh.vertexBuffer=this.vb,this.vbRam=new DataView(this.vb.lock()),this.meshInstance||(b.worldTransform=pc.Mat4.IDENTITY,b._dirtyWorld= b._dirtyNormal=!1,this.meshInstance=new pc.MeshInstance(b,this.mesh,this.material),this.meshInstance.cull=!1))},addLines:function(a,b){for(var c=!!b.length,d=2*this.linesUsed*this.vertexFormat.size,e,f=0;fd;d++)a.transformPoint(e[d],f[d]);this.renderLines([f[0],f[1],f[1],f[2],f[2],f[3],f[3],f[0],f[4],f[5],f[5],f[6],f[6],f[7],f[7],f[4],f[0],f[4],f[1],f[5],f[2],f[6],f[3],f[7]],b,c)},_addLines:function(a,b,c){void 0===c.layer&&(c.layer=this.scene.layers.getLayerById(pc.LAYERID_IMMEDIATE));void 0===c.depthTest&&(c.depthTest=!0);this._initImmediate();var d=c.layer; this._immediateData.addLayer(d);var e=this._immediateData.getLayerIdx(d);void 0===e?(e=new f,e.init(this.graphicsDevice,this._immediateData.lineVertexFormat,d,a.length/2),e.material.depthTest=c.depthTest,c.mask&&(e.meshInstance.mask=c.mask),e=this._immediateData.lineBatches.push(e)-1,this._immediateData.addLayerIdx(e,d)):(this._immediateData.lineBatches[e].init(this.graphicsDevice,this._immediateData.lineVertexFormat,d,a.length/2),this._immediateData.lineBatches[e].material.depthTest=c.depthTest, c.mask&&(this._immediateData.lineBatches[e].meshInstance.mask=c.mask));this._immediateData.lineBatches[e].addLines(a,b)},_initImmediate:function(){this._immediateData||(this._immediateData=new d(this.graphicsDevice),this.on("prerender",this._preRenderImmediate,this),this.on("postrender",this._postRenderImmediate,this))},_preRenderImmediate:function(){for(var a=0;am;m++)ba.setValue(X),pc.drawQuadWithShader(t,Z,J),ba.setValue(fa),pc.drawQuadWithShader(t,V,J);for(m=0;mb.indexOf(a[c]))return!1;for(c=0;c a.indexOf(b[c]))return!1;return!0}function c(a){a=a.node.worldTransform;a.getX(k);a.getY(l);a.getZ(n);k.cross(k,l);return 0<=k.dot(n)?1:-1}var d=function(a,b,c,d,e){this.dynamic=c;this.maxAabbSize=d;this.id=a;this.name=b;this.layers=void 0===e?[pc.LAYERID_WORLD]:e;this._sprite=this._ui=!1;this._obj={model:[],element:[],sprite:[]}};d.MODEL="model";d.ELEMENT="element";d.SPRITE="sprite";var f=function(a,b,c){this.device=a;this.rootNode=c;this._dirty=!0;this.bones=b;b=b.length;a.supportsBoneTextures? (b=256this._dirtyGroups.indexOf(a)&&this._dirtyGroups.push(a)};g.prototype.getGroupByName=function(a){var b=this._batchGroups,c;for(c in b)if(b.hasOwnProperty(c)&&b[c].name===a)return b[c];return null};g.prototype.getBatches=function(a){for(var b=[],c=this._batchList.length,d=0;dd._obj[a].indexOf(c)&&(d._obj[a].push(c),this.markGroupDirty(b))};g.prototype.remove=function(a,b,c){var d=this._batchGroups[b]; d&&(c=d._obj[a].indexOf(c),0<=c&&(d._obj[a].splice(c,1),this.markGroupDirty(b)))};g.prototype._extractModel=function(a,b,c,d){if(!a.model||!a.model.model)return b;if(a.model.isStatic){d=this.scene.drawCalls;var e=a.model.meshInstances;for(c=0;ce.indexOf(d[c]._staticSource)||b.push(d[c]));for(c=0;ca.indexOf(this._batchList[b].batchGroupId)?c.push(this._batchList[b]):this.destroy(this._batchList[b]);this._batchList=c;this._collectAndRemoveModels(d,a);if(a===this._dirtyGroups)this._dirtyGroups.length= 0;else{c=[];for(b=0;ba.indexOf(this._dirtyGroups[b])&&c.push(this._dirtyGroups[b]);this._dirtyGroups=c}var e,f,g;for(g in d)if(d.hasOwnProperty(g)&&(b=d[g],a=this._batchGroups[g]))for(e=this.prepare(b,a.dynamic,a.maxAabbSize,a._ui||a._sprite),b=0;b>>32-8*D[0].bytesPerIndex);for(d=1;d=h){K=K.concat(E.slice(d));break}if(k!==G.material||l!==G.layer||q!==G._shaderDefs||m+G.mesh.vertexBuffer.getNumVertices()>Y)W(G);else if(J.copy(I),J.add(G.aabb),J.halfExtents.x> f||J.halfExtents.y>f||J.halfExtents.z>f)W(G);else if(!y||(ba=G.stencilFront)&&y.func==ba.func&&y.zpass==ba.zpass)if(F!=c(G))W(G);else{var O=-1;(D=G.mesh.indexBuffer)&&0c(n.origMeshInstances[0]);n.meshInstance=h;this.update(n);b=new pc.Model;b.meshInstances=[n.meshInstance];b.castShadows=n.origMeshInstances[0].castShadows;n.model=b;return n}};g.prototype.update=function(a){a._aabb.copy(a.origMeshInstances[0].aabb);for(var b=1;b