@vizbl/shopify-room-viewer 0.0.13 → 0.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1 @@
1
+ var $jscomp=$jscomp||{};$jscomp.scope={},$jscomp.arrayIteratorImpl=function(t){var e=0;return function(){return e<t.length?{done:!1,value:t[e++]}:{done:!0}}},$jscomp.arrayIterator=function(t){return{next:$jscomp.arrayIteratorImpl(t)}},$jscomp.makeIterator=function(t){var e="u">typeof Symbol&&Symbol.iterator&&t[Symbol.iterator];return e?e.call(t):$jscomp.arrayIterator(t)},$jscomp.ASSUME_ES5=!1,$jscomp.ASSUME_NO_NATIVE_MAP=!1,$jscomp.ASSUME_NO_NATIVE_SET=!1,$jscomp.SIMPLE_FROUND_POLYFILL=!1,$jscomp.ISOLATE_POLYFILLS=!1,$jscomp.FORCE_POLYFILL_PROMISE=!1,$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION=!1,$jscomp.getGlobal=function(t){t=["object"==typeof globalThis&&globalThis,t,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var e=0;e<t.length;++e){var r=t[e];if(r&&r.Math==Math)return r}throw Error("Cannot find global object")},$jscomp.global=$jscomp.getGlobal(this),$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(t,e,r){return t==Array.prototype||t==Object.prototype||(t[e]=r.value),t},$jscomp.IS_SYMBOL_NATIVE="function"==typeof Symbol&&"symbol"==typeof Symbol("x"),$jscomp.TRUST_ES6_POLYFILLS=!$jscomp.ISOLATE_POLYFILLS||$jscomp.IS_SYMBOL_NATIVE,$jscomp.polyfills={},$jscomp.propertyToPolyfillSymbol={},$jscomp.POLYFILL_PREFIX="$jscp$";var $jscomp$lookupPolyfilledValue=function(t,e){var r=$jscomp.propertyToPolyfillSymbol[e];return null==r?t[e]:void 0!==(r=t[r])?r:t[e]};$jscomp.polyfill=function(t,e,r,n){e&&($jscomp.ISOLATE_POLYFILLS?$jscomp.polyfillIsolated(t,e,r,n):$jscomp.polyfillUnisolated(t,e,r,n))},$jscomp.polyfillUnisolated=function(t,e,r,n){for(n=0,r=$jscomp.global,t=t.split(".");n<t.length-1;n++){var o=t[n];if(!(o in r))return;r=r[o]}(e=e(n=r[t=t[t.length-1]]))!=n&&null!=e&&$jscomp.defineProperty(r,t,{configurable:!0,writable:!0,value:e})},$jscomp.polyfillIsolated=function(t,e,r,n){var o=t.split(".");t=1===o.length,n=o[0],n=!t&&n in $jscomp.polyfills?$jscomp.polyfills:$jscomp.global;for(var _=0;_<o.length-1;_++){var i=o[_];if(!(i in n))return;n=n[i]}o=o[o.length-1],null!=(e=e(r=$jscomp.IS_SYMBOL_NATIVE&&"es6"===r?n[o]:null))&&(t?$jscomp.defineProperty($jscomp.polyfills,o,{configurable:!0,writable:!0,value:e}):e!==r&&(void 0===$jscomp.propertyToPolyfillSymbol[o]&&(r=1e9*Math.random()>>>0,$jscomp.propertyToPolyfillSymbol[o]=$jscomp.IS_SYMBOL_NATIVE?$jscomp.global.Symbol(o):$jscomp.POLYFILL_PREFIX+r+"$"+o),$jscomp.defineProperty(n,$jscomp.propertyToPolyfillSymbol[o],{configurable:!0,writable:!0,value:e})))},$jscomp.polyfill("Promise",function(t){function e(){this.batch_=null}function r(t){return t instanceof o?t:new o(function(e,r){e(t)})}if(t&&(!($jscomp.FORCE_POLYFILL_PROMISE||$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION&&void 0===$jscomp.global.PromiseRejectionEvent)||!$jscomp.global.Promise||-1===$jscomp.global.Promise.toString().indexOf("[native code]")))return t;e.prototype.asyncExecute=function(t){if(null==this.batch_){this.batch_=[];var e=this;this.asyncExecuteFunction(function(){e.executeBatch_()})}this.batch_.push(t)};var n=$jscomp.global.setTimeout;e.prototype.asyncExecuteFunction=function(t){n(t,0)},e.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var t=this.batch_;this.batch_=[];for(var e=0;e<t.length;++e){var r=t[e];t[e]=null;try{r()}catch(t){this.asyncThrow_(t)}}}this.batch_=null},e.prototype.asyncThrow_=function(t){this.asyncExecuteFunction(function(){throw t})};var o=function(t){this.state_=0,this.result_=void 0,this.onSettledCallbacks_=[],this.isRejectionHandled_=!1;var e=this.createResolveAndReject_();try{t(e.resolve,e.reject)}catch(t){e.reject(t)}};o.prototype.createResolveAndReject_=function(){function t(t){return function(n){r||(r=!0,t.call(e,n))}}var e=this,r=!1;return{resolve:t(this.resolveTo_),reject:t(this.reject_)}},o.prototype.resolveTo_=function(t){if(t===this)this.reject_(TypeError("A Promise cannot resolve to itself"));else if(t instanceof o)this.settleSameAsPromise_(t);else{switch(typeof t){case"object":var e=null!=t;break;case"function":e=!0;break;default:e=!1}e?this.resolveToNonPromiseObj_(t):this.fulfill_(t)}},o.prototype.resolveToNonPromiseObj_=function(t){var e=void 0;try{e=t.then}catch(t){this.reject_(t);return}"function"==typeof e?this.settleSameAsThenable_(e,t):this.fulfill_(t)},o.prototype.reject_=function(t){this.settle_(2,t)},o.prototype.fulfill_=function(t){this.settle_(1,t)},o.prototype.settle_=function(t,e){if(0!=this.state_)throw Error("Cannot settle("+t+", "+e+"): Promise already settled in state"+this.state_);this.state_=t,this.result_=e,2===this.state_&&this.scheduleUnhandledRejectionCheck_(),this.executeOnSettledCallbacks_()},o.prototype.scheduleUnhandledRejectionCheck_=function(){var t=this;n(function(){if(t.notifyUnhandledRejection_()){var e=$jscomp.global.console;void 0!==e&&e.error(t.result_)}},1)},o.prototype.notifyUnhandledRejection_=function(){if(this.isRejectionHandled_)return!1;var t=$jscomp.global.CustomEvent,e=$jscomp.global.Event,r=$jscomp.global.dispatchEvent;return void 0===r||("function"==typeof t?t=new t("unhandledrejection",{cancelable:!0}):"function"==typeof e?t=new e("unhandledrejection",{cancelable:!0}):(t=$jscomp.global.document.createEvent("CustomEvent")).initCustomEvent("unhandledrejection",!1,!0,t),t.promise=this,t.reason=this.result_,r(t))},o.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var t=0;t<this.onSettledCallbacks_.length;++t)_.asyncExecute(this.onSettledCallbacks_[t]);this.onSettledCallbacks_=null}};var _=new e;return o.prototype.settleSameAsPromise_=function(t){var e=this.createResolveAndReject_();t.callWhenSettled_(e.resolve,e.reject)},o.prototype.settleSameAsThenable_=function(t,e){var r=this.createResolveAndReject_();try{t.call(e,r.resolve,r.reject)}catch(t){r.reject(t)}},o.prototype.then=function(t,e){function r(t,e){return"function"==typeof t?function(e){try{n(t(e))}catch(t){_(t)}}:e}var n,_,i=new o(function(t,e){n=t,_=e});return this.callWhenSettled_(r(t,n),r(e,_)),i},o.prototype.catch=function(t){return this.then(void 0,t)},o.prototype.callWhenSettled_=function(t,e){function r(){switch(n.state_){case 1:t(n.result_);break;case 2:e(n.result_);break;default:throw Error("Unexpected state: "+n.state_)}}var n=this;null==this.onSettledCallbacks_?_.asyncExecute(r):this.onSettledCallbacks_.push(r),this.isRejectionHandled_=!0},o.resolve=r,o.reject=function(t){return new o(function(e,r){r(t)})},o.race=function(t){return new o(function(e,n){for(var o=$jscomp.makeIterator(t),_=o.next();!_.done;_=o.next())r(_.value).callWhenSettled_(e,n)})},o.all=function(t){var e=$jscomp.makeIterator(t),n=e.next();return n.done?r([]):new o(function(t,o){var _=[],i=0;do _.push(void 0),i++,r(n.value).callWhenSettled_(function(e){return function(r){_[e]=r,0==--i&&t(_)}}(_.length-1),o),n=e.next();while(!n.done)})},o},"es6","es3"),$jscomp.owns=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},$jscomp.assign=$jscomp.TRUST_ES6_POLYFILLS&&"function"==typeof Object.assign?Object.assign:function(t,e){for(var r=1;r<arguments.length;r++){var n=arguments[r];if(n)for(var o in n)$jscomp.owns(n,o)&&(t[o]=n[o])}return t},$jscomp.polyfill("Object.assign",function(t){return t||$jscomp.assign},"es6","es3"),$jscomp.checkStringArgs=function(t,e,r){if(null==t)throw TypeError("The 'this' value for String.prototype."+r+" must not be null or undefined");if(e instanceof RegExp)throw TypeError("First argument to String.prototype."+r+" must not be a regular expression");return t+""},$jscomp.polyfill("String.prototype.startsWith",function(t){return t||function(t,e){var r=$jscomp.checkStringArgs(this,t,"startsWith");t+="";var n=r.length,o=t.length;e=Math.max(0,Math.min(0|e,r.length));for(var _=0;_<o&&e<n;)if(r[e++]!=t[_++])return!1;return _>=o}},"es6","es3"),$jscomp.polyfill("Array.prototype.copyWithin",function(t){function e(t){return 1/0===(t=Number(t))||-1/0===t?t:0|t}return t||function(t,r,n){var o=this.length;if(t=e(t),r=e(r),n=void 0===n?o:e(n),t=0>t?Math.max(o+t,0):Math.min(t,o),r=0>r?Math.max(o+r,0):Math.min(r,o),n=0>n?Math.max(o+n,0):Math.min(n,o),t<r)for(;r<n;)r in this?this[t++]=this[r++]:(delete this[t++],r++);else for(n=Math.min(n,o+r-t),t+=n-r;n>r;)--n in this?this[--t]=this[n]:delete this[--t];return this}},"es6","es3"),$jscomp.typedArrayCopyWithin=function(t){return t||Array.prototype.copyWithin},$jscomp.polyfill("Int8Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Uint8Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Uint8ClampedArray.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Int16Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Uint16Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Int32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Uint32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Float32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Float64Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");var DracoDecoderModule=function(){var t="u">typeof document&&document.currentScript?document.currentScript.src:void 0;return"u">typeof __filename&&(t=t||__filename),function(e){function r(t,e,r){var n=e+r;for(r=e;t[r]&&!(r>=n);)++r;if(16<r-e&&t.buffer&&tp)return tp.decode(t.subarray(e,r));for(n="";e<r;){var o=t[e++];if(128&o){var _=63&t[e++];if(192==(224&o))n+=String.fromCharCode((31&o)<<6|_);else{var i=63&t[e++];65536>(o=224==(240&o)?(15&o)<<12|_<<6|i:(7&o)<<18|_<<12|i<<6|63&t[e++])?n+=String.fromCharCode(o):(o-=65536,n+=String.fromCharCode(55296|o>>10,56320|1023&o))}}else n+=String.fromCharCode(o)}return n}function n(t,e){return t?r(tn,t,e):""}function o(){var t=te.buffer;w.HEAP8=tr=new Int8Array(t),w.HEAP16=new Int16Array(t),w.HEAP32=to=new Int32Array(t),w.HEAPU8=tn=new Uint8Array(t),w.HEAPU16=new Uint16Array(t),w.HEAPU32=t_=new Uint32Array(t),w.HEAPF32=new Float32Array(t),w.HEAPF64=new Float64Array(t)}function _(t){throw w.onAbort&&w.onAbort(t),Z(t="Aborted("+t+")"),ti=!0,t=new WebAssembly.RuntimeError(t+". Build with -sASSERTIONS for more info."),$(t),t}function i(t){try{if(t==tm&&tt)return new Uint8Array(tt);if(X)return X(t);throw"both async and sync fetching of the wasm failed"}catch(t){_(t)}}function p(t){for(;0<t.length;)t.shift()(w)}function a(t){this.excPtr=t,this.ptr=t-24,this.set_type=function(t){t_[this.ptr+4>>2]=t},this.get_type=function(){return t_[this.ptr+4>>2]},this.set_destructor=function(t){t_[this.ptr+8>>2]=t},this.get_destructor=function(){return t_[this.ptr+8>>2]},this.set_refcount=function(t){to[this.ptr>>2]=t},this.set_caught=function(t){tr[this.ptr+12|0]=+!!t},this.get_caught=function(){return 0!=tr[this.ptr+12|0]},this.set_rethrown=function(t){tr[this.ptr+13|0]=+!!t},this.get_rethrown=function(){return 0!=tr[this.ptr+13|0]},this.init=function(t,e){this.set_adjusted_ptr(0),this.set_type(t),this.set_destructor(e),this.set_refcount(0),this.set_caught(!1),this.set_rethrown(!1)},this.add_ref=function(){to[this.ptr>>2]+=1},this.release_ref=function(){var t=to[this.ptr>>2];return to[this.ptr>>2]=t-1,1===t},this.set_adjusted_ptr=function(t){t_[this.ptr+16>>2]=t},this.get_adjusted_ptr=function(){return t_[this.ptr+16>>2]},this.get_exception_ptr=function(){if(rg(this.get_type()))return t_[this.excPtr>>2];var t=this.get_adjusted_ptr();return 0!==t?t:this.excPtr}}function c(){function t(){if(!L&&(L=!0,w.calledRun=!0,!ti)){if(tu=!0,p(tc),C(w),w.onRuntimeInitialized&&w.onRuntimeInitialized(),w.postRun)for("function"==typeof w.postRun&&(w.postRun=[w.postRun]);w.postRun.length;)ts.unshift(w.postRun.shift());p(ts)}}if(!(0<ty)){if(w.preRun)for("function"==typeof w.preRun&&(w.preRun=[w.preRun]);w.preRun.length;)ta.unshift(w.preRun.shift());p(ta),0<ty||(w.setStatus?(w.setStatus("Running..."),setTimeout(function(){setTimeout(function(){w.setStatus("")},1),t()},1)):t())}}function s(){}function u(t){return(t||s).__cache__}function y(t,e){var r=u(e),n=r[t];return n||((n=Object.create((e||s).prototype)).ptr=t,r[t]=n)}function l(t){if("string"==typeof t){for(var e=0,r=0;r<t.length;++r){var n=t.charCodeAt(r);127>=n?e++:2047>=n?e+=2:55296<=n&&57343>=n?(e+=4,++r):e+=3}if(e=Array(e+1),r=0,0<(n=e.length)){n=r+n-1;for(var o=0;o<t.length;++o){var _=t.charCodeAt(o);if(55296<=_&&57343>=_&&(_=65536+((1023&_)<<10)|1023&t.charCodeAt(++o)),127>=_){if(r>=n)break;e[r++]=_}else{if(2047>=_){if(r+1>=n)break;e[r++]=192|_>>6}else{if(65535>=_){if(r+2>=n)break;e[r++]=224|_>>12}else{if(r+3>=n)break;e[r++]=240|_>>18,e[r++]=128|_>>12&63}e[r++]=128|_>>6&63}e[r++]=128|63&_}}e[r]=0}t=rF.alloc(e,tr),rF.copy(e,tr,t)}return t}function f(t){if("object"==typeof t){var e=rF.alloc(t,tr);return rF.copy(t,tr,e),e}return t}function m(){throw"cannot construct a VoidPtr, no constructor in IDL"}function d(){this.ptr=tT(),u(d)[this.ptr]=this}function b(){this.ptr=tj(),u(b)[this.ptr]=this}function h(){this.ptr=tv(),u(h)[this.ptr]=this}function A(){this.ptr=tP(),u(A)[this.ptr]=this}function T(){this.ptr=tw(),u(T)[this.ptr]=this}function D(){this.ptr=tk(),u(D)[this.ptr]=this}function I(){this.ptr=tq(),u(I)[this.ptr]=this}function j(){this.ptr=tZ(),u(j)[this.ptr]=this}function E(){this.ptr=t6(),u(E)[this.ptr]=this}function G(){throw"cannot construct a Status, no constructor in IDL"}function v(){this.ptr=et(),u(v)[this.ptr]=this}function O(){this.ptr=eo(),u(O)[this.ptr]=this}function P(){this.ptr=ea(),u(P)[this.ptr]=this}function R(){this.ptr=ey(),u(R)[this.ptr]=this}function S(){this.ptr=ed(),u(S)[this.ptr]=this}function M(){this.ptr=eT(),u(M)[this.ptr]=this}function N(){this.ptr=eE(),u(N)[this.ptr]=this}function U(){this.ptr=eP(),u(U)[this.ptr]=this}function g(){this.ptr=eC(),u(g)[this.ptr]=this}var F,L,C,$,w=void 0!==(e=void 0===e?{}:e)?e:{};w.ready=new Promise(function(t,e){C=t,$=e});var z=!1,V=!1;w.onRuntimeInitialized=function(){z=!0,V&&"function"==typeof w.onModuleLoaded&&w.onModuleLoaded(w)},w.onModuleParsed=function(){V=!0,z&&"function"==typeof w.onModuleLoaded&&w.onModuleLoaded(w)},w.isVersionSupported=function(t){return"string"==typeof t&&!(2>(t=t.split(".")).length)&&!(3<t.length)&&(1==t[0]&&0<=t[1]&&5>=t[1]||0==t[0]&&!(10<t[1]))};var B=Object.assign({},w),W="object"==typeof window,x="function"==typeof importScripts,k="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,Q="";if(k){var Y=require("fs"),H=require("path");Q=x?H.dirname(Q)+"/":__dirname+"/";var q=function(t,e){return t=t.startsWith("file://")?new URL(t):H.normalize(t),Y.readFileSync(t,e?void 0:"utf8")},X=function(t){return(t=q(t,!0)).buffer||(t=new Uint8Array(t)),t},K=function(t,e,r){t=t.startsWith("file://")?new URL(t):H.normalize(t),Y.readFile(t,function(t,n){t?r(t):e(n.buffer)})};1<process.argv.length&&process.argv[1].replace(/\\/g,"/"),process.argv.slice(2),w.inspect=function(){return"[Emscripten Module object]"}}else(W||x)&&(x?Q=self.location.href:"u">typeof document&&document.currentScript&&(Q=document.currentScript.src),t&&(Q=t),Q=0!==Q.indexOf("blob:")?Q.substr(0,Q.replace(/[?#].*/,"").lastIndexOf("/")+1):"",q=function(t){var e=new XMLHttpRequest;return e.open("GET",t,!1),e.send(null),e.responseText},x&&(X=function(t){var e=new XMLHttpRequest;return e.open("GET",t,!1),e.responseType="arraybuffer",e.send(null),new Uint8Array(e.response)}),K=function(t,e,r){var n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType="arraybuffer",n.onload=function(){200==n.status||0==n.status&&n.response?e(n.response):r()},n.onerror=r,n.send(null)});var J=w.print||console.log.bind(console),Z=w.printErr||console.warn.bind(console);Object.assign(w,B),B=null,w.wasmBinary&&(tt=w.wasmBinary),"object"!=typeof WebAssembly&&_("no native wasm support detected");var tt,te,tr,tn,to,t_,ti=!1,tp="u">typeof TextDecoder?new TextDecoder("utf8"):void 0,ta=[],tc=[],ts=[],tu=!1,ty=0,tl=null,tf=null,tm="draco_decoder.wasm";tm.startsWith("data:application/octet-stream;base64,")||(F=tm,tm=w.locateFile?w.locateFile(F,Q):Q+F);var td=0,tb=[null,[],[]],th={b:function(t,e,r){throw new a(t).init(e,r),td++,t},a:function(){_("")},g:function(t,e,r){tn.copyWithin(t,e,e+r)},e:function(t){var e=tn.length;if(0x80000000<(t>>>=0))return!1;for(var r=1;4>=r;r*=2){var n=e*(1+.2/r);n=Math.min(n,t+0x6000000);var _=Math;n=Math.max(t,n),_=_.min.call(_,0x80000000,n+(65536-n%65536)%65536);t:{n=te.buffer;try{te.grow(_-n.byteLength+65535>>>16),o();var i=1;break t}catch(t){}i=void 0}if(i)return!0}return!1},f:function(t){return 52},d:function(t,e,r,n,o){return 70},c:function(t,e,n,o){for(var _=0,i=0;i<n;i++){var p=t_[e>>2],a=t_[e+4>>2];e+=8;for(var c=0;c<a;c++){var s=tn[p+c],u=tb[t];0===s||10===s?((1===t?J:Z)(r(u,0)),u.length=0):u.push(s)}_+=a}return t_[o>>2]=_,0}};!function(){function t(t,e){w.asm=t.exports,te=w.asm.h,o(),tc.unshift(w.asm.i),ty--,w.monitorRunDependencies&&w.monitorRunDependencies(ty),0==ty&&(null!==tl&&(clearInterval(tl),tl=null),tf&&(t=tf,tf=null,t()))}function e(e){t(e.instance)}function r(t){return(function(){if(!tt&&(W||x)){if("function"==typeof fetch&&!tm.startsWith("file://"))return fetch(tm,{credentials:"same-origin"}).then(function(t){if(!t.ok)throw"failed to load wasm binary file at '"+tm+"'";return t.arrayBuffer()}).catch(function(){return i(tm)});if(K)return new Promise(function(t,e){K(tm,function(e){t(new Uint8Array(e))},e)})}return Promise.resolve().then(function(){return i(tm)})})().then(function(t){return WebAssembly.instantiate(t,n)}).then(function(t){return t}).then(t,function(t){Z("failed to asynchronously prepare wasm: "+t),_(t)})}var n={a:th};if(ty++,w.monitorRunDependencies&&w.monitorRunDependencies(ty),w.instantiateWasm)try{return w.instantiateWasm(n,t)}catch(t){Z("Module.instantiateWasm callback failed with error: "+t),$(t)}(tt||"function"!=typeof WebAssembly.instantiateStreaming||tm.startsWith("data:application/octet-stream;base64,")||tm.startsWith("file://")||k||"function"!=typeof fetch?r(e):fetch(tm,{credentials:"same-origin"}).then(function(t){return WebAssembly.instantiateStreaming(t,n).then(e,function(t){return Z("wasm streaming compile failed: "+t),Z("falling back to ArrayBuffer instantiation"),r(e)})})).catch($)}();var tA=w._emscripten_bind_VoidPtr___destroy___0=function(){return(tA=w._emscripten_bind_VoidPtr___destroy___0=w.asm.k).apply(null,arguments)},tT=w._emscripten_bind_DecoderBuffer_DecoderBuffer_0=function(){return(tT=w._emscripten_bind_DecoderBuffer_DecoderBuffer_0=w.asm.l).apply(null,arguments)},tD=w._emscripten_bind_DecoderBuffer_Init_2=function(){return(tD=w._emscripten_bind_DecoderBuffer_Init_2=w.asm.m).apply(null,arguments)},tI=w._emscripten_bind_DecoderBuffer___destroy___0=function(){return(tI=w._emscripten_bind_DecoderBuffer___destroy___0=w.asm.n).apply(null,arguments)},tj=w._emscripten_bind_AttributeTransformData_AttributeTransformData_0=function(){return(tj=w._emscripten_bind_AttributeTransformData_AttributeTransformData_0=w.asm.o).apply(null,arguments)},tE=w._emscripten_bind_AttributeTransformData_transform_type_0=function(){return(tE=w._emscripten_bind_AttributeTransformData_transform_type_0=w.asm.p).apply(null,arguments)},tG=w._emscripten_bind_AttributeTransformData___destroy___0=function(){return(tG=w._emscripten_bind_AttributeTransformData___destroy___0=w.asm.q).apply(null,arguments)},tv=w._emscripten_bind_GeometryAttribute_GeometryAttribute_0=function(){return(tv=w._emscripten_bind_GeometryAttribute_GeometryAttribute_0=w.asm.r).apply(null,arguments)},tO=w._emscripten_bind_GeometryAttribute___destroy___0=function(){return(tO=w._emscripten_bind_GeometryAttribute___destroy___0=w.asm.s).apply(null,arguments)},tP=w._emscripten_bind_PointAttribute_PointAttribute_0=function(){return(tP=w._emscripten_bind_PointAttribute_PointAttribute_0=w.asm.t).apply(null,arguments)},tR=w._emscripten_bind_PointAttribute_size_0=function(){return(tR=w._emscripten_bind_PointAttribute_size_0=w.asm.u).apply(null,arguments)},tS=w._emscripten_bind_PointAttribute_GetAttributeTransformData_0=function(){return(tS=w._emscripten_bind_PointAttribute_GetAttributeTransformData_0=w.asm.v).apply(null,arguments)},tM=w._emscripten_bind_PointAttribute_attribute_type_0=function(){return(tM=w._emscripten_bind_PointAttribute_attribute_type_0=w.asm.w).apply(null,arguments)},tN=w._emscripten_bind_PointAttribute_data_type_0=function(){return(tN=w._emscripten_bind_PointAttribute_data_type_0=w.asm.x).apply(null,arguments)},tU=w._emscripten_bind_PointAttribute_num_components_0=function(){return(tU=w._emscripten_bind_PointAttribute_num_components_0=w.asm.y).apply(null,arguments)},tg=w._emscripten_bind_PointAttribute_normalized_0=function(){return(tg=w._emscripten_bind_PointAttribute_normalized_0=w.asm.z).apply(null,arguments)},tF=w._emscripten_bind_PointAttribute_byte_stride_0=function(){return(tF=w._emscripten_bind_PointAttribute_byte_stride_0=w.asm.A).apply(null,arguments)},tL=w._emscripten_bind_PointAttribute_byte_offset_0=function(){return(tL=w._emscripten_bind_PointAttribute_byte_offset_0=w.asm.B).apply(null,arguments)},tC=w._emscripten_bind_PointAttribute_unique_id_0=function(){return(tC=w._emscripten_bind_PointAttribute_unique_id_0=w.asm.C).apply(null,arguments)},t$=w._emscripten_bind_PointAttribute___destroy___0=function(){return(t$=w._emscripten_bind_PointAttribute___destroy___0=w.asm.D).apply(null,arguments)},tw=w._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=function(){return(tw=w._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=w.asm.E).apply(null,arguments)},tz=w._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=function(){return(tz=w._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=w.asm.F).apply(null,arguments)},tV=w._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=function(){return(tV=w._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=w.asm.G).apply(null,arguments)},tB=w._emscripten_bind_AttributeQuantizationTransform_min_value_1=function(){return(tB=w._emscripten_bind_AttributeQuantizationTransform_min_value_1=w.asm.H).apply(null,arguments)},tW=w._emscripten_bind_AttributeQuantizationTransform_range_0=function(){return(tW=w._emscripten_bind_AttributeQuantizationTransform_range_0=w.asm.I).apply(null,arguments)},tx=w._emscripten_bind_AttributeQuantizationTransform___destroy___0=function(){return(tx=w._emscripten_bind_AttributeQuantizationTransform___destroy___0=w.asm.J).apply(null,arguments)},tk=w._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=function(){return(tk=w._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=w.asm.K).apply(null,arguments)},tQ=w._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=function(){return(tQ=w._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=w.asm.L).apply(null,arguments)},tY=w._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=function(){return(tY=w._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=w.asm.M).apply(null,arguments)},tH=w._emscripten_bind_AttributeOctahedronTransform___destroy___0=function(){return(tH=w._emscripten_bind_AttributeOctahedronTransform___destroy___0=w.asm.N).apply(null,arguments)},tq=w._emscripten_bind_PointCloud_PointCloud_0=function(){return(tq=w._emscripten_bind_PointCloud_PointCloud_0=w.asm.O).apply(null,arguments)},tX=w._emscripten_bind_PointCloud_num_attributes_0=function(){return(tX=w._emscripten_bind_PointCloud_num_attributes_0=w.asm.P).apply(null,arguments)},tK=w._emscripten_bind_PointCloud_num_points_0=function(){return(tK=w._emscripten_bind_PointCloud_num_points_0=w.asm.Q).apply(null,arguments)},tJ=w._emscripten_bind_PointCloud___destroy___0=function(){return(tJ=w._emscripten_bind_PointCloud___destroy___0=w.asm.R).apply(null,arguments)},tZ=w._emscripten_bind_Mesh_Mesh_0=function(){return(tZ=w._emscripten_bind_Mesh_Mesh_0=w.asm.S).apply(null,arguments)},t0=w._emscripten_bind_Mesh_num_faces_0=function(){return(t0=w._emscripten_bind_Mesh_num_faces_0=w.asm.T).apply(null,arguments)},t1=w._emscripten_bind_Mesh_num_attributes_0=function(){return(t1=w._emscripten_bind_Mesh_num_attributes_0=w.asm.U).apply(null,arguments)},t2=w._emscripten_bind_Mesh_num_points_0=function(){return(t2=w._emscripten_bind_Mesh_num_points_0=w.asm.V).apply(null,arguments)},t3=w._emscripten_bind_Mesh___destroy___0=function(){return(t3=w._emscripten_bind_Mesh___destroy___0=w.asm.W).apply(null,arguments)},t6=w._emscripten_bind_Metadata_Metadata_0=function(){return(t6=w._emscripten_bind_Metadata_Metadata_0=w.asm.X).apply(null,arguments)},t8=w._emscripten_bind_Metadata___destroy___0=function(){return(t8=w._emscripten_bind_Metadata___destroy___0=w.asm.Y).apply(null,arguments)},t5=w._emscripten_bind_Status_code_0=function(){return(t5=w._emscripten_bind_Status_code_0=w.asm.Z).apply(null,arguments)},t4=w._emscripten_bind_Status_ok_0=function(){return(t4=w._emscripten_bind_Status_ok_0=w.asm._).apply(null,arguments)},t7=w._emscripten_bind_Status_error_msg_0=function(){return(t7=w._emscripten_bind_Status_error_msg_0=w.asm.$).apply(null,arguments)},t9=w._emscripten_bind_Status___destroy___0=function(){return(t9=w._emscripten_bind_Status___destroy___0=w.asm.aa).apply(null,arguments)},et=w._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=function(){return(et=w._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=w.asm.ba).apply(null,arguments)},ee=w._emscripten_bind_DracoFloat32Array_GetValue_1=function(){return(ee=w._emscripten_bind_DracoFloat32Array_GetValue_1=w.asm.ca).apply(null,arguments)},er=w._emscripten_bind_DracoFloat32Array_size_0=function(){return(er=w._emscripten_bind_DracoFloat32Array_size_0=w.asm.da).apply(null,arguments)},en=w._emscripten_bind_DracoFloat32Array___destroy___0=function(){return(en=w._emscripten_bind_DracoFloat32Array___destroy___0=w.asm.ea).apply(null,arguments)},eo=w._emscripten_bind_DracoInt8Array_DracoInt8Array_0=function(){return(eo=w._emscripten_bind_DracoInt8Array_DracoInt8Array_0=w.asm.fa).apply(null,arguments)},e_=w._emscripten_bind_DracoInt8Array_GetValue_1=function(){return(e_=w._emscripten_bind_DracoInt8Array_GetValue_1=w.asm.ga).apply(null,arguments)},ei=w._emscripten_bind_DracoInt8Array_size_0=function(){return(ei=w._emscripten_bind_DracoInt8Array_size_0=w.asm.ha).apply(null,arguments)},ep=w._emscripten_bind_DracoInt8Array___destroy___0=function(){return(ep=w._emscripten_bind_DracoInt8Array___destroy___0=w.asm.ia).apply(null,arguments)},ea=w._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=function(){return(ea=w._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=w.asm.ja).apply(null,arguments)},ec=w._emscripten_bind_DracoUInt8Array_GetValue_1=function(){return(ec=w._emscripten_bind_DracoUInt8Array_GetValue_1=w.asm.ka).apply(null,arguments)},es=w._emscripten_bind_DracoUInt8Array_size_0=function(){return(es=w._emscripten_bind_DracoUInt8Array_size_0=w.asm.la).apply(null,arguments)},eu=w._emscripten_bind_DracoUInt8Array___destroy___0=function(){return(eu=w._emscripten_bind_DracoUInt8Array___destroy___0=w.asm.ma).apply(null,arguments)},ey=w._emscripten_bind_DracoInt16Array_DracoInt16Array_0=function(){return(ey=w._emscripten_bind_DracoInt16Array_DracoInt16Array_0=w.asm.na).apply(null,arguments)},el=w._emscripten_bind_DracoInt16Array_GetValue_1=function(){return(el=w._emscripten_bind_DracoInt16Array_GetValue_1=w.asm.oa).apply(null,arguments)},ef=w._emscripten_bind_DracoInt16Array_size_0=function(){return(ef=w._emscripten_bind_DracoInt16Array_size_0=w.asm.pa).apply(null,arguments)},em=w._emscripten_bind_DracoInt16Array___destroy___0=function(){return(em=w._emscripten_bind_DracoInt16Array___destroy___0=w.asm.qa).apply(null,arguments)},ed=w._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=function(){return(ed=w._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=w.asm.ra).apply(null,arguments)},eb=w._emscripten_bind_DracoUInt16Array_GetValue_1=function(){return(eb=w._emscripten_bind_DracoUInt16Array_GetValue_1=w.asm.sa).apply(null,arguments)},eh=w._emscripten_bind_DracoUInt16Array_size_0=function(){return(eh=w._emscripten_bind_DracoUInt16Array_size_0=w.asm.ta).apply(null,arguments)},eA=w._emscripten_bind_DracoUInt16Array___destroy___0=function(){return(eA=w._emscripten_bind_DracoUInt16Array___destroy___0=w.asm.ua).apply(null,arguments)},eT=w._emscripten_bind_DracoInt32Array_DracoInt32Array_0=function(){return(eT=w._emscripten_bind_DracoInt32Array_DracoInt32Array_0=w.asm.va).apply(null,arguments)},eD=w._emscripten_bind_DracoInt32Array_GetValue_1=function(){return(eD=w._emscripten_bind_DracoInt32Array_GetValue_1=w.asm.wa).apply(null,arguments)},eI=w._emscripten_bind_DracoInt32Array_size_0=function(){return(eI=w._emscripten_bind_DracoInt32Array_size_0=w.asm.xa).apply(null,arguments)},ej=w._emscripten_bind_DracoInt32Array___destroy___0=function(){return(ej=w._emscripten_bind_DracoInt32Array___destroy___0=w.asm.ya).apply(null,arguments)},eE=w._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=function(){return(eE=w._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=w.asm.za).apply(null,arguments)},eG=w._emscripten_bind_DracoUInt32Array_GetValue_1=function(){return(eG=w._emscripten_bind_DracoUInt32Array_GetValue_1=w.asm.Aa).apply(null,arguments)},ev=w._emscripten_bind_DracoUInt32Array_size_0=function(){return(ev=w._emscripten_bind_DracoUInt32Array_size_0=w.asm.Ba).apply(null,arguments)},eO=w._emscripten_bind_DracoUInt32Array___destroy___0=function(){return(eO=w._emscripten_bind_DracoUInt32Array___destroy___0=w.asm.Ca).apply(null,arguments)},eP=w._emscripten_bind_MetadataQuerier_MetadataQuerier_0=function(){return(eP=w._emscripten_bind_MetadataQuerier_MetadataQuerier_0=w.asm.Da).apply(null,arguments)},eR=w._emscripten_bind_MetadataQuerier_HasEntry_2=function(){return(eR=w._emscripten_bind_MetadataQuerier_HasEntry_2=w.asm.Ea).apply(null,arguments)},eS=w._emscripten_bind_MetadataQuerier_GetIntEntry_2=function(){return(eS=w._emscripten_bind_MetadataQuerier_GetIntEntry_2=w.asm.Fa).apply(null,arguments)},eM=w._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=function(){return(eM=w._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=w.asm.Ga).apply(null,arguments)},eN=w._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=function(){return(eN=w._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=w.asm.Ha).apply(null,arguments)},eU=w._emscripten_bind_MetadataQuerier_GetStringEntry_2=function(){return(eU=w._emscripten_bind_MetadataQuerier_GetStringEntry_2=w.asm.Ia).apply(null,arguments)},eg=w._emscripten_bind_MetadataQuerier_NumEntries_1=function(){return(eg=w._emscripten_bind_MetadataQuerier_NumEntries_1=w.asm.Ja).apply(null,arguments)},eF=w._emscripten_bind_MetadataQuerier_GetEntryName_2=function(){return(eF=w._emscripten_bind_MetadataQuerier_GetEntryName_2=w.asm.Ka).apply(null,arguments)},eL=w._emscripten_bind_MetadataQuerier___destroy___0=function(){return(eL=w._emscripten_bind_MetadataQuerier___destroy___0=w.asm.La).apply(null,arguments)},eC=w._emscripten_bind_Decoder_Decoder_0=function(){return(eC=w._emscripten_bind_Decoder_Decoder_0=w.asm.Ma).apply(null,arguments)},e$=w._emscripten_bind_Decoder_DecodeArrayToPointCloud_3=function(){return(e$=w._emscripten_bind_Decoder_DecodeArrayToPointCloud_3=w.asm.Na).apply(null,arguments)},ew=w._emscripten_bind_Decoder_DecodeArrayToMesh_3=function(){return(ew=w._emscripten_bind_Decoder_DecodeArrayToMesh_3=w.asm.Oa).apply(null,arguments)},ez=w._emscripten_bind_Decoder_GetAttributeId_2=function(){return(ez=w._emscripten_bind_Decoder_GetAttributeId_2=w.asm.Pa).apply(null,arguments)},eV=w._emscripten_bind_Decoder_GetAttributeIdByName_2=function(){return(eV=w._emscripten_bind_Decoder_GetAttributeIdByName_2=w.asm.Qa).apply(null,arguments)},eB=w._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=function(){return(eB=w._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=w.asm.Ra).apply(null,arguments)},eW=w._emscripten_bind_Decoder_GetAttribute_2=function(){return(eW=w._emscripten_bind_Decoder_GetAttribute_2=w.asm.Sa).apply(null,arguments)},ex=w._emscripten_bind_Decoder_GetAttributeByUniqueId_2=function(){return(ex=w._emscripten_bind_Decoder_GetAttributeByUniqueId_2=w.asm.Ta).apply(null,arguments)},ek=w._emscripten_bind_Decoder_GetMetadata_1=function(){return(ek=w._emscripten_bind_Decoder_GetMetadata_1=w.asm.Ua).apply(null,arguments)},eQ=w._emscripten_bind_Decoder_GetAttributeMetadata_2=function(){return(eQ=w._emscripten_bind_Decoder_GetAttributeMetadata_2=w.asm.Va).apply(null,arguments)},eY=w._emscripten_bind_Decoder_GetFaceFromMesh_3=function(){return(eY=w._emscripten_bind_Decoder_GetFaceFromMesh_3=w.asm.Wa).apply(null,arguments)},eH=w._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=function(){return(eH=w._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=w.asm.Xa).apply(null,arguments)},eq=w._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=function(){return(eq=w._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=w.asm.Ya).apply(null,arguments)},eX=w._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=function(){return(eX=w._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=w.asm.Za).apply(null,arguments)},eK=w._emscripten_bind_Decoder_GetAttributeFloat_3=function(){return(eK=w._emscripten_bind_Decoder_GetAttributeFloat_3=w.asm._a).apply(null,arguments)},eJ=w._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=function(){return(eJ=w._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=w.asm.$a).apply(null,arguments)},eZ=w._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=function(){return(eZ=w._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=w.asm.ab).apply(null,arguments)},e0=w._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=function(){return(e0=w._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=w.asm.bb).apply(null,arguments)},e1=w._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=function(){return(e1=w._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=w.asm.cb).apply(null,arguments)},e2=w._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=function(){return(e2=w._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=w.asm.db).apply(null,arguments)},e3=w._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=function(){return(e3=w._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=w.asm.eb).apply(null,arguments)},e6=w._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=function(){return(e6=w._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=w.asm.fb).apply(null,arguments)},e8=w._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=function(){return(e8=w._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=w.asm.gb).apply(null,arguments)},e5=w._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=function(){return(e5=w._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=w.asm.hb).apply(null,arguments)},e4=w._emscripten_bind_Decoder_SkipAttributeTransform_1=function(){return(e4=w._emscripten_bind_Decoder_SkipAttributeTransform_1=w.asm.ib).apply(null,arguments)},e7=w._emscripten_bind_Decoder_GetEncodedGeometryType_Deprecated_1=function(){return(e7=w._emscripten_bind_Decoder_GetEncodedGeometryType_Deprecated_1=w.asm.jb).apply(null,arguments)},e9=w._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=function(){return(e9=w._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=w.asm.kb).apply(null,arguments)},rt=w._emscripten_bind_Decoder_DecodeBufferToMesh_2=function(){return(rt=w._emscripten_bind_Decoder_DecodeBufferToMesh_2=w.asm.lb).apply(null,arguments)},re=w._emscripten_bind_Decoder___destroy___0=function(){return(re=w._emscripten_bind_Decoder___destroy___0=w.asm.mb).apply(null,arguments)},rr=w._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=function(){return(rr=w._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=w.asm.nb).apply(null,arguments)},rn=w._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=function(){return(rn=w._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=w.asm.ob).apply(null,arguments)},ro=w._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=function(){return(ro=w._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=w.asm.pb).apply(null,arguments)},r_=w._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=function(){return(r_=w._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=w.asm.qb).apply(null,arguments)},ri=w._emscripten_enum_draco_GeometryAttribute_Type_INVALID=function(){return(ri=w._emscripten_enum_draco_GeometryAttribute_Type_INVALID=w.asm.rb).apply(null,arguments)},rp=w._emscripten_enum_draco_GeometryAttribute_Type_POSITION=function(){return(rp=w._emscripten_enum_draco_GeometryAttribute_Type_POSITION=w.asm.sb).apply(null,arguments)},ra=w._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=function(){return(ra=w._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=w.asm.tb).apply(null,arguments)},rc=w._emscripten_enum_draco_GeometryAttribute_Type_COLOR=function(){return(rc=w._emscripten_enum_draco_GeometryAttribute_Type_COLOR=w.asm.ub).apply(null,arguments)},rs=w._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=function(){return(rs=w._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=w.asm.vb).apply(null,arguments)},ru=w._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=function(){return(ru=w._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=w.asm.wb).apply(null,arguments)},ry=w._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=function(){return(ry=w._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=w.asm.xb).apply(null,arguments)},rl=w._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=function(){return(rl=w._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=w.asm.yb).apply(null,arguments)},rf=w._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=function(){return(rf=w._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=w.asm.zb).apply(null,arguments)},rm=w._emscripten_enum_draco_DataType_DT_INVALID=function(){return(rm=w._emscripten_enum_draco_DataType_DT_INVALID=w.asm.Ab).apply(null,arguments)},rd=w._emscripten_enum_draco_DataType_DT_INT8=function(){return(rd=w._emscripten_enum_draco_DataType_DT_INT8=w.asm.Bb).apply(null,arguments)},rb=w._emscripten_enum_draco_DataType_DT_UINT8=function(){return(rb=w._emscripten_enum_draco_DataType_DT_UINT8=w.asm.Cb).apply(null,arguments)},rh=w._emscripten_enum_draco_DataType_DT_INT16=function(){return(rh=w._emscripten_enum_draco_DataType_DT_INT16=w.asm.Db).apply(null,arguments)},rA=w._emscripten_enum_draco_DataType_DT_UINT16=function(){return(rA=w._emscripten_enum_draco_DataType_DT_UINT16=w.asm.Eb).apply(null,arguments)},rT=w._emscripten_enum_draco_DataType_DT_INT32=function(){return(rT=w._emscripten_enum_draco_DataType_DT_INT32=w.asm.Fb).apply(null,arguments)},rD=w._emscripten_enum_draco_DataType_DT_UINT32=function(){return(rD=w._emscripten_enum_draco_DataType_DT_UINT32=w.asm.Gb).apply(null,arguments)},rI=w._emscripten_enum_draco_DataType_DT_INT64=function(){return(rI=w._emscripten_enum_draco_DataType_DT_INT64=w.asm.Hb).apply(null,arguments)},rj=w._emscripten_enum_draco_DataType_DT_UINT64=function(){return(rj=w._emscripten_enum_draco_DataType_DT_UINT64=w.asm.Ib).apply(null,arguments)},rE=w._emscripten_enum_draco_DataType_DT_FLOAT32=function(){return(rE=w._emscripten_enum_draco_DataType_DT_FLOAT32=w.asm.Jb).apply(null,arguments)},rG=w._emscripten_enum_draco_DataType_DT_FLOAT64=function(){return(rG=w._emscripten_enum_draco_DataType_DT_FLOAT64=w.asm.Kb).apply(null,arguments)},rv=w._emscripten_enum_draco_DataType_DT_BOOL=function(){return(rv=w._emscripten_enum_draco_DataType_DT_BOOL=w.asm.Lb).apply(null,arguments)},rO=w._emscripten_enum_draco_DataType_DT_TYPES_COUNT=function(){return(rO=w._emscripten_enum_draco_DataType_DT_TYPES_COUNT=w.asm.Mb).apply(null,arguments)},rP=w._emscripten_enum_draco_StatusCode_OK=function(){return(rP=w._emscripten_enum_draco_StatusCode_OK=w.asm.Nb).apply(null,arguments)},rR=w._emscripten_enum_draco_StatusCode_DRACO_ERROR=function(){return(rR=w._emscripten_enum_draco_StatusCode_DRACO_ERROR=w.asm.Ob).apply(null,arguments)},rS=w._emscripten_enum_draco_StatusCode_IO_ERROR=function(){return(rS=w._emscripten_enum_draco_StatusCode_IO_ERROR=w.asm.Pb).apply(null,arguments)},rM=w._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=function(){return(rM=w._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=w.asm.Qb).apply(null,arguments)},rN=w._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=function(){return(rN=w._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=w.asm.Rb).apply(null,arguments)},rU=w._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=function(){return(rU=w._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=w.asm.Sb).apply(null,arguments)};w._malloc=function(){return(w._malloc=w.asm.Tb).apply(null,arguments)},w._free=function(){return(w._free=w.asm.Ub).apply(null,arguments)};var rg=function(){return(rg=w.asm.Vb).apply(null,arguments)};if(w.___start_em_js=15856,w.___stop_em_js=15954,tf=function t(){L||c(),L||(tf=t)},w.preInit)for("function"==typeof w.preInit&&(w.preInit=[w.preInit]);0<w.preInit.length;)w.preInit.pop()();c(),s.prototype=Object.create(s.prototype),s.prototype.constructor=s,s.prototype.__class__=s,s.__cache__={},w.WrapperObject=s,w.getCache=u,w.wrapPointer=y,w.castObject=function(t,e){return y(t.ptr,e)},w.NULL=y(0),w.destroy=function(t){if(!t.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";t.__destroy__(),delete u(t.__class__)[t.ptr]},w.compare=function(t,e){return t.ptr===e.ptr},w.getPointer=function(t){return t.ptr},w.getClass=function(t){return t.__class__};var rF={buffer:0,size:0,pos:0,temps:[],needed:0,prepare:function(){if(rF.needed){for(var t=0;t<rF.temps.length;t++)w._free(rF.temps[t]);rF.temps.length=0,w._free(rF.buffer),rF.buffer=0,rF.size+=rF.needed,rF.needed=0}rF.buffer||(rF.size+=128,rF.buffer=w._malloc(rF.size),rF.buffer||_(void 0)),rF.pos=0},alloc:function(t,e){return rF.buffer||_(void 0),t=(t=t.length*e.BYTES_PER_ELEMENT)+7&-8,rF.pos+t>=rF.size?(0<t||_(void 0),rF.needed+=t,e=w._malloc(t),rF.temps.push(e)):(e=rF.buffer+rF.pos,rF.pos+=t),e},copy:function(t,e,r){switch(r>>>=0,e.BYTES_PER_ELEMENT){case 2:r>>>=1;break;case 4:r>>>=2;break;case 8:r>>>=3}for(var n=0;n<t.length;n++)e[r+n]=t[n]}};function rL(){w.ATTRIBUTE_INVALID_TRANSFORM=rr(),w.ATTRIBUTE_NO_TRANSFORM=rn(),w.ATTRIBUTE_QUANTIZATION_TRANSFORM=ro(),w.ATTRIBUTE_OCTAHEDRON_TRANSFORM=r_(),w.INVALID=ri(),w.POSITION=rp(),w.NORMAL=ra(),w.COLOR=rc(),w.TEX_COORD=rs(),w.GENERIC=ru(),w.INVALID_GEOMETRY_TYPE=ry(),w.POINT_CLOUD=rl(),w.TRIANGULAR_MESH=rf(),w.DT_INVALID=rm(),w.DT_INT8=rd(),w.DT_UINT8=rb(),w.DT_INT16=rh(),w.DT_UINT16=rA(),w.DT_INT32=rT(),w.DT_UINT32=rD(),w.DT_INT64=rI(),w.DT_UINT64=rj(),w.DT_FLOAT32=rE(),w.DT_FLOAT64=rG(),w.DT_BOOL=rv(),w.DT_TYPES_COUNT=rO(),w.OK=rP(),w.DRACO_ERROR=rR(),w.IO_ERROR=rS(),w.INVALID_PARAMETER=rM(),w.UNSUPPORTED_VERSION=rN(),w.UNKNOWN_VERSION=rU()}return m.prototype=Object.create(s.prototype),m.prototype.constructor=m,m.prototype.__class__=m,m.__cache__={},w.VoidPtr=m,m.prototype.__destroy__=m.prototype.__destroy__=function(){tA(this.ptr)},d.prototype=Object.create(s.prototype),d.prototype.constructor=d,d.prototype.__class__=d,d.__cache__={},w.DecoderBuffer=d,d.prototype.Init=d.prototype.Init=function(t,e){var r=this.ptr;rF.prepare(),"object"==typeof t&&(t=f(t)),e&&"object"==typeof e&&(e=e.ptr),tD(r,t,e)},d.prototype.__destroy__=d.prototype.__destroy__=function(){tI(this.ptr)},b.prototype=Object.create(s.prototype),b.prototype.constructor=b,b.prototype.__class__=b,b.__cache__={},w.AttributeTransformData=b,b.prototype.transform_type=b.prototype.transform_type=function(){return tE(this.ptr)},b.prototype.__destroy__=b.prototype.__destroy__=function(){tG(this.ptr)},h.prototype=Object.create(s.prototype),h.prototype.constructor=h,h.prototype.__class__=h,h.__cache__={},w.GeometryAttribute=h,h.prototype.__destroy__=h.prototype.__destroy__=function(){tO(this.ptr)},A.prototype=Object.create(s.prototype),A.prototype.constructor=A,A.prototype.__class__=A,A.__cache__={},w.PointAttribute=A,A.prototype.size=A.prototype.size=function(){return tR(this.ptr)},A.prototype.GetAttributeTransformData=A.prototype.GetAttributeTransformData=function(){return y(tS(this.ptr),b)},A.prototype.attribute_type=A.prototype.attribute_type=function(){return tM(this.ptr)},A.prototype.data_type=A.prototype.data_type=function(){return tN(this.ptr)},A.prototype.num_components=A.prototype.num_components=function(){return tU(this.ptr)},A.prototype.normalized=A.prototype.normalized=function(){return!!tg(this.ptr)},A.prototype.byte_stride=A.prototype.byte_stride=function(){return tF(this.ptr)},A.prototype.byte_offset=A.prototype.byte_offset=function(){return tL(this.ptr)},A.prototype.unique_id=A.prototype.unique_id=function(){return tC(this.ptr)},A.prototype.__destroy__=A.prototype.__destroy__=function(){t$(this.ptr)},T.prototype=Object.create(s.prototype),T.prototype.constructor=T,T.prototype.__class__=T,T.__cache__={},w.AttributeQuantizationTransform=T,T.prototype.InitFromAttribute=T.prototype.InitFromAttribute=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!tz(e,t)},T.prototype.quantization_bits=T.prototype.quantization_bits=function(){return tV(this.ptr)},T.prototype.min_value=T.prototype.min_value=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),tB(e,t)},T.prototype.range=T.prototype.range=function(){return tW(this.ptr)},T.prototype.__destroy__=T.prototype.__destroy__=function(){tx(this.ptr)},D.prototype=Object.create(s.prototype),D.prototype.constructor=D,D.prototype.__class__=D,D.__cache__={},w.AttributeOctahedronTransform=D,D.prototype.InitFromAttribute=D.prototype.InitFromAttribute=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!tQ(e,t)},D.prototype.quantization_bits=D.prototype.quantization_bits=function(){return tY(this.ptr)},D.prototype.__destroy__=D.prototype.__destroy__=function(){tH(this.ptr)},I.prototype=Object.create(s.prototype),I.prototype.constructor=I,I.prototype.__class__=I,I.__cache__={},w.PointCloud=I,I.prototype.num_attributes=I.prototype.num_attributes=function(){return tX(this.ptr)},I.prototype.num_points=I.prototype.num_points=function(){return tK(this.ptr)},I.prototype.__destroy__=I.prototype.__destroy__=function(){tJ(this.ptr)},j.prototype=Object.create(s.prototype),j.prototype.constructor=j,j.prototype.__class__=j,j.__cache__={},w.Mesh=j,j.prototype.num_faces=j.prototype.num_faces=function(){return t0(this.ptr)},j.prototype.num_attributes=j.prototype.num_attributes=function(){return t1(this.ptr)},j.prototype.num_points=j.prototype.num_points=function(){return t2(this.ptr)},j.prototype.__destroy__=j.prototype.__destroy__=function(){t3(this.ptr)},E.prototype=Object.create(s.prototype),E.prototype.constructor=E,E.prototype.__class__=E,E.__cache__={},w.Metadata=E,E.prototype.__destroy__=E.prototype.__destroy__=function(){t8(this.ptr)},G.prototype=Object.create(s.prototype),G.prototype.constructor=G,G.prototype.__class__=G,G.__cache__={},w.Status=G,G.prototype.code=G.prototype.code=function(){return t5(this.ptr)},G.prototype.ok=G.prototype.ok=function(){return!!t4(this.ptr)},G.prototype.error_msg=G.prototype.error_msg=function(){return n(t7(this.ptr))},G.prototype.__destroy__=G.prototype.__destroy__=function(){t9(this.ptr)},v.prototype=Object.create(s.prototype),v.prototype.constructor=v,v.prototype.__class__=v,v.__cache__={},w.DracoFloat32Array=v,v.prototype.GetValue=v.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),ee(e,t)},v.prototype.size=v.prototype.size=function(){return er(this.ptr)},v.prototype.__destroy__=v.prototype.__destroy__=function(){en(this.ptr)},O.prototype=Object.create(s.prototype),O.prototype.constructor=O,O.prototype.__class__=O,O.__cache__={},w.DracoInt8Array=O,O.prototype.GetValue=O.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e_(e,t)},O.prototype.size=O.prototype.size=function(){return ei(this.ptr)},O.prototype.__destroy__=O.prototype.__destroy__=function(){ep(this.ptr)},P.prototype=Object.create(s.prototype),P.prototype.constructor=P,P.prototype.__class__=P,P.__cache__={},w.DracoUInt8Array=P,P.prototype.GetValue=P.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),ec(e,t)},P.prototype.size=P.prototype.size=function(){return es(this.ptr)},P.prototype.__destroy__=P.prototype.__destroy__=function(){eu(this.ptr)},R.prototype=Object.create(s.prototype),R.prototype.constructor=R,R.prototype.__class__=R,R.__cache__={},w.DracoInt16Array=R,R.prototype.GetValue=R.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),el(e,t)},R.prototype.size=R.prototype.size=function(){return ef(this.ptr)},R.prototype.__destroy__=R.prototype.__destroy__=function(){em(this.ptr)},S.prototype=Object.create(s.prototype),S.prototype.constructor=S,S.prototype.__class__=S,S.__cache__={},w.DracoUInt16Array=S,S.prototype.GetValue=S.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),eb(e,t)},S.prototype.size=S.prototype.size=function(){return eh(this.ptr)},S.prototype.__destroy__=S.prototype.__destroy__=function(){eA(this.ptr)},M.prototype=Object.create(s.prototype),M.prototype.constructor=M,M.prototype.__class__=M,M.__cache__={},w.DracoInt32Array=M,M.prototype.GetValue=M.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),eD(e,t)},M.prototype.size=M.prototype.size=function(){return eI(this.ptr)},M.prototype.__destroy__=M.prototype.__destroy__=function(){ej(this.ptr)},N.prototype=Object.create(s.prototype),N.prototype.constructor=N,N.prototype.__class__=N,N.__cache__={},w.DracoUInt32Array=N,N.prototype.GetValue=N.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),eG(e,t)},N.prototype.size=N.prototype.size=function(){return ev(this.ptr)},N.prototype.__destroy__=N.prototype.__destroy__=function(){eO(this.ptr)},U.prototype=Object.create(s.prototype),U.prototype.constructor=U,U.prototype.__class__=U,U.__cache__={},w.MetadataQuerier=U,U.prototype.HasEntry=U.prototype.HasEntry=function(t,e){var r=this.ptr;return rF.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:l(e),!!eR(r,t,e)},U.prototype.GetIntEntry=U.prototype.GetIntEntry=function(t,e){var r=this.ptr;return rF.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:l(e),eS(r,t,e)},U.prototype.GetIntEntryArray=U.prototype.GetIntEntryArray=function(t,e,r){var n=this.ptr;rF.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:l(e),r&&"object"==typeof r&&(r=r.ptr),eM(n,t,e,r)},U.prototype.GetDoubleEntry=U.prototype.GetDoubleEntry=function(t,e){var r=this.ptr;return rF.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:l(e),eN(r,t,e)},U.prototype.GetStringEntry=U.prototype.GetStringEntry=function(t,e){var r=this.ptr;return rF.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:l(e),n(eU(r,t,e))},U.prototype.NumEntries=U.prototype.NumEntries=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),eg(e,t)},U.prototype.GetEntryName=U.prototype.GetEntryName=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),n(eF(r,t,e))},U.prototype.__destroy__=U.prototype.__destroy__=function(){eL(this.ptr)},g.prototype=Object.create(s.prototype),g.prototype.constructor=g,g.prototype.__class__=g,g.__cache__={},w.Decoder=g,g.prototype.DecodeArrayToPointCloud=g.prototype.DecodeArrayToPointCloud=function(t,e,r){var n=this.ptr;return rF.prepare(),"object"==typeof t&&(t=f(t)),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),y(e$(n,t,e,r),G)},g.prototype.DecodeArrayToMesh=g.prototype.DecodeArrayToMesh=function(t,e,r){var n=this.ptr;return rF.prepare(),"object"==typeof t&&(t=f(t)),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),y(ew(n,t,e,r),G)},g.prototype.GetAttributeId=g.prototype.GetAttributeId=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),ez(r,t,e)},g.prototype.GetAttributeIdByName=g.prototype.GetAttributeIdByName=function(t,e){var r=this.ptr;return rF.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:l(e),eV(r,t,e)},g.prototype.GetAttributeIdByMetadataEntry=g.prototype.GetAttributeIdByMetadataEntry=function(t,e,r){var n=this.ptr;return rF.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:l(e),r=r&&"object"==typeof r?r.ptr:l(r),eB(n,t,e,r)},g.prototype.GetAttribute=g.prototype.GetAttribute=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),y(eW(r,t,e),A)},g.prototype.GetAttributeByUniqueId=g.prototype.GetAttributeByUniqueId=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),y(ex(r,t,e),A)},g.prototype.GetMetadata=g.prototype.GetMetadata=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),y(ek(e,t),E)},g.prototype.GetAttributeMetadata=g.prototype.GetAttributeMetadata=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),y(eQ(r,t,e),E)},g.prototype.GetFaceFromMesh=g.prototype.GetFaceFromMesh=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eY(n,t,e,r)},g.prototype.GetTriangleStripsFromMesh=g.prototype.GetTriangleStripsFromMesh=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),eH(r,t,e)},g.prototype.GetTrianglesUInt16Array=g.prototype.GetTrianglesUInt16Array=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eq(n,t,e,r)},g.prototype.GetTrianglesUInt32Array=g.prototype.GetTrianglesUInt32Array=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eX(n,t,e,r)},g.prototype.GetAttributeFloat=g.prototype.GetAttributeFloat=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eK(n,t,e,r)},g.prototype.GetAttributeFloatForAllPoints=g.prototype.GetAttributeFloatForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eJ(n,t,e,r)},g.prototype.GetAttributeIntForAllPoints=g.prototype.GetAttributeIntForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eZ(n,t,e,r)},g.prototype.GetAttributeInt8ForAllPoints=g.prototype.GetAttributeInt8ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e0(n,t,e,r)},g.prototype.GetAttributeUInt8ForAllPoints=g.prototype.GetAttributeUInt8ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e1(n,t,e,r)},g.prototype.GetAttributeInt16ForAllPoints=g.prototype.GetAttributeInt16ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e2(n,t,e,r)},g.prototype.GetAttributeUInt16ForAllPoints=g.prototype.GetAttributeUInt16ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e3(n,t,e,r)},g.prototype.GetAttributeInt32ForAllPoints=g.prototype.GetAttributeInt32ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e6(n,t,e,r)},g.prototype.GetAttributeUInt32ForAllPoints=g.prototype.GetAttributeUInt32ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e8(n,t,e,r)},g.prototype.GetAttributeDataArrayForAllPoints=g.prototype.GetAttributeDataArrayForAllPoints=function(t,e,r,n,o){var _=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),n&&"object"==typeof n&&(n=n.ptr),o&&"object"==typeof o&&(o=o.ptr),!!e5(_,t,e,r,n,o)},g.prototype.SkipAttributeTransform=g.prototype.SkipAttributeTransform=function(t){var e=this.ptr;t&&"object"==typeof t&&(t=t.ptr),e4(e,t)},g.prototype.GetEncodedGeometryType_Deprecated=g.prototype.GetEncodedGeometryType_Deprecated=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e7(e,t)},g.prototype.DecodeBufferToPointCloud=g.prototype.DecodeBufferToPointCloud=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),y(e9(r,t,e),G)},g.prototype.DecodeBufferToMesh=g.prototype.DecodeBufferToMesh=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),y(rt(r,t,e),G)},g.prototype.__destroy__=g.prototype.__destroy__=function(){re(this.ptr)},tu?rL():tc.unshift(rL),"function"==typeof w.onModuleParsed&&w.onModuleParsed(),w.Decoder.prototype.GetEncodedGeometryType=function(t){if(t.__class__&&t.__class__===w.DecoderBuffer)return w.Decoder.prototype.GetEncodedGeometryType_Deprecated(t);if(8>t.byteLength)return w.INVALID_GEOMETRY_TYPE;switch(t[7]){case 0:return w.POINT_CLOUD;case 1:return w.TRIANGULAR_MESH;default:return w.INVALID_GEOMETRY_TYPE}},e.ready}}();"object"==typeof exports&&"object"==typeof module?module.exports=DracoDecoderModule:"function"==typeof define&&define.amd?define([],function(){return DracoDecoderModule}):"object"==typeof exports&&(exports.DracoDecoderModule=DracoDecoderModule);
@@ -0,0 +1 @@
1
+ var $jscomp=$jscomp||{};$jscomp.scope={},$jscomp.arrayIteratorImpl=function(t){var e=0;return function(){return e<t.length?{done:!1,value:t[e++]}:{done:!0}}},$jscomp.arrayIterator=function(t){return{next:$jscomp.arrayIteratorImpl(t)}},$jscomp.makeIterator=function(t){var e="u">typeof Symbol&&Symbol.iterator&&t[Symbol.iterator];return e?e.call(t):$jscomp.arrayIterator(t)},$jscomp.ASSUME_ES5=!1,$jscomp.ASSUME_NO_NATIVE_MAP=!1,$jscomp.ASSUME_NO_NATIVE_SET=!1,$jscomp.SIMPLE_FROUND_POLYFILL=!1,$jscomp.ISOLATE_POLYFILLS=!1,$jscomp.FORCE_POLYFILL_PROMISE=!1,$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION=!1,$jscomp.getGlobal=function(t){t=["object"==typeof globalThis&&globalThis,t,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof global&&global];for(var e=0;e<t.length;++e){var r=t[e];if(r&&r.Math==Math)return r}throw Error("Cannot find global object")},$jscomp.global=$jscomp.getGlobal(this),$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(t,e,r){return t==Array.prototype||t==Object.prototype||(t[e]=r.value),t},$jscomp.IS_SYMBOL_NATIVE="function"==typeof Symbol&&"symbol"==typeof Symbol("x"),$jscomp.TRUST_ES6_POLYFILLS=!$jscomp.ISOLATE_POLYFILLS||$jscomp.IS_SYMBOL_NATIVE,$jscomp.polyfills={},$jscomp.propertyToPolyfillSymbol={},$jscomp.POLYFILL_PREFIX="$jscp$";var $jscomp$lookupPolyfilledValue=function(t,e){var r=$jscomp.propertyToPolyfillSymbol[e];return null==r?t[e]:void 0!==(r=t[r])?r:t[e]};$jscomp.polyfill=function(t,e,r,n){e&&($jscomp.ISOLATE_POLYFILLS?$jscomp.polyfillIsolated(t,e,r,n):$jscomp.polyfillUnisolated(t,e,r,n))},$jscomp.polyfillUnisolated=function(t,e,r,n){for(n=0,r=$jscomp.global,t=t.split(".");n<t.length-1;n++){var o=t[n];if(!(o in r))return;r=r[o]}(e=e(n=r[t=t[t.length-1]]))!=n&&null!=e&&$jscomp.defineProperty(r,t,{configurable:!0,writable:!0,value:e})},$jscomp.polyfillIsolated=function(t,e,r,n){var o=t.split(".");t=1===o.length,n=o[0],n=!t&&n in $jscomp.polyfills?$jscomp.polyfills:$jscomp.global;for(var _=0;_<o.length-1;_++){var i=o[_];if(!(i in n))return;n=n[i]}o=o[o.length-1],null!=(e=e(r=$jscomp.IS_SYMBOL_NATIVE&&"es6"===r?n[o]:null))&&(t?$jscomp.defineProperty($jscomp.polyfills,o,{configurable:!0,writable:!0,value:e}):e!==r&&(void 0===$jscomp.propertyToPolyfillSymbol[o]&&(r=1e9*Math.random()>>>0,$jscomp.propertyToPolyfillSymbol[o]=$jscomp.IS_SYMBOL_NATIVE?$jscomp.global.Symbol(o):$jscomp.POLYFILL_PREFIX+r+"$"+o),$jscomp.defineProperty(n,$jscomp.propertyToPolyfillSymbol[o],{configurable:!0,writable:!0,value:e})))},$jscomp.polyfill("Promise",function(t){function e(){this.batch_=null}function r(t){return t instanceof o?t:new o(function(e,r){e(t)})}if(t&&(!($jscomp.FORCE_POLYFILL_PROMISE||$jscomp.FORCE_POLYFILL_PROMISE_WHEN_NO_UNHANDLED_REJECTION&&void 0===$jscomp.global.PromiseRejectionEvent)||!$jscomp.global.Promise||-1===$jscomp.global.Promise.toString().indexOf("[native code]")))return t;e.prototype.asyncExecute=function(t){if(null==this.batch_){this.batch_=[];var e=this;this.asyncExecuteFunction(function(){e.executeBatch_()})}this.batch_.push(t)};var n=$jscomp.global.setTimeout;e.prototype.asyncExecuteFunction=function(t){n(t,0)},e.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var t=this.batch_;this.batch_=[];for(var e=0;e<t.length;++e){var r=t[e];t[e]=null;try{r()}catch(t){this.asyncThrow_(t)}}}this.batch_=null},e.prototype.asyncThrow_=function(t){this.asyncExecuteFunction(function(){throw t})};var o=function(t){this.state_=0,this.result_=void 0,this.onSettledCallbacks_=[],this.isRejectionHandled_=!1;var e=this.createResolveAndReject_();try{t(e.resolve,e.reject)}catch(t){e.reject(t)}};o.prototype.createResolveAndReject_=function(){function t(t){return function(n){r||(r=!0,t.call(e,n))}}var e=this,r=!1;return{resolve:t(this.resolveTo_),reject:t(this.reject_)}},o.prototype.resolveTo_=function(t){if(t===this)this.reject_(TypeError("A Promise cannot resolve to itself"));else if(t instanceof o)this.settleSameAsPromise_(t);else{switch(typeof t){case"object":var e=null!=t;break;case"function":e=!0;break;default:e=!1}e?this.resolveToNonPromiseObj_(t):this.fulfill_(t)}},o.prototype.resolveToNonPromiseObj_=function(t){var e=void 0;try{e=t.then}catch(t){this.reject_(t);return}"function"==typeof e?this.settleSameAsThenable_(e,t):this.fulfill_(t)},o.prototype.reject_=function(t){this.settle_(2,t)},o.prototype.fulfill_=function(t){this.settle_(1,t)},o.prototype.settle_=function(t,e){if(0!=this.state_)throw Error("Cannot settle("+t+", "+e+"): Promise already settled in state"+this.state_);this.state_=t,this.result_=e,2===this.state_&&this.scheduleUnhandledRejectionCheck_(),this.executeOnSettledCallbacks_()},o.prototype.scheduleUnhandledRejectionCheck_=function(){var t=this;n(function(){if(t.notifyUnhandledRejection_()){var e=$jscomp.global.console;void 0!==e&&e.error(t.result_)}},1)},o.prototype.notifyUnhandledRejection_=function(){if(this.isRejectionHandled_)return!1;var t=$jscomp.global.CustomEvent,e=$jscomp.global.Event,r=$jscomp.global.dispatchEvent;return void 0===r||("function"==typeof t?t=new t("unhandledrejection",{cancelable:!0}):"function"==typeof e?t=new e("unhandledrejection",{cancelable:!0}):(t=$jscomp.global.document.createEvent("CustomEvent")).initCustomEvent("unhandledrejection",!1,!0,t),t.promise=this,t.reason=this.result_,r(t))},o.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var t=0;t<this.onSettledCallbacks_.length;++t)_.asyncExecute(this.onSettledCallbacks_[t]);this.onSettledCallbacks_=null}};var _=new e;return o.prototype.settleSameAsPromise_=function(t){var e=this.createResolveAndReject_();t.callWhenSettled_(e.resolve,e.reject)},o.prototype.settleSameAsThenable_=function(t,e){var r=this.createResolveAndReject_();try{t.call(e,r.resolve,r.reject)}catch(t){r.reject(t)}},o.prototype.then=function(t,e){function r(t,e){return"function"==typeof t?function(e){try{n(t(e))}catch(t){_(t)}}:e}var n,_,i=new o(function(t,e){n=t,_=e});return this.callWhenSettled_(r(t,n),r(e,_)),i},o.prototype.catch=function(t){return this.then(void 0,t)},o.prototype.callWhenSettled_=function(t,e){function r(){switch(n.state_){case 1:t(n.result_);break;case 2:e(n.result_);break;default:throw Error("Unexpected state: "+n.state_)}}var n=this;null==this.onSettledCallbacks_?_.asyncExecute(r):this.onSettledCallbacks_.push(r),this.isRejectionHandled_=!0},o.resolve=r,o.reject=function(t){return new o(function(e,r){r(t)})},o.race=function(t){return new o(function(e,n){for(var o=$jscomp.makeIterator(t),_=o.next();!_.done;_=o.next())r(_.value).callWhenSettled_(e,n)})},o.all=function(t){var e=$jscomp.makeIterator(t),n=e.next();return n.done?r([]):new o(function(t,o){var _=[],i=0;do _.push(void 0),i++,r(n.value).callWhenSettled_(function(e){return function(r){_[e]=r,0==--i&&t(_)}}(_.length-1),o),n=e.next();while(!n.done)})},o},"es6","es3"),$jscomp.owns=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},$jscomp.assign=$jscomp.TRUST_ES6_POLYFILLS&&"function"==typeof Object.assign?Object.assign:function(t,e){for(var r=1;r<arguments.length;r++){var n=arguments[r];if(n)for(var o in n)$jscomp.owns(n,o)&&(t[o]=n[o])}return t},$jscomp.polyfill("Object.assign",function(t){return t||$jscomp.assign},"es6","es3"),$jscomp.checkStringArgs=function(t,e,r){if(null==t)throw TypeError("The 'this' value for String.prototype."+r+" must not be null or undefined");if(e instanceof RegExp)throw TypeError("First argument to String.prototype."+r+" must not be a regular expression");return t+""},$jscomp.polyfill("String.prototype.startsWith",function(t){return t||function(t,e){var r=$jscomp.checkStringArgs(this,t,"startsWith");t+="";var n=r.length,o=t.length;e=Math.max(0,Math.min(0|e,r.length));for(var _=0;_<o&&e<n;)if(r[e++]!=t[_++])return!1;return _>=o}},"es6","es3"),$jscomp.polyfill("Array.prototype.copyWithin",function(t){function e(t){return 1/0===(t=Number(t))||-1/0===t?t:0|t}return t||function(t,r,n){var o=this.length;if(t=e(t),r=e(r),n=void 0===n?o:e(n),t=0>t?Math.max(o+t,0):Math.min(t,o),r=0>r?Math.max(o+r,0):Math.min(r,o),n=0>n?Math.max(o+n,0):Math.min(n,o),t<r)for(;r<n;)r in this?this[t++]=this[r++]:(delete this[t++],r++);else for(n=Math.min(n,o+r-t),t+=n-r;n>r;)--n in this?this[--t]=this[n]:delete this[--t];return this}},"es6","es3"),$jscomp.typedArrayCopyWithin=function(t){return t||Array.prototype.copyWithin},$jscomp.polyfill("Int8Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Uint8Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Uint8ClampedArray.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Int16Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Uint16Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Int32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Uint32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Float32Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5"),$jscomp.polyfill("Float64Array.prototype.copyWithin",$jscomp.typedArrayCopyWithin,"es6","es5");var DracoDecoderModule=function(){var t="u">typeof document&&document.currentScript?document.currentScript.src:void 0;return"u">typeof __filename&&(t=t||__filename),function(e){function r(t,e){if(t){var r=te,n=t+e;for(e=t;r[e]&&!(e>=n);)++e;if(16<e-t&&r.buffer&&t_)r=t_.decode(r.subarray(t,e));else{for(n="";t<e;){var o=r[t++];if(128&o){var _=63&r[t++];if(192==(224&o))n+=String.fromCharCode((31&o)<<6|_);else{var i=63&r[t++];65536>(o=224==(240&o)?(15&o)<<12|_<<6|i:(7&o)<<18|_<<12|i<<6|63&r[t++])?n+=String.fromCharCode(o):(o-=65536,n+=String.fromCharCode(55296|o>>10,56320|1023&o))}}else n+=String.fromCharCode(o)}r=n}}else r="";return r}function n(){var t=J.buffer;$.HEAP8=tt=new Int8Array(t),$.HEAP16=new Int16Array(t),$.HEAP32=tr=new Int32Array(t),$.HEAPU8=te=new Uint8Array(t),$.HEAPU16=new Uint16Array(t),$.HEAPU32=tn=new Uint32Array(t),$.HEAPF32=new Float32Array(t),$.HEAPF64=new Float64Array(t)}function o(t){throw $.onAbort&&$.onAbort(t),K(t="Aborted("+t+")"),to=!0,t=new WebAssembly.RuntimeError(t+". Build with -sASSERTIONS for more info."),C(t),t}function _(t){try{if(t==tl&&Z)return new Uint8Array(Z);if(q)return q(t);throw"both async and sync fetching of the wasm failed"}catch(t){o(t)}}function i(t){for(;0<t.length;)t.shift()($)}function p(t){this.excPtr=t,this.ptr=t-24,this.set_type=function(t){tn[this.ptr+4>>2]=t},this.get_type=function(){return tn[this.ptr+4>>2]},this.set_destructor=function(t){tn[this.ptr+8>>2]=t},this.get_destructor=function(){return tn[this.ptr+8>>2]},this.set_refcount=function(t){tr[this.ptr>>2]=t},this.set_caught=function(t){tt[this.ptr+12|0]=+!!t},this.get_caught=function(){return 0!=tt[this.ptr+12|0]},this.set_rethrown=function(t){tt[this.ptr+13|0]=+!!t},this.get_rethrown=function(){return 0!=tt[this.ptr+13|0]},this.init=function(t,e){this.set_adjusted_ptr(0),this.set_type(t),this.set_destructor(e),this.set_refcount(0),this.set_caught(!1),this.set_rethrown(!1)},this.add_ref=function(){tr[this.ptr>>2]+=1},this.release_ref=function(){var t=tr[this.ptr>>2];return tr[this.ptr>>2]=t-1,1===t},this.set_adjusted_ptr=function(t){tn[this.ptr+16>>2]=t},this.get_adjusted_ptr=function(){return tn[this.ptr+16>>2]},this.get_exception_ptr=function(){if(rM(this.get_type()))return tn[this.excPtr>>2];var t=this.get_adjusted_ptr();return 0!==t?t:this.excPtr}}function a(){function t(){if(!F&&(F=!0,$.calledRun=!0,!to)){if(tc=!0,i(tp),L($),$.onRuntimeInitialized&&$.onRuntimeInitialized(),$.postRun)for("function"==typeof $.postRun&&($.postRun=[$.postRun]);$.postRun.length;)ta.unshift($.postRun.shift());i(ta)}}if(!(0<ts)){if($.preRun)for("function"==typeof $.preRun&&($.preRun=[$.preRun]);$.preRun.length;)ti.unshift($.preRun.shift());i(ti),0<ts||($.setStatus?($.setStatus("Running..."),setTimeout(function(){setTimeout(function(){$.setStatus("")},1),t()},1)):t())}}function c(){}function s(t){return(t||c).__cache__}function u(t,e){var r=s(e),n=r[t];return n||((n=Object.create((e||c).prototype)).ptr=t,r[t]=n)}function y(t){if("string"==typeof t){for(var e=0,r=0;r<t.length;++r){var n=t.charCodeAt(r);127>=n?e++:2047>=n?e+=2:55296<=n&&57343>=n?(e+=4,++r):e+=3}if(e=Array(e+1),r=0,0<(n=e.length)){n=r+n-1;for(var o=0;o<t.length;++o){var _=t.charCodeAt(o);if(55296<=_&&57343>=_&&(_=65536+((1023&_)<<10)|1023&t.charCodeAt(++o)),127>=_){if(r>=n)break;e[r++]=_}else{if(2047>=_){if(r+1>=n)break;e[r++]=192|_>>6}else{if(65535>=_){if(r+2>=n)break;e[r++]=224|_>>12}else{if(r+3>=n)break;e[r++]=240|_>>18,e[r++]=128|_>>12&63}e[r++]=128|_>>6&63}e[r++]=128|63&_}}e[r]=0}t=rN.alloc(e,tt),rN.copy(e,tt,t)}return t}function l(t){if("object"==typeof t){var e=rN.alloc(t,tt);return rN.copy(t,tt,e),e}return t}function m(){throw"cannot construct a VoidPtr, no constructor in IDL"}function f(){this.ptr=tb(),s(f)[this.ptr]=this}function d(){this.ptr=tT(),s(d)[this.ptr]=this}function b(){this.ptr=tj(),s(b)[this.ptr]=this}function h(){this.ptr=tG(),s(h)[this.ptr]=this}function A(){this.ptr=tL(),s(A)[this.ptr]=this}function T(){this.ptr=tB(),s(T)[this.ptr]=this}function D(){this.ptr=tQ(),s(D)[this.ptr]=this}function I(){this.ptr=tX(),s(I)[this.ptr]=this}function j(){this.ptr=t1(),s(j)[this.ptr]=this}function E(){throw"cannot construct a Status, no constructor in IDL"}function G(){this.ptr=t4(),s(G)[this.ptr]=this}function O(){this.ptr=ee(),s(O)[this.ptr]=this}function v(){this.ptr=e_(),s(v)[this.ptr]=this}function P(){this.ptr=ec(),s(P)[this.ptr]=this}function R(){this.ptr=el(),s(R)[this.ptr]=this}function S(){this.ptr=eb(),s(S)[this.ptr]=this}function M(){this.ptr=eD(),s(M)[this.ptr]=this}function N(){this.ptr=eG(),s(N)[this.ptr]=this}function U(){this.ptr=eg(),s(U)[this.ptr]=this}var g,F,L,C,$=void 0!==(e=void 0===e?{}:e)?e:{};$.ready=new Promise(function(t,e){L=t,C=e});var w=!1,z=!1;$.onRuntimeInitialized=function(){w=!0,z&&"function"==typeof $.onModuleLoaded&&$.onModuleLoaded($)},$.onModuleParsed=function(){z=!0,w&&"function"==typeof $.onModuleLoaded&&$.onModuleLoaded($)},$.isVersionSupported=function(t){return"string"==typeof t&&!(2>(t=t.split(".")).length)&&!(3<t.length)&&(1==t[0]&&0<=t[1]&&5>=t[1]||0==t[0]&&!(10<t[1]))};var V=Object.assign({},$),B="object"==typeof window,W="function"==typeof importScripts,x="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,k="";if(x){var Q=require("fs"),Y=require("path");k=W?Y.dirname(k)+"/":__dirname+"/";var H=function(t,e){return t=t.startsWith("file://")?new URL(t):Y.normalize(t),Q.readFileSync(t,e?void 0:"utf8")},q=function(t){return(t=H(t,!0)).buffer||(t=new Uint8Array(t)),t},X=function(t,e,r){t=t.startsWith("file://")?new URL(t):Y.normalize(t),Q.readFile(t,function(t,n){t?r(t):e(n.buffer)})};1<process.argv.length&&process.argv[1].replace(/\\/g,"/"),process.argv.slice(2),$.inspect=function(){return"[Emscripten Module object]"}}else(B||W)&&(W?k=self.location.href:"u">typeof document&&document.currentScript&&(k=document.currentScript.src),t&&(k=t),k=0!==k.indexOf("blob:")?k.substr(0,k.replace(/[?#].*/,"").lastIndexOf("/")+1):"",H=function(t){var e=new XMLHttpRequest;return e.open("GET",t,!1),e.send(null),e.responseText},W&&(q=function(t){var e=new XMLHttpRequest;return e.open("GET",t,!1),e.responseType="arraybuffer",e.send(null),new Uint8Array(e.response)}),X=function(t,e,r){var n=new XMLHttpRequest;n.open("GET",t,!0),n.responseType="arraybuffer",n.onload=function(){200==n.status||0==n.status&&n.response?e(n.response):r()},n.onerror=r,n.send(null)});$.print||console.log.bind(console);var K=$.printErr||console.warn.bind(console);Object.assign($,V),V=null,$.wasmBinary&&(Z=$.wasmBinary),"object"!=typeof WebAssembly&&o("no native wasm support detected");var Z,J,tt,te,tr,tn,to=!1,t_="u">typeof TextDecoder?new TextDecoder("utf8"):void 0,ti=[],tp=[],ta=[],tc=!1,ts=0,tu=null,ty=null,tl="draco_decoder_gltf.wasm";tl.startsWith("data:application/octet-stream;base64,")||(g=tl,tl=$.locateFile?$.locateFile(g,k):k+g);var tm=0,tf={b:function(t,e,r){throw new p(t).init(e,r),tm++,t},a:function(){o("")},d:function(t,e,r){te.copyWithin(t,e,e+r)},c:function(t){var e=te.length;if(0x80000000<(t>>>=0))return!1;for(var r=1;4>=r;r*=2){var o=e*(1+.2/r);o=Math.min(o,t+0x6000000);var _=Math;o=Math.max(t,o),_=_.min.call(_,0x80000000,o+(65536-o%65536)%65536);t:{o=J.buffer;try{J.grow(_-o.byteLength+65535>>>16),n();var i=1;break t}catch(t){}i=void 0}if(i)return!0}return!1}};!function(){function t(t,e){$.asm=t.exports,J=$.asm.e,n(),tp.unshift($.asm.f),ts--,$.monitorRunDependencies&&$.monitorRunDependencies(ts),0==ts&&(null!==tu&&(clearInterval(tu),tu=null),ty&&(t=ty,ty=null,t()))}function e(e){t(e.instance)}function r(t){return(function(){if(!Z&&(B||W)){if("function"==typeof fetch&&!tl.startsWith("file://"))return fetch(tl,{credentials:"same-origin"}).then(function(t){if(!t.ok)throw"failed to load wasm binary file at '"+tl+"'";return t.arrayBuffer()}).catch(function(){return _(tl)});if(X)return new Promise(function(t,e){X(tl,function(e){t(new Uint8Array(e))},e)})}return Promise.resolve().then(function(){return _(tl)})})().then(function(t){return WebAssembly.instantiate(t,i)}).then(function(t){return t}).then(t,function(t){K("failed to asynchronously prepare wasm: "+t),o(t)})}var i={a:tf};if(ts++,$.monitorRunDependencies&&$.monitorRunDependencies(ts),$.instantiateWasm)try{return $.instantiateWasm(i,t)}catch(t){K("Module.instantiateWasm callback failed with error: "+t),C(t)}(Z||"function"!=typeof WebAssembly.instantiateStreaming||tl.startsWith("data:application/octet-stream;base64,")||tl.startsWith("file://")||x||"function"!=typeof fetch?r(e):fetch(tl,{credentials:"same-origin"}).then(function(t){return WebAssembly.instantiateStreaming(t,i).then(e,function(t){return K("wasm streaming compile failed: "+t),K("falling back to ArrayBuffer instantiation"),r(e)})})).catch(C)}();var td=$._emscripten_bind_VoidPtr___destroy___0=function(){return(td=$._emscripten_bind_VoidPtr___destroy___0=$.asm.h).apply(null,arguments)},tb=$._emscripten_bind_DecoderBuffer_DecoderBuffer_0=function(){return(tb=$._emscripten_bind_DecoderBuffer_DecoderBuffer_0=$.asm.i).apply(null,arguments)},th=$._emscripten_bind_DecoderBuffer_Init_2=function(){return(th=$._emscripten_bind_DecoderBuffer_Init_2=$.asm.j).apply(null,arguments)},tA=$._emscripten_bind_DecoderBuffer___destroy___0=function(){return(tA=$._emscripten_bind_DecoderBuffer___destroy___0=$.asm.k).apply(null,arguments)},tT=$._emscripten_bind_AttributeTransformData_AttributeTransformData_0=function(){return(tT=$._emscripten_bind_AttributeTransformData_AttributeTransformData_0=$.asm.l).apply(null,arguments)},tD=$._emscripten_bind_AttributeTransformData_transform_type_0=function(){return(tD=$._emscripten_bind_AttributeTransformData_transform_type_0=$.asm.m).apply(null,arguments)},tI=$._emscripten_bind_AttributeTransformData___destroy___0=function(){return(tI=$._emscripten_bind_AttributeTransformData___destroy___0=$.asm.n).apply(null,arguments)},tj=$._emscripten_bind_GeometryAttribute_GeometryAttribute_0=function(){return(tj=$._emscripten_bind_GeometryAttribute_GeometryAttribute_0=$.asm.o).apply(null,arguments)},tE=$._emscripten_bind_GeometryAttribute___destroy___0=function(){return(tE=$._emscripten_bind_GeometryAttribute___destroy___0=$.asm.p).apply(null,arguments)},tG=$._emscripten_bind_PointAttribute_PointAttribute_0=function(){return(tG=$._emscripten_bind_PointAttribute_PointAttribute_0=$.asm.q).apply(null,arguments)},tO=$._emscripten_bind_PointAttribute_size_0=function(){return(tO=$._emscripten_bind_PointAttribute_size_0=$.asm.r).apply(null,arguments)},tv=$._emscripten_bind_PointAttribute_GetAttributeTransformData_0=function(){return(tv=$._emscripten_bind_PointAttribute_GetAttributeTransformData_0=$.asm.s).apply(null,arguments)},tP=$._emscripten_bind_PointAttribute_attribute_type_0=function(){return(tP=$._emscripten_bind_PointAttribute_attribute_type_0=$.asm.t).apply(null,arguments)},tR=$._emscripten_bind_PointAttribute_data_type_0=function(){return(tR=$._emscripten_bind_PointAttribute_data_type_0=$.asm.u).apply(null,arguments)},tS=$._emscripten_bind_PointAttribute_num_components_0=function(){return(tS=$._emscripten_bind_PointAttribute_num_components_0=$.asm.v).apply(null,arguments)},tM=$._emscripten_bind_PointAttribute_normalized_0=function(){return(tM=$._emscripten_bind_PointAttribute_normalized_0=$.asm.w).apply(null,arguments)},tN=$._emscripten_bind_PointAttribute_byte_stride_0=function(){return(tN=$._emscripten_bind_PointAttribute_byte_stride_0=$.asm.x).apply(null,arguments)},tU=$._emscripten_bind_PointAttribute_byte_offset_0=function(){return(tU=$._emscripten_bind_PointAttribute_byte_offset_0=$.asm.y).apply(null,arguments)},tg=$._emscripten_bind_PointAttribute_unique_id_0=function(){return(tg=$._emscripten_bind_PointAttribute_unique_id_0=$.asm.z).apply(null,arguments)},tF=$._emscripten_bind_PointAttribute___destroy___0=function(){return(tF=$._emscripten_bind_PointAttribute___destroy___0=$.asm.A).apply(null,arguments)},tL=$._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=function(){return(tL=$._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=$.asm.B).apply(null,arguments)},tC=$._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=function(){return(tC=$._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=$.asm.C).apply(null,arguments)},t$=$._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=function(){return(t$=$._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=$.asm.D).apply(null,arguments)},tw=$._emscripten_bind_AttributeQuantizationTransform_min_value_1=function(){return(tw=$._emscripten_bind_AttributeQuantizationTransform_min_value_1=$.asm.E).apply(null,arguments)},tz=$._emscripten_bind_AttributeQuantizationTransform_range_0=function(){return(tz=$._emscripten_bind_AttributeQuantizationTransform_range_0=$.asm.F).apply(null,arguments)},tV=$._emscripten_bind_AttributeQuantizationTransform___destroy___0=function(){return(tV=$._emscripten_bind_AttributeQuantizationTransform___destroy___0=$.asm.G).apply(null,arguments)},tB=$._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=function(){return(tB=$._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=$.asm.H).apply(null,arguments)},tW=$._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=function(){return(tW=$._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=$.asm.I).apply(null,arguments)},tx=$._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=function(){return(tx=$._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=$.asm.J).apply(null,arguments)},tk=$._emscripten_bind_AttributeOctahedronTransform___destroy___0=function(){return(tk=$._emscripten_bind_AttributeOctahedronTransform___destroy___0=$.asm.K).apply(null,arguments)},tQ=$._emscripten_bind_PointCloud_PointCloud_0=function(){return(tQ=$._emscripten_bind_PointCloud_PointCloud_0=$.asm.L).apply(null,arguments)},tY=$._emscripten_bind_PointCloud_num_attributes_0=function(){return(tY=$._emscripten_bind_PointCloud_num_attributes_0=$.asm.M).apply(null,arguments)},tH=$._emscripten_bind_PointCloud_num_points_0=function(){return(tH=$._emscripten_bind_PointCloud_num_points_0=$.asm.N).apply(null,arguments)},tq=$._emscripten_bind_PointCloud___destroy___0=function(){return(tq=$._emscripten_bind_PointCloud___destroy___0=$.asm.O).apply(null,arguments)},tX=$._emscripten_bind_Mesh_Mesh_0=function(){return(tX=$._emscripten_bind_Mesh_Mesh_0=$.asm.P).apply(null,arguments)},tK=$._emscripten_bind_Mesh_num_faces_0=function(){return(tK=$._emscripten_bind_Mesh_num_faces_0=$.asm.Q).apply(null,arguments)},tZ=$._emscripten_bind_Mesh_num_attributes_0=function(){return(tZ=$._emscripten_bind_Mesh_num_attributes_0=$.asm.R).apply(null,arguments)},tJ=$._emscripten_bind_Mesh_num_points_0=function(){return(tJ=$._emscripten_bind_Mesh_num_points_0=$.asm.S).apply(null,arguments)},t0=$._emscripten_bind_Mesh___destroy___0=function(){return(t0=$._emscripten_bind_Mesh___destroy___0=$.asm.T).apply(null,arguments)},t1=$._emscripten_bind_Metadata_Metadata_0=function(){return(t1=$._emscripten_bind_Metadata_Metadata_0=$.asm.U).apply(null,arguments)},t2=$._emscripten_bind_Metadata___destroy___0=function(){return(t2=$._emscripten_bind_Metadata___destroy___0=$.asm.V).apply(null,arguments)},t3=$._emscripten_bind_Status_code_0=function(){return(t3=$._emscripten_bind_Status_code_0=$.asm.W).apply(null,arguments)},t6=$._emscripten_bind_Status_ok_0=function(){return(t6=$._emscripten_bind_Status_ok_0=$.asm.X).apply(null,arguments)},t8=$._emscripten_bind_Status_error_msg_0=function(){return(t8=$._emscripten_bind_Status_error_msg_0=$.asm.Y).apply(null,arguments)},t5=$._emscripten_bind_Status___destroy___0=function(){return(t5=$._emscripten_bind_Status___destroy___0=$.asm.Z).apply(null,arguments)},t4=$._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=function(){return(t4=$._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=$.asm._).apply(null,arguments)},t7=$._emscripten_bind_DracoFloat32Array_GetValue_1=function(){return(t7=$._emscripten_bind_DracoFloat32Array_GetValue_1=$.asm.$).apply(null,arguments)},t9=$._emscripten_bind_DracoFloat32Array_size_0=function(){return(t9=$._emscripten_bind_DracoFloat32Array_size_0=$.asm.aa).apply(null,arguments)},et=$._emscripten_bind_DracoFloat32Array___destroy___0=function(){return(et=$._emscripten_bind_DracoFloat32Array___destroy___0=$.asm.ba).apply(null,arguments)},ee=$._emscripten_bind_DracoInt8Array_DracoInt8Array_0=function(){return(ee=$._emscripten_bind_DracoInt8Array_DracoInt8Array_0=$.asm.ca).apply(null,arguments)},er=$._emscripten_bind_DracoInt8Array_GetValue_1=function(){return(er=$._emscripten_bind_DracoInt8Array_GetValue_1=$.asm.da).apply(null,arguments)},en=$._emscripten_bind_DracoInt8Array_size_0=function(){return(en=$._emscripten_bind_DracoInt8Array_size_0=$.asm.ea).apply(null,arguments)},eo=$._emscripten_bind_DracoInt8Array___destroy___0=function(){return(eo=$._emscripten_bind_DracoInt8Array___destroy___0=$.asm.fa).apply(null,arguments)},e_=$._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=function(){return(e_=$._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=$.asm.ga).apply(null,arguments)},ei=$._emscripten_bind_DracoUInt8Array_GetValue_1=function(){return(ei=$._emscripten_bind_DracoUInt8Array_GetValue_1=$.asm.ha).apply(null,arguments)},ep=$._emscripten_bind_DracoUInt8Array_size_0=function(){return(ep=$._emscripten_bind_DracoUInt8Array_size_0=$.asm.ia).apply(null,arguments)},ea=$._emscripten_bind_DracoUInt8Array___destroy___0=function(){return(ea=$._emscripten_bind_DracoUInt8Array___destroy___0=$.asm.ja).apply(null,arguments)},ec=$._emscripten_bind_DracoInt16Array_DracoInt16Array_0=function(){return(ec=$._emscripten_bind_DracoInt16Array_DracoInt16Array_0=$.asm.ka).apply(null,arguments)},es=$._emscripten_bind_DracoInt16Array_GetValue_1=function(){return(es=$._emscripten_bind_DracoInt16Array_GetValue_1=$.asm.la).apply(null,arguments)},eu=$._emscripten_bind_DracoInt16Array_size_0=function(){return(eu=$._emscripten_bind_DracoInt16Array_size_0=$.asm.ma).apply(null,arguments)},ey=$._emscripten_bind_DracoInt16Array___destroy___0=function(){return(ey=$._emscripten_bind_DracoInt16Array___destroy___0=$.asm.na).apply(null,arguments)},el=$._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=function(){return(el=$._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=$.asm.oa).apply(null,arguments)},em=$._emscripten_bind_DracoUInt16Array_GetValue_1=function(){return(em=$._emscripten_bind_DracoUInt16Array_GetValue_1=$.asm.pa).apply(null,arguments)},ef=$._emscripten_bind_DracoUInt16Array_size_0=function(){return(ef=$._emscripten_bind_DracoUInt16Array_size_0=$.asm.qa).apply(null,arguments)},ed=$._emscripten_bind_DracoUInt16Array___destroy___0=function(){return(ed=$._emscripten_bind_DracoUInt16Array___destroy___0=$.asm.ra).apply(null,arguments)},eb=$._emscripten_bind_DracoInt32Array_DracoInt32Array_0=function(){return(eb=$._emscripten_bind_DracoInt32Array_DracoInt32Array_0=$.asm.sa).apply(null,arguments)},eh=$._emscripten_bind_DracoInt32Array_GetValue_1=function(){return(eh=$._emscripten_bind_DracoInt32Array_GetValue_1=$.asm.ta).apply(null,arguments)},eA=$._emscripten_bind_DracoInt32Array_size_0=function(){return(eA=$._emscripten_bind_DracoInt32Array_size_0=$.asm.ua).apply(null,arguments)},eT=$._emscripten_bind_DracoInt32Array___destroy___0=function(){return(eT=$._emscripten_bind_DracoInt32Array___destroy___0=$.asm.va).apply(null,arguments)},eD=$._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=function(){return(eD=$._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=$.asm.wa).apply(null,arguments)},eI=$._emscripten_bind_DracoUInt32Array_GetValue_1=function(){return(eI=$._emscripten_bind_DracoUInt32Array_GetValue_1=$.asm.xa).apply(null,arguments)},ej=$._emscripten_bind_DracoUInt32Array_size_0=function(){return(ej=$._emscripten_bind_DracoUInt32Array_size_0=$.asm.ya).apply(null,arguments)},eE=$._emscripten_bind_DracoUInt32Array___destroy___0=function(){return(eE=$._emscripten_bind_DracoUInt32Array___destroy___0=$.asm.za).apply(null,arguments)},eG=$._emscripten_bind_MetadataQuerier_MetadataQuerier_0=function(){return(eG=$._emscripten_bind_MetadataQuerier_MetadataQuerier_0=$.asm.Aa).apply(null,arguments)},eO=$._emscripten_bind_MetadataQuerier_HasEntry_2=function(){return(eO=$._emscripten_bind_MetadataQuerier_HasEntry_2=$.asm.Ba).apply(null,arguments)},ev=$._emscripten_bind_MetadataQuerier_GetIntEntry_2=function(){return(ev=$._emscripten_bind_MetadataQuerier_GetIntEntry_2=$.asm.Ca).apply(null,arguments)},eP=$._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=function(){return(eP=$._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=$.asm.Da).apply(null,arguments)},eR=$._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=function(){return(eR=$._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=$.asm.Ea).apply(null,arguments)},eS=$._emscripten_bind_MetadataQuerier_GetStringEntry_2=function(){return(eS=$._emscripten_bind_MetadataQuerier_GetStringEntry_2=$.asm.Fa).apply(null,arguments)},eM=$._emscripten_bind_MetadataQuerier_NumEntries_1=function(){return(eM=$._emscripten_bind_MetadataQuerier_NumEntries_1=$.asm.Ga).apply(null,arguments)},eN=$._emscripten_bind_MetadataQuerier_GetEntryName_2=function(){return(eN=$._emscripten_bind_MetadataQuerier_GetEntryName_2=$.asm.Ha).apply(null,arguments)},eU=$._emscripten_bind_MetadataQuerier___destroy___0=function(){return(eU=$._emscripten_bind_MetadataQuerier___destroy___0=$.asm.Ia).apply(null,arguments)},eg=$._emscripten_bind_Decoder_Decoder_0=function(){return(eg=$._emscripten_bind_Decoder_Decoder_0=$.asm.Ja).apply(null,arguments)},eF=$._emscripten_bind_Decoder_DecodeArrayToPointCloud_3=function(){return(eF=$._emscripten_bind_Decoder_DecodeArrayToPointCloud_3=$.asm.Ka).apply(null,arguments)},eL=$._emscripten_bind_Decoder_DecodeArrayToMesh_3=function(){return(eL=$._emscripten_bind_Decoder_DecodeArrayToMesh_3=$.asm.La).apply(null,arguments)},eC=$._emscripten_bind_Decoder_GetAttributeId_2=function(){return(eC=$._emscripten_bind_Decoder_GetAttributeId_2=$.asm.Ma).apply(null,arguments)},e$=$._emscripten_bind_Decoder_GetAttributeIdByName_2=function(){return(e$=$._emscripten_bind_Decoder_GetAttributeIdByName_2=$.asm.Na).apply(null,arguments)},ew=$._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=function(){return(ew=$._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=$.asm.Oa).apply(null,arguments)},ez=$._emscripten_bind_Decoder_GetAttribute_2=function(){return(ez=$._emscripten_bind_Decoder_GetAttribute_2=$.asm.Pa).apply(null,arguments)},eV=$._emscripten_bind_Decoder_GetAttributeByUniqueId_2=function(){return(eV=$._emscripten_bind_Decoder_GetAttributeByUniqueId_2=$.asm.Qa).apply(null,arguments)},eB=$._emscripten_bind_Decoder_GetMetadata_1=function(){return(eB=$._emscripten_bind_Decoder_GetMetadata_1=$.asm.Ra).apply(null,arguments)},eW=$._emscripten_bind_Decoder_GetAttributeMetadata_2=function(){return(eW=$._emscripten_bind_Decoder_GetAttributeMetadata_2=$.asm.Sa).apply(null,arguments)},ex=$._emscripten_bind_Decoder_GetFaceFromMesh_3=function(){return(ex=$._emscripten_bind_Decoder_GetFaceFromMesh_3=$.asm.Ta).apply(null,arguments)},ek=$._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=function(){return(ek=$._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=$.asm.Ua).apply(null,arguments)},eQ=$._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=function(){return(eQ=$._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=$.asm.Va).apply(null,arguments)},eY=$._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=function(){return(eY=$._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=$.asm.Wa).apply(null,arguments)},eH=$._emscripten_bind_Decoder_GetAttributeFloat_3=function(){return(eH=$._emscripten_bind_Decoder_GetAttributeFloat_3=$.asm.Xa).apply(null,arguments)},eq=$._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=function(){return(eq=$._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=$.asm.Ya).apply(null,arguments)},eX=$._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=function(){return(eX=$._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=$.asm.Za).apply(null,arguments)},eK=$._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=function(){return(eK=$._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=$.asm._a).apply(null,arguments)},eZ=$._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=function(){return(eZ=$._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=$.asm.$a).apply(null,arguments)},eJ=$._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=function(){return(eJ=$._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=$.asm.ab).apply(null,arguments)},e0=$._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=function(){return(e0=$._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=$.asm.bb).apply(null,arguments)},e1=$._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=function(){return(e1=$._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=$.asm.cb).apply(null,arguments)},e2=$._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=function(){return(e2=$._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=$.asm.db).apply(null,arguments)},e3=$._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=function(){return(e3=$._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=$.asm.eb).apply(null,arguments)},e6=$._emscripten_bind_Decoder_SkipAttributeTransform_1=function(){return(e6=$._emscripten_bind_Decoder_SkipAttributeTransform_1=$.asm.fb).apply(null,arguments)},e8=$._emscripten_bind_Decoder_GetEncodedGeometryType_Deprecated_1=function(){return(e8=$._emscripten_bind_Decoder_GetEncodedGeometryType_Deprecated_1=$.asm.gb).apply(null,arguments)},e5=$._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=function(){return(e5=$._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=$.asm.hb).apply(null,arguments)},e4=$._emscripten_bind_Decoder_DecodeBufferToMesh_2=function(){return(e4=$._emscripten_bind_Decoder_DecodeBufferToMesh_2=$.asm.ib).apply(null,arguments)},e7=$._emscripten_bind_Decoder___destroy___0=function(){return(e7=$._emscripten_bind_Decoder___destroy___0=$.asm.jb).apply(null,arguments)},e9=$._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=function(){return(e9=$._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=$.asm.kb).apply(null,arguments)},rt=$._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=function(){return(rt=$._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=$.asm.lb).apply(null,arguments)},re=$._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=function(){return(re=$._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=$.asm.mb).apply(null,arguments)},rr=$._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=function(){return(rr=$._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=$.asm.nb).apply(null,arguments)},rn=$._emscripten_enum_draco_GeometryAttribute_Type_INVALID=function(){return(rn=$._emscripten_enum_draco_GeometryAttribute_Type_INVALID=$.asm.ob).apply(null,arguments)},ro=$._emscripten_enum_draco_GeometryAttribute_Type_POSITION=function(){return(ro=$._emscripten_enum_draco_GeometryAttribute_Type_POSITION=$.asm.pb).apply(null,arguments)},r_=$._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=function(){return(r_=$._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=$.asm.qb).apply(null,arguments)},ri=$._emscripten_enum_draco_GeometryAttribute_Type_COLOR=function(){return(ri=$._emscripten_enum_draco_GeometryAttribute_Type_COLOR=$.asm.rb).apply(null,arguments)},rp=$._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=function(){return(rp=$._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=$.asm.sb).apply(null,arguments)},ra=$._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=function(){return(ra=$._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=$.asm.tb).apply(null,arguments)},rc=$._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=function(){return(rc=$._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=$.asm.ub).apply(null,arguments)},rs=$._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=function(){return(rs=$._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=$.asm.vb).apply(null,arguments)},ru=$._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=function(){return(ru=$._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=$.asm.wb).apply(null,arguments)},ry=$._emscripten_enum_draco_DataType_DT_INVALID=function(){return(ry=$._emscripten_enum_draco_DataType_DT_INVALID=$.asm.xb).apply(null,arguments)},rl=$._emscripten_enum_draco_DataType_DT_INT8=function(){return(rl=$._emscripten_enum_draco_DataType_DT_INT8=$.asm.yb).apply(null,arguments)},rm=$._emscripten_enum_draco_DataType_DT_UINT8=function(){return(rm=$._emscripten_enum_draco_DataType_DT_UINT8=$.asm.zb).apply(null,arguments)},rf=$._emscripten_enum_draco_DataType_DT_INT16=function(){return(rf=$._emscripten_enum_draco_DataType_DT_INT16=$.asm.Ab).apply(null,arguments)},rd=$._emscripten_enum_draco_DataType_DT_UINT16=function(){return(rd=$._emscripten_enum_draco_DataType_DT_UINT16=$.asm.Bb).apply(null,arguments)},rb=$._emscripten_enum_draco_DataType_DT_INT32=function(){return(rb=$._emscripten_enum_draco_DataType_DT_INT32=$.asm.Cb).apply(null,arguments)},rh=$._emscripten_enum_draco_DataType_DT_UINT32=function(){return(rh=$._emscripten_enum_draco_DataType_DT_UINT32=$.asm.Db).apply(null,arguments)},rA=$._emscripten_enum_draco_DataType_DT_INT64=function(){return(rA=$._emscripten_enum_draco_DataType_DT_INT64=$.asm.Eb).apply(null,arguments)},rT=$._emscripten_enum_draco_DataType_DT_UINT64=function(){return(rT=$._emscripten_enum_draco_DataType_DT_UINT64=$.asm.Fb).apply(null,arguments)},rD=$._emscripten_enum_draco_DataType_DT_FLOAT32=function(){return(rD=$._emscripten_enum_draco_DataType_DT_FLOAT32=$.asm.Gb).apply(null,arguments)},rI=$._emscripten_enum_draco_DataType_DT_FLOAT64=function(){return(rI=$._emscripten_enum_draco_DataType_DT_FLOAT64=$.asm.Hb).apply(null,arguments)},rj=$._emscripten_enum_draco_DataType_DT_BOOL=function(){return(rj=$._emscripten_enum_draco_DataType_DT_BOOL=$.asm.Ib).apply(null,arguments)},rE=$._emscripten_enum_draco_DataType_DT_TYPES_COUNT=function(){return(rE=$._emscripten_enum_draco_DataType_DT_TYPES_COUNT=$.asm.Jb).apply(null,arguments)},rG=$._emscripten_enum_draco_StatusCode_OK=function(){return(rG=$._emscripten_enum_draco_StatusCode_OK=$.asm.Kb).apply(null,arguments)},rO=$._emscripten_enum_draco_StatusCode_DRACO_ERROR=function(){return(rO=$._emscripten_enum_draco_StatusCode_DRACO_ERROR=$.asm.Lb).apply(null,arguments)},rv=$._emscripten_enum_draco_StatusCode_IO_ERROR=function(){return(rv=$._emscripten_enum_draco_StatusCode_IO_ERROR=$.asm.Mb).apply(null,arguments)},rP=$._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=function(){return(rP=$._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=$.asm.Nb).apply(null,arguments)},rR=$._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=function(){return(rR=$._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=$.asm.Ob).apply(null,arguments)},rS=$._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=function(){return(rS=$._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=$.asm.Pb).apply(null,arguments)};$._malloc=function(){return($._malloc=$.asm.Qb).apply(null,arguments)},$._free=function(){return($._free=$.asm.Rb).apply(null,arguments)};var rM=function(){return(rM=$.asm.Sb).apply(null,arguments)};if($.___start_em_js=11660,$.___stop_em_js=11758,ty=function t(){F||a(),F||(ty=t)},$.preInit)for("function"==typeof $.preInit&&($.preInit=[$.preInit]);0<$.preInit.length;)$.preInit.pop()();a(),c.prototype=Object.create(c.prototype),c.prototype.constructor=c,c.prototype.__class__=c,c.__cache__={},$.WrapperObject=c,$.getCache=s,$.wrapPointer=u,$.castObject=function(t,e){return u(t.ptr,e)},$.NULL=u(0),$.destroy=function(t){if(!t.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";t.__destroy__(),delete s(t.__class__)[t.ptr]},$.compare=function(t,e){return t.ptr===e.ptr},$.getPointer=function(t){return t.ptr},$.getClass=function(t){return t.__class__};var rN={buffer:0,size:0,pos:0,temps:[],needed:0,prepare:function(){if(rN.needed){for(var t=0;t<rN.temps.length;t++)$._free(rN.temps[t]);rN.temps.length=0,$._free(rN.buffer),rN.buffer=0,rN.size+=rN.needed,rN.needed=0}rN.buffer||(rN.size+=128,rN.buffer=$._malloc(rN.size),rN.buffer||o(void 0)),rN.pos=0},alloc:function(t,e){return rN.buffer||o(void 0),t=(t=t.length*e.BYTES_PER_ELEMENT)+7&-8,rN.pos+t>=rN.size?(0<t||o(void 0),rN.needed+=t,e=$._malloc(t),rN.temps.push(e)):(e=rN.buffer+rN.pos,rN.pos+=t),e},copy:function(t,e,r){switch(r>>>=0,e.BYTES_PER_ELEMENT){case 2:r>>>=1;break;case 4:r>>>=2;break;case 8:r>>>=3}for(var n=0;n<t.length;n++)e[r+n]=t[n]}};function rU(){$.ATTRIBUTE_INVALID_TRANSFORM=e9(),$.ATTRIBUTE_NO_TRANSFORM=rt(),$.ATTRIBUTE_QUANTIZATION_TRANSFORM=re(),$.ATTRIBUTE_OCTAHEDRON_TRANSFORM=rr(),$.INVALID=rn(),$.POSITION=ro(),$.NORMAL=r_(),$.COLOR=ri(),$.TEX_COORD=rp(),$.GENERIC=ra(),$.INVALID_GEOMETRY_TYPE=rc(),$.POINT_CLOUD=rs(),$.TRIANGULAR_MESH=ru(),$.DT_INVALID=ry(),$.DT_INT8=rl(),$.DT_UINT8=rm(),$.DT_INT16=rf(),$.DT_UINT16=rd(),$.DT_INT32=rb(),$.DT_UINT32=rh(),$.DT_INT64=rA(),$.DT_UINT64=rT(),$.DT_FLOAT32=rD(),$.DT_FLOAT64=rI(),$.DT_BOOL=rj(),$.DT_TYPES_COUNT=rE(),$.OK=rG(),$.DRACO_ERROR=rO(),$.IO_ERROR=rv(),$.INVALID_PARAMETER=rP(),$.UNSUPPORTED_VERSION=rR(),$.UNKNOWN_VERSION=rS()}return m.prototype=Object.create(c.prototype),m.prototype.constructor=m,m.prototype.__class__=m,m.__cache__={},$.VoidPtr=m,m.prototype.__destroy__=m.prototype.__destroy__=function(){td(this.ptr)},f.prototype=Object.create(c.prototype),f.prototype.constructor=f,f.prototype.__class__=f,f.__cache__={},$.DecoderBuffer=f,f.prototype.Init=f.prototype.Init=function(t,e){var r=this.ptr;rN.prepare(),"object"==typeof t&&(t=l(t)),e&&"object"==typeof e&&(e=e.ptr),th(r,t,e)},f.prototype.__destroy__=f.prototype.__destroy__=function(){tA(this.ptr)},d.prototype=Object.create(c.prototype),d.prototype.constructor=d,d.prototype.__class__=d,d.__cache__={},$.AttributeTransformData=d,d.prototype.transform_type=d.prototype.transform_type=function(){return tD(this.ptr)},d.prototype.__destroy__=d.prototype.__destroy__=function(){tI(this.ptr)},b.prototype=Object.create(c.prototype),b.prototype.constructor=b,b.prototype.__class__=b,b.__cache__={},$.GeometryAttribute=b,b.prototype.__destroy__=b.prototype.__destroy__=function(){tE(this.ptr)},h.prototype=Object.create(c.prototype),h.prototype.constructor=h,h.prototype.__class__=h,h.__cache__={},$.PointAttribute=h,h.prototype.size=h.prototype.size=function(){return tO(this.ptr)},h.prototype.GetAttributeTransformData=h.prototype.GetAttributeTransformData=function(){return u(tv(this.ptr),d)},h.prototype.attribute_type=h.prototype.attribute_type=function(){return tP(this.ptr)},h.prototype.data_type=h.prototype.data_type=function(){return tR(this.ptr)},h.prototype.num_components=h.prototype.num_components=function(){return tS(this.ptr)},h.prototype.normalized=h.prototype.normalized=function(){return!!tM(this.ptr)},h.prototype.byte_stride=h.prototype.byte_stride=function(){return tN(this.ptr)},h.prototype.byte_offset=h.prototype.byte_offset=function(){return tU(this.ptr)},h.prototype.unique_id=h.prototype.unique_id=function(){return tg(this.ptr)},h.prototype.__destroy__=h.prototype.__destroy__=function(){tF(this.ptr)},A.prototype=Object.create(c.prototype),A.prototype.constructor=A,A.prototype.__class__=A,A.__cache__={},$.AttributeQuantizationTransform=A,A.prototype.InitFromAttribute=A.prototype.InitFromAttribute=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!tC(e,t)},A.prototype.quantization_bits=A.prototype.quantization_bits=function(){return t$(this.ptr)},A.prototype.min_value=A.prototype.min_value=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),tw(e,t)},A.prototype.range=A.prototype.range=function(){return tz(this.ptr)},A.prototype.__destroy__=A.prototype.__destroy__=function(){tV(this.ptr)},T.prototype=Object.create(c.prototype),T.prototype.constructor=T,T.prototype.__class__=T,T.__cache__={},$.AttributeOctahedronTransform=T,T.prototype.InitFromAttribute=T.prototype.InitFromAttribute=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!tW(e,t)},T.prototype.quantization_bits=T.prototype.quantization_bits=function(){return tx(this.ptr)},T.prototype.__destroy__=T.prototype.__destroy__=function(){tk(this.ptr)},D.prototype=Object.create(c.prototype),D.prototype.constructor=D,D.prototype.__class__=D,D.__cache__={},$.PointCloud=D,D.prototype.num_attributes=D.prototype.num_attributes=function(){return tY(this.ptr)},D.prototype.num_points=D.prototype.num_points=function(){return tH(this.ptr)},D.prototype.__destroy__=D.prototype.__destroy__=function(){tq(this.ptr)},I.prototype=Object.create(c.prototype),I.prototype.constructor=I,I.prototype.__class__=I,I.__cache__={},$.Mesh=I,I.prototype.num_faces=I.prototype.num_faces=function(){return tK(this.ptr)},I.prototype.num_attributes=I.prototype.num_attributes=function(){return tZ(this.ptr)},I.prototype.num_points=I.prototype.num_points=function(){return tJ(this.ptr)},I.prototype.__destroy__=I.prototype.__destroy__=function(){t0(this.ptr)},j.prototype=Object.create(c.prototype),j.prototype.constructor=j,j.prototype.__class__=j,j.__cache__={},$.Metadata=j,j.prototype.__destroy__=j.prototype.__destroy__=function(){t2(this.ptr)},E.prototype=Object.create(c.prototype),E.prototype.constructor=E,E.prototype.__class__=E,E.__cache__={},$.Status=E,E.prototype.code=E.prototype.code=function(){return t3(this.ptr)},E.prototype.ok=E.prototype.ok=function(){return!!t6(this.ptr)},E.prototype.error_msg=E.prototype.error_msg=function(){return r(t8(this.ptr))},E.prototype.__destroy__=E.prototype.__destroy__=function(){t5(this.ptr)},G.prototype=Object.create(c.prototype),G.prototype.constructor=G,G.prototype.__class__=G,G.__cache__={},$.DracoFloat32Array=G,G.prototype.GetValue=G.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),t7(e,t)},G.prototype.size=G.prototype.size=function(){return t9(this.ptr)},G.prototype.__destroy__=G.prototype.__destroy__=function(){et(this.ptr)},O.prototype=Object.create(c.prototype),O.prototype.constructor=O,O.prototype.__class__=O,O.__cache__={},$.DracoInt8Array=O,O.prototype.GetValue=O.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),er(e,t)},O.prototype.size=O.prototype.size=function(){return en(this.ptr)},O.prototype.__destroy__=O.prototype.__destroy__=function(){eo(this.ptr)},v.prototype=Object.create(c.prototype),v.prototype.constructor=v,v.prototype.__class__=v,v.__cache__={},$.DracoUInt8Array=v,v.prototype.GetValue=v.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),ei(e,t)},v.prototype.size=v.prototype.size=function(){return ep(this.ptr)},v.prototype.__destroy__=v.prototype.__destroy__=function(){ea(this.ptr)},P.prototype=Object.create(c.prototype),P.prototype.constructor=P,P.prototype.__class__=P,P.__cache__={},$.DracoInt16Array=P,P.prototype.GetValue=P.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),es(e,t)},P.prototype.size=P.prototype.size=function(){return eu(this.ptr)},P.prototype.__destroy__=P.prototype.__destroy__=function(){ey(this.ptr)},R.prototype=Object.create(c.prototype),R.prototype.constructor=R,R.prototype.__class__=R,R.__cache__={},$.DracoUInt16Array=R,R.prototype.GetValue=R.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),em(e,t)},R.prototype.size=R.prototype.size=function(){return ef(this.ptr)},R.prototype.__destroy__=R.prototype.__destroy__=function(){ed(this.ptr)},S.prototype=Object.create(c.prototype),S.prototype.constructor=S,S.prototype.__class__=S,S.__cache__={},$.DracoInt32Array=S,S.prototype.GetValue=S.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),eh(e,t)},S.prototype.size=S.prototype.size=function(){return eA(this.ptr)},S.prototype.__destroy__=S.prototype.__destroy__=function(){eT(this.ptr)},M.prototype=Object.create(c.prototype),M.prototype.constructor=M,M.prototype.__class__=M,M.__cache__={},$.DracoUInt32Array=M,M.prototype.GetValue=M.prototype.GetValue=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),eI(e,t)},M.prototype.size=M.prototype.size=function(){return ej(this.ptr)},M.prototype.__destroy__=M.prototype.__destroy__=function(){eE(this.ptr)},N.prototype=Object.create(c.prototype),N.prototype.constructor=N,N.prototype.__class__=N,N.__cache__={},$.MetadataQuerier=N,N.prototype.HasEntry=N.prototype.HasEntry=function(t,e){var r=this.ptr;return rN.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:y(e),!!eO(r,t,e)},N.prototype.GetIntEntry=N.prototype.GetIntEntry=function(t,e){var r=this.ptr;return rN.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:y(e),ev(r,t,e)},N.prototype.GetIntEntryArray=N.prototype.GetIntEntryArray=function(t,e,r){var n=this.ptr;rN.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:y(e),r&&"object"==typeof r&&(r=r.ptr),eP(n,t,e,r)},N.prototype.GetDoubleEntry=N.prototype.GetDoubleEntry=function(t,e){var r=this.ptr;return rN.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:y(e),eR(r,t,e)},N.prototype.GetStringEntry=N.prototype.GetStringEntry=function(t,e){var n=this.ptr;return rN.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:y(e),r(eS(n,t,e))},N.prototype.NumEntries=N.prototype.NumEntries=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),eM(e,t)},N.prototype.GetEntryName=N.prototype.GetEntryName=function(t,e){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r(eN(n,t,e))},N.prototype.__destroy__=N.prototype.__destroy__=function(){eU(this.ptr)},U.prototype=Object.create(c.prototype),U.prototype.constructor=U,U.prototype.__class__=U,U.__cache__={},$.Decoder=U,U.prototype.DecodeArrayToPointCloud=U.prototype.DecodeArrayToPointCloud=function(t,e,r){var n=this.ptr;return rN.prepare(),"object"==typeof t&&(t=l(t)),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),u(eF(n,t,e,r),E)},U.prototype.DecodeArrayToMesh=U.prototype.DecodeArrayToMesh=function(t,e,r){var n=this.ptr;return rN.prepare(),"object"==typeof t&&(t=l(t)),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),u(eL(n,t,e,r),E)},U.prototype.GetAttributeId=U.prototype.GetAttributeId=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),eC(r,t,e)},U.prototype.GetAttributeIdByName=U.prototype.GetAttributeIdByName=function(t,e){var r=this.ptr;return rN.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:y(e),e$(r,t,e)},U.prototype.GetAttributeIdByMetadataEntry=U.prototype.GetAttributeIdByMetadataEntry=function(t,e,r){var n=this.ptr;return rN.prepare(),t&&"object"==typeof t&&(t=t.ptr),e=e&&"object"==typeof e?e.ptr:y(e),r=r&&"object"==typeof r?r.ptr:y(r),ew(n,t,e,r)},U.prototype.GetAttribute=U.prototype.GetAttribute=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),u(ez(r,t,e),h)},U.prototype.GetAttributeByUniqueId=U.prototype.GetAttributeByUniqueId=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),u(eV(r,t,e),h)},U.prototype.GetMetadata=U.prototype.GetMetadata=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),u(eB(e,t),j)},U.prototype.GetAttributeMetadata=U.prototype.GetAttributeMetadata=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),u(eW(r,t,e),j)},U.prototype.GetFaceFromMesh=U.prototype.GetFaceFromMesh=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!ex(n,t,e,r)},U.prototype.GetTriangleStripsFromMesh=U.prototype.GetTriangleStripsFromMesh=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),ek(r,t,e)},U.prototype.GetTrianglesUInt16Array=U.prototype.GetTrianglesUInt16Array=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eQ(n,t,e,r)},U.prototype.GetTrianglesUInt32Array=U.prototype.GetTrianglesUInt32Array=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eY(n,t,e,r)},U.prototype.GetAttributeFloat=U.prototype.GetAttributeFloat=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eH(n,t,e,r)},U.prototype.GetAttributeFloatForAllPoints=U.prototype.GetAttributeFloatForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eq(n,t,e,r)},U.prototype.GetAttributeIntForAllPoints=U.prototype.GetAttributeIntForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eX(n,t,e,r)},U.prototype.GetAttributeInt8ForAllPoints=U.prototype.GetAttributeInt8ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eK(n,t,e,r)},U.prototype.GetAttributeUInt8ForAllPoints=U.prototype.GetAttributeUInt8ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eZ(n,t,e,r)},U.prototype.GetAttributeInt16ForAllPoints=U.prototype.GetAttributeInt16ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!eJ(n,t,e,r)},U.prototype.GetAttributeUInt16ForAllPoints=U.prototype.GetAttributeUInt16ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e0(n,t,e,r)},U.prototype.GetAttributeInt32ForAllPoints=U.prototype.GetAttributeInt32ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e1(n,t,e,r)},U.prototype.GetAttributeUInt32ForAllPoints=U.prototype.GetAttributeUInt32ForAllPoints=function(t,e,r){var n=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),!!e2(n,t,e,r)},U.prototype.GetAttributeDataArrayForAllPoints=U.prototype.GetAttributeDataArrayForAllPoints=function(t,e,r,n,o){var _=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),r&&"object"==typeof r&&(r=r.ptr),n&&"object"==typeof n&&(n=n.ptr),o&&"object"==typeof o&&(o=o.ptr),!!e3(_,t,e,r,n,o)},U.prototype.SkipAttributeTransform=U.prototype.SkipAttributeTransform=function(t){var e=this.ptr;t&&"object"==typeof t&&(t=t.ptr),e6(e,t)},U.prototype.GetEncodedGeometryType_Deprecated=U.prototype.GetEncodedGeometryType_Deprecated=function(t){var e=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e8(e,t)},U.prototype.DecodeBufferToPointCloud=U.prototype.DecodeBufferToPointCloud=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),u(e5(r,t,e),E)},U.prototype.DecodeBufferToMesh=U.prototype.DecodeBufferToMesh=function(t,e){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),e&&"object"==typeof e&&(e=e.ptr),u(e4(r,t,e),E)},U.prototype.__destroy__=U.prototype.__destroy__=function(){e7(this.ptr)},tc?rU():tp.unshift(rU),"function"==typeof $.onModuleParsed&&$.onModuleParsed(),$.Decoder.prototype.GetEncodedGeometryType=function(t){if(t.__class__&&t.__class__===$.DecoderBuffer)return $.Decoder.prototype.GetEncodedGeometryType_Deprecated(t);if(8>t.byteLength)return $.INVALID_GEOMETRY_TYPE;switch(t[7]){case 0:return $.POINT_CLOUD;case 1:return $.TRIANGULAR_MESH;default:return $.INVALID_GEOMETRY_TYPE}},e.ready}}();"object"==typeof exports&&"object"==typeof module?module.exports=DracoDecoderModule:"function"==typeof define&&define.amd?define([],function(){return DracoDecoderModule}):"object"==typeof exports&&(exports.DracoDecoderModule=DracoDecoderModule);
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@vizbl/shopify-room-viewer",
3
3
  "type": "module",
4
- "version": "0.0.13",
4
+ "version": "0.0.14",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -15,7 +15,7 @@
15
15
  "react-dom": "^19.2.0",
16
16
  "selector-observer": "^2.1.6",
17
17
  "zod": "^3.25.76",
18
- "@neurodyn/react-room-viewer": "0.0.13"
18
+ "@neurodyn/react-room-viewer": "0.0.14"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@rsbuild/core": "1.7.1",