@jdultra/threedtiles
Version:
An OGC 3DTiles viewer for Three.js
1 lines • 58.1 kB
JavaScript
var $jscomp=$jscomp||{};$jscomp.scope={},$jscomp.arrayIteratorImpl=function(t){var r=0;return function(){return r<t.length?{done:!1,value:t[r++]}:{done:!0}}},$jscomp.arrayIterator=function(t){return{next:$jscomp.arrayIteratorImpl(t)}},$jscomp.makeIterator=function(t){var r="undefined"!=typeof Symbol&&Symbol.iterator&&t[Symbol.iterator];return r?r.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 r=0;r<t.length;++r){var o=t[r];if(o&&o.Math==Math)return o}throw Error("Cannot find global object")},$jscomp.global=$jscomp.getGlobal(this),$jscomp.defineProperty=$jscomp.ASSUME_ES5||"function"==typeof Object.defineProperties?Object.defineProperty:function(t,r,o){return t==Array.prototype||t==Object.prototype||(t[r]=o.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,r){var o=$jscomp.propertyToPolyfillSymbol[r];return null==o?t[r]:void 0!==(o=t[o])?o:t[r]};$jscomp.polyfill=function(t,r,o,_){r&&($jscomp.ISOLATE_POLYFILLS?$jscomp.polyfillIsolated(t,r,o,_):$jscomp.polyfillUnisolated(t,r,o,_))},$jscomp.polyfillUnisolated=function(t,r,o,_){for(o=$jscomp.global,t=t.split("."),_=0;_<t.length-1;_++){var i=t[_];if(!(i in o))return;o=o[i]}(r=r(_=o[t=t[t.length-1]]))!=_&&null!=r&&$jscomp.defineProperty(o,t,{configurable:!0,writable:!0,value:r})},$jscomp.polyfillIsolated=function(t,r,o,_){var i=t.split(".");t=1===i.length,_=i[0],_=!t&&_ in $jscomp.polyfills?$jscomp.polyfills:$jscomp.global;for(var a=0;a<i.length-1;a++){var s=i[a];if(!(s in _))return;_=_[s]}i=i[i.length-1],null!=(r=r(o=$jscomp.IS_SYMBOL_NATIVE&&"es6"===o?_[i]:null))&&(t?$jscomp.defineProperty($jscomp.polyfills,i,{configurable:!0,writable:!0,value:r}):r!==o&&(void 0===$jscomp.propertyToPolyfillSymbol[i]&&(o=1e9*Math.random()>>>0,$jscomp.propertyToPolyfillSymbol[i]=$jscomp.IS_SYMBOL_NATIVE?$jscomp.global.Symbol(i):$jscomp.POLYFILL_PREFIX+o+"$"+i),$jscomp.defineProperty(_,$jscomp.propertyToPolyfillSymbol[i],{configurable:!0,writable:!0,value:r})))},$jscomp.polyfill("Promise",(function(t){function n(){this.batch_=null}function k(t){return t instanceof l?t:new l((function(r,o){r(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;n.prototype.asyncExecute=function(t){if(null==this.batch_){this.batch_=[];var r=this;this.asyncExecuteFunction((function(){r.executeBatch_()}))}this.batch_.push(t)};var r=$jscomp.global.setTimeout;n.prototype.asyncExecuteFunction=function(t){r(t,0)},n.prototype.executeBatch_=function(){for(;this.batch_&&this.batch_.length;){var t=this.batch_;this.batch_=[];for(var r=0;r<t.length;++r){var o=t[r];t[r]=null;try{o()}catch(t){this.asyncThrow_(t)}}}this.batch_=null},n.prototype.asyncThrow_=function(t){this.asyncExecuteFunction((function(){throw t}))};var l=function(t){this.state_=0,this.result_=void 0,this.onSettledCallbacks_=[],this.isRejectionHandled_=!1;var r=this.createResolveAndReject_();try{t(r.resolve,r.reject)}catch(t){r.reject(t)}};l.prototype.createResolveAndReject_=function(){function f(o){return function(_){r||(r=!0,o.call(t,_))}}var t=this,r=!1;return{resolve:f(this.resolveTo_),reject:f(this.reject_)}},l.prototype.resolveTo_=function(t){if(t===this)this.reject_(new TypeError("A Promise cannot resolve to itself"));else if(t instanceof l)this.settleSameAsPromise_(t);else{t:switch(typeof t){case"object":var r=null!=t;break t;case"function":r=!0;break t;default:r=!1}r?this.resolveToNonPromiseObj_(t):this.fulfill_(t)}},l.prototype.resolveToNonPromiseObj_=function(t){var r=void 0;try{r=t.then}catch(t){return void this.reject_(t)}"function"==typeof r?this.settleSameAsThenable_(r,t):this.fulfill_(t)},l.prototype.reject_=function(t){this.settle_(2,t)},l.prototype.fulfill_=function(t){this.settle_(1,t)},l.prototype.settle_=function(t,r){if(0!=this.state_)throw Error("Cannot settle("+t+", "+r+"): Promise already settled in state"+this.state_);this.state_=t,this.result_=r,2===this.state_&&this.scheduleUnhandledRejectionCheck_(),this.executeOnSettledCallbacks_()},l.prototype.scheduleUnhandledRejectionCheck_=function(){var t=this;r((function(){if(t.notifyUnhandledRejection_()){var r=$jscomp.global.console;void 0!==r&&r.error(t.result_)}}),1)},l.prototype.notifyUnhandledRejection_=function(){if(this.isRejectionHandled_)return!1;var t=$jscomp.global.CustomEvent,r=$jscomp.global.Event,o=$jscomp.global.dispatchEvent;return void 0===o||("function"==typeof t?t=new t("unhandledrejection",{cancelable:!0}):"function"==typeof r?t=new r("unhandledrejection",{cancelable:!0}):(t=$jscomp.global.document.createEvent("CustomEvent")).initCustomEvent("unhandledrejection",!1,!0,t),t.promise=this,t.reason=this.result_,o(t))},l.prototype.executeOnSettledCallbacks_=function(){if(null!=this.onSettledCallbacks_){for(var t=0;t<this.onSettledCallbacks_.length;++t)o.asyncExecute(this.onSettledCallbacks_[t]);this.onSettledCallbacks_=null}};var o=new n;return l.prototype.settleSameAsPromise_=function(t){var r=this.createResolveAndReject_();t.callWhenSettled_(r.resolve,r.reject)},l.prototype.settleSameAsThenable_=function(t,r){var o=this.createResolveAndReject_();try{t.call(r,o.resolve,o.reject)}catch(t){o.reject(t)}},l.prototype.then=function(t,r){function u(t,r){return"function"==typeof t?function(r){try{o(t(r))}catch(t){_(t)}}:r}var o,_,i=new l((function(t,r){o=t,_=r}));return this.callWhenSettled_(u(t,o),u(r,_)),i},l.prototype.catch=function(t){return this.then(void 0,t)},l.prototype.callWhenSettled_=function(t,r){function u(){switch(_.state_){case 1:t(_.result_);break;case 2:r(_.result_);break;default:throw Error("Unexpected state: "+_.state_)}}var _=this;null==this.onSettledCallbacks_?o.asyncExecute(u):this.onSettledCallbacks_.push(u),this.isRejectionHandled_=!0},l.resolve=k,l.reject=function(t){return new l((function(r,o){o(t)}))},l.race=function(t){return new l((function(r,o){for(var _=$jscomp.makeIterator(t),i=_.next();!i.done;i=_.next())k(i.value).callWhenSettled_(r,o)}))},l.all=function(t){var r=$jscomp.makeIterator(t),o=r.next();return o.done?k([]):new l((function(t,_){function v(r){return function(o){i[r]=o,0==--a&&t(i)}}var i=[],a=0;do{i.push(void 0),a++,k(o.value).callWhenSettled_(v(i.length-1),_),o=r.next()}while(!o.done)}))},l}),"es6","es3"),$jscomp.owns=function(t,r){return Object.prototype.hasOwnProperty.call(t,r)},$jscomp.assign=$jscomp.TRUST_ES6_POLYFILLS&&"function"==typeof Object.assign?Object.assign:function(t,r){for(var o=1;o<arguments.length;o++){var _=arguments[o];if(_)for(var i in _)$jscomp.owns(_,i)&&(t[i]=_[i])}return t},$jscomp.polyfill("Object.assign",(function(t){return t||$jscomp.assign}),"es6","es3"),$jscomp.checkStringArgs=function(t,r,o){if(null==t)throw new TypeError("The 'this' value for String.prototype."+o+" must not be null or undefined");if(r instanceof RegExp)throw new TypeError("First argument to String.prototype."+o+" must not be a regular expression");return t+""},$jscomp.polyfill("String.prototype.startsWith",(function(t){return t||function(t,r){var o=$jscomp.checkStringArgs(this,t,"startsWith");t+="";var _=o.length,i=t.length;r=Math.max(0,Math.min(0|r,o.length));for(var a=0;a<i&&r<_;)if(o[r++]!=t[a++])return!1;return a>=i}}),"es6","es3"),$jscomp.polyfill("Array.prototype.copyWithin",(function(t){function n(t){return 1/0===(t=Number(t))||-1/0===t?t:0|t}return t||function(t,r,o){var _=this.length;if(t=n(t),r=n(r),o=void 0===o?_:n(o),t=0>t?Math.max(_+t,0):Math.min(t,_),r=0>r?Math.max(_+r,0):Math.min(r,_),o=0>o?Math.max(_+o,0):Math.min(o,_),t<r)for(;r<o;)r in this?this[t++]=this[r++]:(delete this[t++],r++);else for(t+=(o=Math.min(o,_+r-t))-r;o>r;)--o in this?this[--t]=this[o]: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="undefined"!=typeof document&&document.currentScript?document.currentScript.src:void 0;return"undefined"!=typeof __filename&&(t=t||__filename),function(r){function p(t,r){if(t){var o=rt,_=t+r;for(r=t;o[r]&&!(r>=_);)++r;if(16<r-t&&o.buffer&&it)o=it.decode(o.subarray(t,r));else{for(_="";t<r;){var i=o[t++];if(128&i){var a=63&o[t++];if(192==(224&i))_+=String.fromCharCode((31&i)<<6|a);else{var s=63&o[t++];65536>(i=224==(240&i)?(15&i)<<12|a<<6|s:(7&i)<<18|a<<12|s<<6|63&o[t++])?_+=String.fromCharCode(i):(i-=65536,_+=String.fromCharCode(55296|i>>10,56320|1023&i))}}else _+=String.fromCharCode(i)}o=_}}else o="";return o}function l(){var t=tt.buffer;i.HEAP8=et=new Int8Array(t),i.HEAP16=new Int16Array(t),i.HEAP32=nt=new Int32Array(t),i.HEAPU8=rt=new Uint8Array(t),i.HEAPU16=new Uint16Array(t),i.HEAPU32=ot=new Uint32Array(t),i.HEAPF32=new Float32Array(t),i.HEAPF64=new Float64Array(t)}function y(t){throw i.onAbort&&i.onAbort(t),Y(t="Aborted("+t+")"),_t=!0,t=new WebAssembly.RuntimeError(t+". Build with -sASSERTIONS for more info."),_(t),t}function f(t){try{if(t==mt&&W)return new Uint8Array(W);if(ma)return ma(t);throw"both async and sync fetching of the wasm failed"}catch(t){y(t)}}function u(t){for(;0<t.length;)t.shift()(i)}function A(t){this.excPtr=t,this.ptr=t-24,this.set_type=function(t){ot[this.ptr+4>>2]=t},this.get_type=function(){return ot[this.ptr+4>>2]},this.set_destructor=function(t){ot[this.ptr+8>>2]=t},this.get_destructor=function(){return ot[this.ptr+8>>2]},this.set_refcount=function(t){nt[this.ptr>>2]=t},this.set_caught=function(t){et[this.ptr+12|0]=t?1:0},this.get_caught=function(){return 0!=et[this.ptr+12|0]},this.set_rethrown=function(t){et[this.ptr+13|0]=t?1:0},this.get_rethrown=function(){return 0!=et[this.ptr+13|0]},this.init=function(t,r){this.set_adjusted_ptr(0),this.set_type(t),this.set_destructor(r),this.set_refcount(0),this.set_caught(!1),this.set_rethrown(!1)},this.add_ref=function(){nt[this.ptr>>2]+=1},this.release_ref=function(){var t=nt[this.ptr>>2];return nt[this.ptr>>2]=t-1,1===t},this.set_adjusted_ptr=function(t){ot[this.ptr+16>>2]=t},this.get_adjusted_ptr=function(){return ot[this.ptr+16>>2]},this.get_exception_ptr=function(){if(ua(this.get_type()))return ot[this.excPtr>>2];var t=this.get_adjusted_ptr();return 0!==t?t:this.excPtr}}function F(){function e(){if(!Jr&&(Jr=!0,i.calledRun=!0,!_t)){if(st=!0,u(at),o(i),i.onRuntimeInitialized&&i.onRuntimeInitialized(),i.postRun)for("function"==typeof i.postRun&&(i.postRun=[i.postRun]);i.postRun.length;)ct.unshift(i.postRun.shift());u(ct)}}if(!(0<ut)){if(i.preRun)for("function"==typeof i.preRun&&(i.preRun=[i.preRun]);i.preRun.length;)pt.unshift(i.preRun.shift());u(pt),0<ut||(i.setStatus?(i.setStatus("Running..."),setTimeout((function(){setTimeout((function(){i.setStatus("")}),1),e()}),1)):e())}}function v(){}function w(t){return(t||v).__cache__}function B(t,r){var o=w(r),_=o[t];return _||((_=Object.create((r||v).prototype)).ptr=t,o[t]=_)}function R(t){if("string"==typeof t){for(var r=0,o=0;o<t.length;++o){var _=t.charCodeAt(o);127>=_?r++:2047>=_?r+=2:55296<=_&&57343>=_?(r+=4,++o):r+=3}if(o=0,0<(_=(r=Array(r+1)).length)){_=o+_-1;for(var i=0;i<t.length;++i){var a=t.charCodeAt(i);if(55296<=a&&57343>=a)a=65536+((1023&a)<<10)|1023&t.charCodeAt(++i);if(127>=a){if(o>=_)break;r[o++]=a}else{if(2047>=a){if(o+1>=_)break;r[o++]=192|a>>6}else{if(65535>=a){if(o+2>=_)break;r[o++]=224|a>>12}else{if(o+3>=_)break;r[o++]=240|a>>18,r[o++]=128|a>>12&63}r[o++]=128|a>>6&63}r[o++]=128|63&a}}r[o]=0}return t=Xr.alloc(r,et),Xr.copy(r,et,t),t}return t}function Z(t){if("object"==typeof t){var r=Xr.alloc(t,et);return Xr.copy(t,et,r),r}return t}function X(){throw"cannot construct a VoidPtr, no constructor in IDL"}function S(){this.ptr=bt(),w(S)[this.ptr]=this}function Q(){this.ptr=Tt(),w(Q)[this.ptr]=this}function V(){this.ptr=jt(),w(V)[this.ptr]=this}function x(){this.ptr=Et(),w(x)[this.ptr]=this}function D(){this.ptr=Ct(),w(D)[this.ptr]=this}function G(){this.ptr=Bt(),w(G)[this.ptr]=this}function H(){this.ptr=kt(),w(H)[this.ptr]=this}function E(){this.ptr=Kt(),w(E)[this.ptr]=this}function T(){this.ptr=ee(),w(T)[this.ptr]=this}function C(){throw"cannot construct a Status, no constructor in IDL"}function I(){this.ptr=pe(),w(I)[this.ptr]=this}function J(){this.ptr=ue(),w(J)[this.ptr]=this}function K(){this.ptr=fe(),w(K)[this.ptr]=this}function L(){this.ptr=Ae(),w(L)[this.ptr]=this}function M(){this.ptr=je(),w(M)[this.ptr]=this}function N(){this.ptr=Oe(),w(N)[this.ptr]=this}function O(){this.ptr=Me(),w(O)[this.ptr]=this}function z(){this.ptr=Fe(),w(z)[this.ptr]=this}function m(){this.ptr=Qe(),w(m)[this.ptr]=this}var o,_,i=void 0!==(r=void 0===r?{}:r)?r:{};i.ready=new Promise((function(t,r){o=t,_=r}));var a=!1,s=!1;i.onRuntimeInitialized=function(){a=!0,s&&"function"==typeof i.onModuleLoaded&&i.onModuleLoaded(i)},i.onModuleParsed=function(){s=!0,a&&"function"==typeof i.onModuleLoaded&&i.onModuleLoaded(i)},i.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 d=Object.assign({},i),h="object"==typeof window,j="function"==typeof importScripts,P="object"==typeof process&&"object"==typeof process.versions&&"string"==typeof process.versions.node,U="";if(P){var g=require("fs"),$=require("path");U=j?$.dirname(U)+"/":__dirname+"/";var Wa=function(t,r){return t=t.startsWith("file://")?new URL(t):$.normalize(t),g.readFileSync(t,r?void 0:"utf8")},ma=function(t){return(t=Wa(t,!0)).buffer||(t=new Uint8Array(t)),t},na=function(t,r,o){t=t.startsWith("file://")?new URL(t):$.normalize(t),g.readFile(t,(function(t,_){t?o(t):r(_.buffer)}))};1<process.argv.length&&process.argv[1].replace(/\\/g,"/"),process.argv.slice(2),i.inspect=function(){return"[Emscripten Module object]"}}else(h||j)&&(j?U=self.location.href:"undefined"!=typeof document&&document.currentScript&&(U=document.currentScript.src),t&&(U=t),U=0!==U.indexOf("blob:")?U.substr(0,U.replace(/[?#].*/,"").lastIndexOf("/")+1):"",Wa=function(t){var r=new XMLHttpRequest;return r.open("GET",t,!1),r.send(null),r.responseText},j&&(ma=function(t){var r=new XMLHttpRequest;return r.open("GET",t,!1),r.responseType="arraybuffer",r.send(null),new Uint8Array(r.response)}),na=function(t,r,o){var _=new XMLHttpRequest;_.open("GET",t,!0),_.responseType="arraybuffer",_.onload=function(){200==_.status||0==_.status&&_.response?r(_.response):o()},_.onerror=o,_.send(null)});i.print||console.log.bind(console);var W,Y=i.printErr||console.warn.bind(console);Object.assign(i,d),d=null,i.wasmBinary&&(W=i.wasmBinary),"object"!=typeof WebAssembly&&y("no native wasm support detected");var tt,et,rt,nt,ot,_t=!1,it="undefined"!=typeof TextDecoder?new TextDecoder("utf8"):void 0,pt=[],at=[],ct=[],st=!1,ut=0,yt=null,lt=null,mt="draco_decoder_gltf.wasm";mt.startsWith("data:application/octet-stream;base64,")||(mt=function k(t){return i.locateFile?i.locateFile(t,U):U+t}(mt));var ft={b:function(t,r,o){throw new A(t).init(r,o),t},a:function(){y("")},d:function(t,r,o){rt.copyWithin(t,r,r+o)},c:function(t){var r=rt.length;if(2147483648<(t>>>=0))return!1;for(var o=1;4>=o;o*=2){var _=r*(1+.2/o);_=Math.min(_,t+100663296);var i=Math;_=Math.max(t,_),i=i.min.call(i,2147483648,_+(65536-_%65536)%65536);t:{_=tt.buffer;try{tt.grow(i-_.byteLength+65535>>>16),l();var a=1;break t}catch(t){}a=void 0}if(a)return!0}return!1}};!function(){function e(t,r){i.asm=t.exports,tt=i.asm.e,l(),at.unshift(i.asm.f),ut--,i.monitorRunDependencies&&i.monitorRunDependencies(ut),0==ut&&(null!==yt&&(clearInterval(yt),yt=null),lt&&(t=lt,lt=null,t()))}function b(t){e(t.instance)}function c(r){return function q(){if(!W&&(h||j)){if("function"==typeof fetch&&!mt.startsWith("file://"))return fetch(mt,{credentials:"same-origin"}).then((function(t){if(!t.ok)throw"failed to load wasm binary file at '"+mt+"'";return t.arrayBuffer()})).catch((function(){return f(mt)}));if(na)return new Promise((function(t,r){na(mt,(function(r){t(new Uint8Array(r))}),r)}))}return Promise.resolve().then((function(){return f(mt)}))}().then((function(r){return WebAssembly.instantiate(r,t)})).then((function(t){return t})).then(r,(function(t){Y("failed to asynchronously prepare wasm: "+t),y(t)}))}var t={a:ft};if(ut++,i.monitorRunDependencies&&i.monitorRunDependencies(ut),i.instantiateWasm)try{return i.instantiateWasm(t,e)}catch(t){Y("Module.instantiateWasm callback failed with error: "+t),_(t)}(W||"function"!=typeof WebAssembly.instantiateStreaming||mt.startsWith("data:application/octet-stream;base64,")||mt.startsWith("file://")||P||"function"!=typeof fetch?c(b):fetch(mt,{credentials:"same-origin"}).then((function(r){return WebAssembly.instantiateStreaming(r,t).then(b,(function(t){return Y("wasm streaming compile failed: "+t),Y("falling back to ArrayBuffer instantiation"),c(b)}))}))).catch(_)}();var dt=i._emscripten_bind_VoidPtr___destroy___0=function(){return(dt=i._emscripten_bind_VoidPtr___destroy___0=i.asm.h).apply(null,arguments)},bt=i._emscripten_bind_DecoderBuffer_DecoderBuffer_0=function(){return(bt=i._emscripten_bind_DecoderBuffer_DecoderBuffer_0=i.asm.i).apply(null,arguments)},ht=i._emscripten_bind_DecoderBuffer_Init_2=function(){return(ht=i._emscripten_bind_DecoderBuffer_Init_2=i.asm.j).apply(null,arguments)},At=i._emscripten_bind_DecoderBuffer___destroy___0=function(){return(At=i._emscripten_bind_DecoderBuffer___destroy___0=i.asm.k).apply(null,arguments)},Tt=i._emscripten_bind_AttributeTransformData_AttributeTransformData_0=function(){return(Tt=i._emscripten_bind_AttributeTransformData_AttributeTransformData_0=i.asm.l).apply(null,arguments)},Dt=i._emscripten_bind_AttributeTransformData_transform_type_0=function(){return(Dt=i._emscripten_bind_AttributeTransformData_transform_type_0=i.asm.m).apply(null,arguments)},It=i._emscripten_bind_AttributeTransformData___destroy___0=function(){return(It=i._emscripten_bind_AttributeTransformData___destroy___0=i.asm.n).apply(null,arguments)},jt=i._emscripten_bind_GeometryAttribute_GeometryAttribute_0=function(){return(jt=i._emscripten_bind_GeometryAttribute_GeometryAttribute_0=i.asm.o).apply(null,arguments)},vt=i._emscripten_bind_GeometryAttribute___destroy___0=function(){return(vt=i._emscripten_bind_GeometryAttribute___destroy___0=i.asm.p).apply(null,arguments)},Et=i._emscripten_bind_PointAttribute_PointAttribute_0=function(){return(Et=i._emscripten_bind_PointAttribute_PointAttribute_0=i.asm.q).apply(null,arguments)},Gt=i._emscripten_bind_PointAttribute_size_0=function(){return(Gt=i._emscripten_bind_PointAttribute_size_0=i.asm.r).apply(null,arguments)},Ot=i._emscripten_bind_PointAttribute_GetAttributeTransformData_0=function(){return(Ot=i._emscripten_bind_PointAttribute_GetAttributeTransformData_0=i.asm.s).apply(null,arguments)},Pt=i._emscripten_bind_PointAttribute_attribute_type_0=function(){return(Pt=i._emscripten_bind_PointAttribute_attribute_type_0=i.asm.t).apply(null,arguments)},Rt=i._emscripten_bind_PointAttribute_data_type_0=function(){return(Rt=i._emscripten_bind_PointAttribute_data_type_0=i.asm.u).apply(null,arguments)},St=i._emscripten_bind_PointAttribute_num_components_0=function(){return(St=i._emscripten_bind_PointAttribute_num_components_0=i.asm.v).apply(null,arguments)},Mt=i._emscripten_bind_PointAttribute_normalized_0=function(){return(Mt=i._emscripten_bind_PointAttribute_normalized_0=i.asm.w).apply(null,arguments)},Nt=i._emscripten_bind_PointAttribute_byte_stride_0=function(){return(Nt=i._emscripten_bind_PointAttribute_byte_stride_0=i.asm.x).apply(null,arguments)},Ut=i._emscripten_bind_PointAttribute_byte_offset_0=function(){return(Ut=i._emscripten_bind_PointAttribute_byte_offset_0=i.asm.y).apply(null,arguments)},gt=i._emscripten_bind_PointAttribute_unique_id_0=function(){return(gt=i._emscripten_bind_PointAttribute_unique_id_0=i.asm.z).apply(null,arguments)},Ft=i._emscripten_bind_PointAttribute___destroy___0=function(){return(Ft=i._emscripten_bind_PointAttribute___destroy___0=i.asm.A).apply(null,arguments)},Ct=i._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=function(){return(Ct=i._emscripten_bind_AttributeQuantizationTransform_AttributeQuantizationTransform_0=i.asm.B).apply(null,arguments)},Lt=i._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=function(){return(Lt=i._emscripten_bind_AttributeQuantizationTransform_InitFromAttribute_1=i.asm.C).apply(null,arguments)},wt=i._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=function(){return(wt=i._emscripten_bind_AttributeQuantizationTransform_quantization_bits_0=i.asm.D).apply(null,arguments)},$t=i._emscripten_bind_AttributeQuantizationTransform_min_value_1=function(){return($t=i._emscripten_bind_AttributeQuantizationTransform_min_value_1=i.asm.E).apply(null,arguments)},zt=i._emscripten_bind_AttributeQuantizationTransform_range_0=function(){return(zt=i._emscripten_bind_AttributeQuantizationTransform_range_0=i.asm.F).apply(null,arguments)},Vt=i._emscripten_bind_AttributeQuantizationTransform___destroy___0=function(){return(Vt=i._emscripten_bind_AttributeQuantizationTransform___destroy___0=i.asm.G).apply(null,arguments)},Bt=i._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=function(){return(Bt=i._emscripten_bind_AttributeOctahedronTransform_AttributeOctahedronTransform_0=i.asm.H).apply(null,arguments)},xt=i._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=function(){return(xt=i._emscripten_bind_AttributeOctahedronTransform_InitFromAttribute_1=i.asm.I).apply(null,arguments)},Qt=i._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=function(){return(Qt=i._emscripten_bind_AttributeOctahedronTransform_quantization_bits_0=i.asm.J).apply(null,arguments)},Wt=i._emscripten_bind_AttributeOctahedronTransform___destroy___0=function(){return(Wt=i._emscripten_bind_AttributeOctahedronTransform___destroy___0=i.asm.K).apply(null,arguments)},kt=i._emscripten_bind_PointCloud_PointCloud_0=function(){return(kt=i._emscripten_bind_PointCloud_PointCloud_0=i.asm.L).apply(null,arguments)},Ht=i._emscripten_bind_PointCloud_num_attributes_0=function(){return(Ht=i._emscripten_bind_PointCloud_num_attributes_0=i.asm.M).apply(null,arguments)},Yt=i._emscripten_bind_PointCloud_num_points_0=function(){return(Yt=i._emscripten_bind_PointCloud_num_points_0=i.asm.N).apply(null,arguments)},qt=i._emscripten_bind_PointCloud___destroy___0=function(){return(qt=i._emscripten_bind_PointCloud___destroy___0=i.asm.O).apply(null,arguments)},Kt=i._emscripten_bind_Mesh_Mesh_0=function(){return(Kt=i._emscripten_bind_Mesh_Mesh_0=i.asm.P).apply(null,arguments)},Jt=i._emscripten_bind_Mesh_num_faces_0=function(){return(Jt=i._emscripten_bind_Mesh_num_faces_0=i.asm.Q).apply(null,arguments)},Xt=i._emscripten_bind_Mesh_num_attributes_0=function(){return(Xt=i._emscripten_bind_Mesh_num_attributes_0=i.asm.R).apply(null,arguments)},Zt=i._emscripten_bind_Mesh_num_points_0=function(){return(Zt=i._emscripten_bind_Mesh_num_points_0=i.asm.S).apply(null,arguments)},te=i._emscripten_bind_Mesh___destroy___0=function(){return(te=i._emscripten_bind_Mesh___destroy___0=i.asm.T).apply(null,arguments)},ee=i._emscripten_bind_Metadata_Metadata_0=function(){return(ee=i._emscripten_bind_Metadata_Metadata_0=i.asm.U).apply(null,arguments)},re=i._emscripten_bind_Metadata___destroy___0=function(){return(re=i._emscripten_bind_Metadata___destroy___0=i.asm.V).apply(null,arguments)},ne=i._emscripten_bind_Status_code_0=function(){return(ne=i._emscripten_bind_Status_code_0=i.asm.W).apply(null,arguments)},oe=i._emscripten_bind_Status_ok_0=function(){return(oe=i._emscripten_bind_Status_ok_0=i.asm.X).apply(null,arguments)},_e=i._emscripten_bind_Status_error_msg_0=function(){return(_e=i._emscripten_bind_Status_error_msg_0=i.asm.Y).apply(null,arguments)},ie=i._emscripten_bind_Status___destroy___0=function(){return(ie=i._emscripten_bind_Status___destroy___0=i.asm.Z).apply(null,arguments)},pe=i._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=function(){return(pe=i._emscripten_bind_DracoFloat32Array_DracoFloat32Array_0=i.asm._).apply(null,arguments)},ae=i._emscripten_bind_DracoFloat32Array_GetValue_1=function(){return(ae=i._emscripten_bind_DracoFloat32Array_GetValue_1=i.asm.$).apply(null,arguments)},ce=i._emscripten_bind_DracoFloat32Array_size_0=function(){return(ce=i._emscripten_bind_DracoFloat32Array_size_0=i.asm.aa).apply(null,arguments)},se=i._emscripten_bind_DracoFloat32Array___destroy___0=function(){return(se=i._emscripten_bind_DracoFloat32Array___destroy___0=i.asm.ba).apply(null,arguments)},ue=i._emscripten_bind_DracoInt8Array_DracoInt8Array_0=function(){return(ue=i._emscripten_bind_DracoInt8Array_DracoInt8Array_0=i.asm.ca).apply(null,arguments)},ye=i._emscripten_bind_DracoInt8Array_GetValue_1=function(){return(ye=i._emscripten_bind_DracoInt8Array_GetValue_1=i.asm.da).apply(null,arguments)},le=i._emscripten_bind_DracoInt8Array_size_0=function(){return(le=i._emscripten_bind_DracoInt8Array_size_0=i.asm.ea).apply(null,arguments)},me=i._emscripten_bind_DracoInt8Array___destroy___0=function(){return(me=i._emscripten_bind_DracoInt8Array___destroy___0=i.asm.fa).apply(null,arguments)},fe=i._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=function(){return(fe=i._emscripten_bind_DracoUInt8Array_DracoUInt8Array_0=i.asm.ga).apply(null,arguments)},de=i._emscripten_bind_DracoUInt8Array_GetValue_1=function(){return(de=i._emscripten_bind_DracoUInt8Array_GetValue_1=i.asm.ha).apply(null,arguments)},be=i._emscripten_bind_DracoUInt8Array_size_0=function(){return(be=i._emscripten_bind_DracoUInt8Array_size_0=i.asm.ia).apply(null,arguments)},he=i._emscripten_bind_DracoUInt8Array___destroy___0=function(){return(he=i._emscripten_bind_DracoUInt8Array___destroy___0=i.asm.ja).apply(null,arguments)},Ae=i._emscripten_bind_DracoInt16Array_DracoInt16Array_0=function(){return(Ae=i._emscripten_bind_DracoInt16Array_DracoInt16Array_0=i.asm.ka).apply(null,arguments)},Te=i._emscripten_bind_DracoInt16Array_GetValue_1=function(){return(Te=i._emscripten_bind_DracoInt16Array_GetValue_1=i.asm.la).apply(null,arguments)},De=i._emscripten_bind_DracoInt16Array_size_0=function(){return(De=i._emscripten_bind_DracoInt16Array_size_0=i.asm.ma).apply(null,arguments)},Ie=i._emscripten_bind_DracoInt16Array___destroy___0=function(){return(Ie=i._emscripten_bind_DracoInt16Array___destroy___0=i.asm.na).apply(null,arguments)},je=i._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=function(){return(je=i._emscripten_bind_DracoUInt16Array_DracoUInt16Array_0=i.asm.oa).apply(null,arguments)},ve=i._emscripten_bind_DracoUInt16Array_GetValue_1=function(){return(ve=i._emscripten_bind_DracoUInt16Array_GetValue_1=i.asm.pa).apply(null,arguments)},Ee=i._emscripten_bind_DracoUInt16Array_size_0=function(){return(Ee=i._emscripten_bind_DracoUInt16Array_size_0=i.asm.qa).apply(null,arguments)},Ge=i._emscripten_bind_DracoUInt16Array___destroy___0=function(){return(Ge=i._emscripten_bind_DracoUInt16Array___destroy___0=i.asm.ra).apply(null,arguments)},Oe=i._emscripten_bind_DracoInt32Array_DracoInt32Array_0=function(){return(Oe=i._emscripten_bind_DracoInt32Array_DracoInt32Array_0=i.asm.sa).apply(null,arguments)},Pe=i._emscripten_bind_DracoInt32Array_GetValue_1=function(){return(Pe=i._emscripten_bind_DracoInt32Array_GetValue_1=i.asm.ta).apply(null,arguments)},Re=i._emscripten_bind_DracoInt32Array_size_0=function(){return(Re=i._emscripten_bind_DracoInt32Array_size_0=i.asm.ua).apply(null,arguments)},Se=i._emscripten_bind_DracoInt32Array___destroy___0=function(){return(Se=i._emscripten_bind_DracoInt32Array___destroy___0=i.asm.va).apply(null,arguments)},Me=i._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=function(){return(Me=i._emscripten_bind_DracoUInt32Array_DracoUInt32Array_0=i.asm.wa).apply(null,arguments)},Ne=i._emscripten_bind_DracoUInt32Array_GetValue_1=function(){return(Ne=i._emscripten_bind_DracoUInt32Array_GetValue_1=i.asm.xa).apply(null,arguments)},Ue=i._emscripten_bind_DracoUInt32Array_size_0=function(){return(Ue=i._emscripten_bind_DracoUInt32Array_size_0=i.asm.ya).apply(null,arguments)},ge=i._emscripten_bind_DracoUInt32Array___destroy___0=function(){return(ge=i._emscripten_bind_DracoUInt32Array___destroy___0=i.asm.za).apply(null,arguments)},Fe=i._emscripten_bind_MetadataQuerier_MetadataQuerier_0=function(){return(Fe=i._emscripten_bind_MetadataQuerier_MetadataQuerier_0=i.asm.Aa).apply(null,arguments)},Ce=i._emscripten_bind_MetadataQuerier_HasEntry_2=function(){return(Ce=i._emscripten_bind_MetadataQuerier_HasEntry_2=i.asm.Ba).apply(null,arguments)},Le=i._emscripten_bind_MetadataQuerier_GetIntEntry_2=function(){return(Le=i._emscripten_bind_MetadataQuerier_GetIntEntry_2=i.asm.Ca).apply(null,arguments)},we=i._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=function(){return(we=i._emscripten_bind_MetadataQuerier_GetIntEntryArray_3=i.asm.Da).apply(null,arguments)},$e=i._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=function(){return($e=i._emscripten_bind_MetadataQuerier_GetDoubleEntry_2=i.asm.Ea).apply(null,arguments)},ze=i._emscripten_bind_MetadataQuerier_GetStringEntry_2=function(){return(ze=i._emscripten_bind_MetadataQuerier_GetStringEntry_2=i.asm.Fa).apply(null,arguments)},Ve=i._emscripten_bind_MetadataQuerier_NumEntries_1=function(){return(Ve=i._emscripten_bind_MetadataQuerier_NumEntries_1=i.asm.Ga).apply(null,arguments)},Be=i._emscripten_bind_MetadataQuerier_GetEntryName_2=function(){return(Be=i._emscripten_bind_MetadataQuerier_GetEntryName_2=i.asm.Ha).apply(null,arguments)},xe=i._emscripten_bind_MetadataQuerier___destroy___0=function(){return(xe=i._emscripten_bind_MetadataQuerier___destroy___0=i.asm.Ia).apply(null,arguments)},Qe=i._emscripten_bind_Decoder_Decoder_0=function(){return(Qe=i._emscripten_bind_Decoder_Decoder_0=i.asm.Ja).apply(null,arguments)},We=i._emscripten_bind_Decoder_DecodeArrayToPointCloud_3=function(){return(We=i._emscripten_bind_Decoder_DecodeArrayToPointCloud_3=i.asm.Ka).apply(null,arguments)},ke=i._emscripten_bind_Decoder_DecodeArrayToMesh_3=function(){return(ke=i._emscripten_bind_Decoder_DecodeArrayToMesh_3=i.asm.La).apply(null,arguments)},He=i._emscripten_bind_Decoder_GetAttributeId_2=function(){return(He=i._emscripten_bind_Decoder_GetAttributeId_2=i.asm.Ma).apply(null,arguments)},Ye=i._emscripten_bind_Decoder_GetAttributeIdByName_2=function(){return(Ye=i._emscripten_bind_Decoder_GetAttributeIdByName_2=i.asm.Na).apply(null,arguments)},qe=i._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=function(){return(qe=i._emscripten_bind_Decoder_GetAttributeIdByMetadataEntry_3=i.asm.Oa).apply(null,arguments)},Ke=i._emscripten_bind_Decoder_GetAttribute_2=function(){return(Ke=i._emscripten_bind_Decoder_GetAttribute_2=i.asm.Pa).apply(null,arguments)},Je=i._emscripten_bind_Decoder_GetAttributeByUniqueId_2=function(){return(Je=i._emscripten_bind_Decoder_GetAttributeByUniqueId_2=i.asm.Qa).apply(null,arguments)},Xe=i._emscripten_bind_Decoder_GetMetadata_1=function(){return(Xe=i._emscripten_bind_Decoder_GetMetadata_1=i.asm.Ra).apply(null,arguments)},Ze=i._emscripten_bind_Decoder_GetAttributeMetadata_2=function(){return(Ze=i._emscripten_bind_Decoder_GetAttributeMetadata_2=i.asm.Sa).apply(null,arguments)},tr=i._emscripten_bind_Decoder_GetFaceFromMesh_3=function(){return(tr=i._emscripten_bind_Decoder_GetFaceFromMesh_3=i.asm.Ta).apply(null,arguments)},er=i._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=function(){return(er=i._emscripten_bind_Decoder_GetTriangleStripsFromMesh_2=i.asm.Ua).apply(null,arguments)},rr=i._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=function(){return(rr=i._emscripten_bind_Decoder_GetTrianglesUInt16Array_3=i.asm.Va).apply(null,arguments)},nr=i._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=function(){return(nr=i._emscripten_bind_Decoder_GetTrianglesUInt32Array_3=i.asm.Wa).apply(null,arguments)},or=i._emscripten_bind_Decoder_GetAttributeFloat_3=function(){return(or=i._emscripten_bind_Decoder_GetAttributeFloat_3=i.asm.Xa).apply(null,arguments)},_r=i._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=function(){return(_r=i._emscripten_bind_Decoder_GetAttributeFloatForAllPoints_3=i.asm.Ya).apply(null,arguments)},ir=i._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=function(){return(ir=i._emscripten_bind_Decoder_GetAttributeIntForAllPoints_3=i.asm.Za).apply(null,arguments)},pr=i._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=function(){return(pr=i._emscripten_bind_Decoder_GetAttributeInt8ForAllPoints_3=i.asm._a).apply(null,arguments)},ar=i._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=function(){return(ar=i._emscripten_bind_Decoder_GetAttributeUInt8ForAllPoints_3=i.asm.$a).apply(null,arguments)},cr=i._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=function(){return(cr=i._emscripten_bind_Decoder_GetAttributeInt16ForAllPoints_3=i.asm.ab).apply(null,arguments)},sr=i._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=function(){return(sr=i._emscripten_bind_Decoder_GetAttributeUInt16ForAllPoints_3=i.asm.bb).apply(null,arguments)},ur=i._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=function(){return(ur=i._emscripten_bind_Decoder_GetAttributeInt32ForAllPoints_3=i.asm.cb).apply(null,arguments)},yr=i._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=function(){return(yr=i._emscripten_bind_Decoder_GetAttributeUInt32ForAllPoints_3=i.asm.db).apply(null,arguments)},lr=i._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=function(){return(lr=i._emscripten_bind_Decoder_GetAttributeDataArrayForAllPoints_5=i.asm.eb).apply(null,arguments)},mr=i._emscripten_bind_Decoder_SkipAttributeTransform_1=function(){return(mr=i._emscripten_bind_Decoder_SkipAttributeTransform_1=i.asm.fb).apply(null,arguments)},fr=i._emscripten_bind_Decoder_GetEncodedGeometryType_Deprecated_1=function(){return(fr=i._emscripten_bind_Decoder_GetEncodedGeometryType_Deprecated_1=i.asm.gb).apply(null,arguments)},dr=i._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=function(){return(dr=i._emscripten_bind_Decoder_DecodeBufferToPointCloud_2=i.asm.hb).apply(null,arguments)},br=i._emscripten_bind_Decoder_DecodeBufferToMesh_2=function(){return(br=i._emscripten_bind_Decoder_DecodeBufferToMesh_2=i.asm.ib).apply(null,arguments)},hr=i._emscripten_bind_Decoder___destroy___0=function(){return(hr=i._emscripten_bind_Decoder___destroy___0=i.asm.jb).apply(null,arguments)},Ar=i._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=function(){return(Ar=i._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_INVALID_TRANSFORM=i.asm.kb).apply(null,arguments)},Tr=i._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=function(){return(Tr=i._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_NO_TRANSFORM=i.asm.lb).apply(null,arguments)},Dr=i._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=function(){return(Dr=i._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_QUANTIZATION_TRANSFORM=i.asm.mb).apply(null,arguments)},Ir=i._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=function(){return(Ir=i._emscripten_enum_draco_AttributeTransformType_ATTRIBUTE_OCTAHEDRON_TRANSFORM=i.asm.nb).apply(null,arguments)},jr=i._emscripten_enum_draco_GeometryAttribute_Type_INVALID=function(){return(jr=i._emscripten_enum_draco_GeometryAttribute_Type_INVALID=i.asm.ob).apply(null,arguments)},vr=i._emscripten_enum_draco_GeometryAttribute_Type_POSITION=function(){return(vr=i._emscripten_enum_draco_GeometryAttribute_Type_POSITION=i.asm.pb).apply(null,arguments)},Er=i._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=function(){return(Er=i._emscripten_enum_draco_GeometryAttribute_Type_NORMAL=i.asm.qb).apply(null,arguments)},Gr=i._emscripten_enum_draco_GeometryAttribute_Type_COLOR=function(){return(Gr=i._emscripten_enum_draco_GeometryAttribute_Type_COLOR=i.asm.rb).apply(null,arguments)},Or=i._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=function(){return(Or=i._emscripten_enum_draco_GeometryAttribute_Type_TEX_COORD=i.asm.sb).apply(null,arguments)},Pr=i._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=function(){return(Pr=i._emscripten_enum_draco_GeometryAttribute_Type_GENERIC=i.asm.tb).apply(null,arguments)},Rr=i._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=function(){return(Rr=i._emscripten_enum_draco_EncodedGeometryType_INVALID_GEOMETRY_TYPE=i.asm.ub).apply(null,arguments)},Sr=i._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=function(){return(Sr=i._emscripten_enum_draco_EncodedGeometryType_POINT_CLOUD=i.asm.vb).apply(null,arguments)},Mr=i._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=function(){return(Mr=i._emscripten_enum_draco_EncodedGeometryType_TRIANGULAR_MESH=i.asm.wb).apply(null,arguments)},Nr=i._emscripten_enum_draco_DataType_DT_INVALID=function(){return(Nr=i._emscripten_enum_draco_DataType_DT_INVALID=i.asm.xb).apply(null,arguments)},Ur=i._emscripten_enum_draco_DataType_DT_INT8=function(){return(Ur=i._emscripten_enum_draco_DataType_DT_INT8=i.asm.yb).apply(null,arguments)},gr=i._emscripten_enum_draco_DataType_DT_UINT8=function(){return(gr=i._emscripten_enum_draco_DataType_DT_UINT8=i.asm.zb).apply(null,arguments)},Fr=i._emscripten_enum_draco_DataType_DT_INT16=function(){return(Fr=i._emscripten_enum_draco_DataType_DT_INT16=i.asm.Ab).apply(null,arguments)},Cr=i._emscripten_enum_draco_DataType_DT_UINT16=function(){return(Cr=i._emscripten_enum_draco_DataType_DT_UINT16=i.asm.Bb).apply(null,arguments)},Lr=i._emscripten_enum_draco_DataType_DT_INT32=function(){return(Lr=i._emscripten_enum_draco_DataType_DT_INT32=i.asm.Cb).apply(null,arguments)},wr=i._emscripten_enum_draco_DataType_DT_UINT32=function(){return(wr=i._emscripten_enum_draco_DataType_DT_UINT32=i.asm.Db).apply(null,arguments)},$r=i._emscripten_enum_draco_DataType_DT_INT64=function(){return($r=i._emscripten_enum_draco_DataType_DT_INT64=i.asm.Eb).apply(null,arguments)},zr=i._emscripten_enum_draco_DataType_DT_UINT64=function(){return(zr=i._emscripten_enum_draco_DataType_DT_UINT64=i.asm.Fb).apply(null,arguments)},Vr=i._emscripten_enum_draco_DataType_DT_FLOAT32=function(){return(Vr=i._emscripten_enum_draco_DataType_DT_FLOAT32=i.asm.Gb).apply(null,arguments)},Br=i._emscripten_enum_draco_DataType_DT_FLOAT64=function(){return(Br=i._emscripten_enum_draco_DataType_DT_FLOAT64=i.asm.Hb).apply(null,arguments)},xr=i._emscripten_enum_draco_DataType_DT_BOOL=function(){return(xr=i._emscripten_enum_draco_DataType_DT_BOOL=i.asm.Ib).apply(null,arguments)},Qr=i._emscripten_enum_draco_DataType_DT_TYPES_COUNT=function(){return(Qr=i._emscripten_enum_draco_DataType_DT_TYPES_COUNT=i.asm.Jb).apply(null,arguments)},Wr=i._emscripten_enum_draco_StatusCode_OK=function(){return(Wr=i._emscripten_enum_draco_StatusCode_OK=i.asm.Kb).apply(null,arguments)},kr=i._emscripten_enum_draco_StatusCode_DRACO_ERROR=function(){return(kr=i._emscripten_enum_draco_StatusCode_DRACO_ERROR=i.asm.Lb).apply(null,arguments)},Hr=i._emscripten_enum_draco_StatusCode_IO_ERROR=function(){return(Hr=i._emscripten_enum_draco_StatusCode_IO_ERROR=i.asm.Mb).apply(null,arguments)},Yr=i._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=function(){return(Yr=i._emscripten_enum_draco_StatusCode_INVALID_PARAMETER=i.asm.Nb).apply(null,arguments)},qr=i._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=function(){return(qr=i._emscripten_enum_draco_StatusCode_UNSUPPORTED_VERSION=i.asm.Ob).apply(null,arguments)},Kr=i._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=function(){return(Kr=i._emscripten_enum_draco_StatusCode_UNKNOWN_VERSION=i.asm.Pb).apply(null,arguments)};i._malloc=function(){return(i._malloc=i.asm.Qb).apply(null,arguments)},i._free=function(){return(i._free=i.asm.Rb).apply(null,arguments)};var Jr,ua=function(){return(ua=i.asm.Sb).apply(null,arguments)};if(i.___start_em_js=11660,i.___stop_em_js=11758,lt=function b(){Jr||F(),Jr||(lt=b)},i.preInit)for("function"==typeof i.preInit&&(i.preInit=[i.preInit]);0<i.preInit.length;)i.preInit.pop()();F(),v.prototype=Object.create(v.prototype),v.prototype.constructor=v,v.prototype.__class__=v,v.__cache__={},i.WrapperObject=v,i.getCache=w,i.wrapPointer=B,i.castObject=function(t,r){return B(t.ptr,r)},i.NULL=B(0),i.destroy=function(t){if(!t.__destroy__)throw"Error: Cannot destroy object. (Did you create it yourself?)";t.__destroy__(),delete w(t.__class__)[t.ptr]},i.compare=function(t,r){return t.ptr===r.ptr},i.getPointer=function(t){return t.ptr},i.getClass=function(t){return t.__class__};var Xr={buffer:0,size:0,pos:0,temps:[],needed:0,prepare:function(){if(Xr.needed){for(var t=0;t<Xr.temps.length;t++)i._free(Xr.temps[t]);Xr.temps.length=0,i._free(Xr.buffer),Xr.buffer=0,Xr.size+=Xr.needed,Xr.needed=0}Xr.buffer||(Xr.size+=128,Xr.buffer=i._malloc(Xr.size),Xr.buffer||y(void 0)),Xr.pos=0},alloc:function(t,r){return Xr.buffer||y(void 0),t=(t=t.length*r.BYTES_PER_ELEMENT)+7&-8,Xr.pos+t>=Xr.size?(0<t||y(void 0),Xr.needed+=t,r=i._malloc(t),Xr.temps.push(r)):(r=Xr.buffer+Xr.pos,Xr.pos+=t),r},copy:function(t,r,o){switch(o>>>=0,r.BYTES_PER_ELEMENT){case 2:o>>>=1;break;case 4:o>>>=2;break;case 8:o>>>=3}for(var _=0;_<t.length;_++)r[o+_]=t[_]}};return X.prototype=Object.create(v.prototype),X.prototype.constructor=X,X.prototype.__class__=X,X.__cache__={},i.VoidPtr=X,X.prototype.__destroy__=X.prototype.__destroy__=function(){dt(this.ptr)},S.prototype=Object.create(v.prototype),S.prototype.constructor=S,S.prototype.__class__=S,S.__cache__={},i.DecoderBuffer=S,S.prototype.Init=S.prototype.Init=function(t,r){var o=this.ptr;Xr.prepare(),"object"==typeof t&&(t=Z(t)),r&&"object"==typeof r&&(r=r.ptr),ht(o,t,r)},S.prototype.__destroy__=S.prototype.__destroy__=function(){At(this.ptr)},Q.prototype=Object.create(v.prototype),Q.prototype.constructor=Q,Q.prototype.__class__=Q,Q.__cache__={},i.AttributeTransformData=Q,Q.prototype.transform_type=Q.prototype.transform_type=function(){return Dt(this.ptr)},Q.prototype.__destroy__=Q.prototype.__destroy__=function(){It(this.ptr)},V.prototype=Object.create(v.prototype),V.prototype.constructor=V,V.prototype.__class__=V,V.__cache__={},i.GeometryAttribute=V,V.prototype.__destroy__=V.prototype.__destroy__=function(){vt(this.ptr)},x.prototype=Object.create(v.prototype),x.prototype.constructor=x,x.prototype.__class__=x,x.__cache__={},i.PointAttribute=x,x.prototype.size=x.prototype.size=function(){return Gt(this.ptr)},x.prototype.GetAttributeTransformData=x.prototype.GetAttributeTransformData=function(){return B(Ot(this.ptr),Q)},x.prototype.attribute_type=x.prototype.attribute_type=function(){return Pt(this.ptr)},x.prototype.data_type=x.prototype.data_type=function(){return Rt(this.ptr)},x.prototype.num_components=x.prototype.num_components=function(){return St(this.ptr)},x.prototype.normalized=x.prototype.normalized=function(){return!!Mt(this.ptr)},x.prototype.byte_stride=x.prototype.byte_stride=function(){return Nt(this.ptr)},x.prototype.byte_offset=x.prototype.byte_offset=function(){return Ut(this.ptr)},x.prototype.unique_id=x.prototype.unique_id=function(){return gt(this.ptr)},x.prototype.__destroy__=x.prototype.__destroy__=function(){Ft(this.ptr)},D.prototype=Object.create(v.prototype),D.prototype.constructor=D,D.prototype.__class__=D,D.__cache__={},i.AttributeQuantizationTransform=D,D.prototype.InitFromAttribute=D.prototype.InitFromAttribute=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!Lt(r,t)},D.prototype.quantization_bits=D.prototype.quantization_bits=function(){return wt(this.ptr)},D.prototype.min_value=D.prototype.min_value=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),$t(r,t)},D.prototype.range=D.prototype.range=function(){return zt(this.ptr)},D.prototype.__destroy__=D.prototype.__destroy__=function(){Vt(this.ptr)},G.prototype=Object.create(v.prototype),G.prototype.constructor=G,G.prototype.__class__=G,G.__cache__={},i.AttributeOctahedronTransform=G,G.prototype.InitFromAttribute=G.prototype.InitFromAttribute=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),!!xt(r,t)},G.prototype.quantization_bits=G.prototype.quantization_bits=function(){return Qt(this.ptr)},G.prototype.__destroy__=G.prototype.__destroy__=function(){Wt(this.ptr)},H.prototype=Object.create(v.prototype),H.prototype.constructor=H,H.prototype.__class__=H,H.__cache__={},i.PointCloud=H,H.prototype.num_attributes=H.prototype.num_attributes=function(){return Ht(this.ptr)},H.prototype.num_points=H.prototype.num_points=function(){return Yt(this.ptr)},H.prototype.__destroy__=H.prototype.__destroy__=function(){qt(this.ptr)},E.prototype=Object.create(v.prototype),E.prototype.constructor=E,E.prototype.__class__=E,E.__cache__={},i.Mesh=E,E.prototype.num_faces=E.prototype.num_faces=function(){return Jt(this.ptr)},E.prototype.num_attributes=E.prototype.num_attributes=function(){return Xt(this.ptr)},E.prototype.num_points=E.prototype.num_points=function(){return Zt(this.ptr)},E.prototype.__destroy__=E.prototype.__destroy__=function(){te(this.ptr)},T.prototype=Object.create(v.prototype),T.prototype.constructor=T,T.prototype.__class__=T,T.__cache__={},i.Metadata=T,T.prototype.__destroy__=T.prototype.__destroy__=function(){re(this.ptr)},C.prototype=Object.create(v.prototype),C.prototype.constructor=C,C.prototype.__class__=C,C.__cache__={},i.Status=C,C.prototype.code=C.prototype.code=function(){return ne(this.ptr)},C.prototype.ok=C.prototype.ok=function(){return!!oe(this.ptr)},C.prototype.error_msg=C.prototype.error_msg=function(){return p(_e(this.ptr))},C.prototype.__destroy__=C.prototype.__destroy__=function(){ie(this.ptr)},I.prototype=Object.create(v.prototype),I.prototype.constructor=I,I.prototype.__class__=I,I.__cache__={},i.DracoFloat32Array=I,I.prototype.GetValue=I.prototype.GetValue=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),ae(r,t)},I.prototype.size=I.prototype.size=function(){return ce(this.ptr)},I.prototype.__destroy__=I.prototype.__destroy__=function(){se(this.ptr)},J.prototype=Object.create(v.prototype),J.prototype.constructor=J,J.prototype.__class__=J,J.__cache__={},i.DracoInt8Array=J,J.prototype.GetValue=J.prototype.GetValue=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),ye(r,t)},J.prototype.size=J.prototype.size=function(){return le(this.ptr)},J.prototype.__destroy__=J.prototype.__destroy__=function(){me(this.ptr)},K.prototype=Object.create(v.prototype),K.prototype.constructor=K,K.prototype.__class__=K,K.__cache__={},i.DracoUInt8Array=K,K.prototype.GetValue=K.prototype.GetValue=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),de(r,t)},K.prototype.size=K.prototype.size=function(){return be(this.ptr)},K.prototype.__destroy__=K.prototype.__destroy__=function(){he(this.ptr)},L.prototype=Object.create(v.prototype),L.prototype.constructor=L,L.prototype.__class__=L,L.__cache__={},i.DracoInt16Array=L,L.prototype.GetValue=L.prototype.GetValue=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),Te(r,t)},L.prototype.size=L.prototype.size=function(){return De(this.ptr)},L.prototype.__destroy__=L.prototype.__destroy__=function(){Ie(this.ptr)},M.prototype=Object.create(v.prototype),M.prototype.constructor=M,M.prototype.__class__=M,M.__cache__={},i.DracoUInt16Array=M,M.prototype.GetValue=M.prototype.GetValue=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),ve(r,t)},M.prototype.size=M.prototype.size=function(){return Ee(this.ptr)},M.prototype.__destroy__=M.prototype.__destroy__=function(){Ge(this.ptr)},N.prototype=Object.create(v.prototype),N.prototype.constructor=N,N.prototype.__class__=N,N.__cache__={},i.DracoInt32Array=N,N.prototype.GetValue=N.prototype.GetValue=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),Pe(r,t)},N.prototype.size=N.prototype.size=function(){return Re(this.ptr)},N.prototype.__destroy__=N.prototype.__destroy__=function(){Se(this.ptr)},O.prototype=Object.create(v.prototype),O.prototype.constructor=O,O.prototype.__class__=O,O.__cache__={},i.DracoUInt32Array=O,O.prototype.GetValue=O.prototype.GetValue=function(t){var r=this.ptr;return t&&"object"==typeof t&&(t=t.ptr),Ne(r,t)},O.prototype.size=O.prototype.size=function(){return Ue(this.ptr)},O.prototype.__destroy__=O.prototype.__destroy__=function(){ge(this.ptr)},z.prototype=Object.create(v.prototype),z.prototype.constructor=z,z.prototype.__class__=z,z.__cache__={},i.MetadataQuerier=z,z.prototype.HasEntry=z.prototype.HasEntry=function(t,r){var o=this.ptr;return Xr.prepare(),t&&"object"==typeof t&&(t=t.ptr),r=r&&"object"==typeof r?r.ptr:R(r),!!Ce(o,t,r)},z.prototype.GetIntEntry=z.prototype.GetIntEntry=function(t,r){var o=this.ptr;return Xr.prepare(),t&&"object"==typeof t&&(t=t.ptr),r=r&&"object"==typeof r?r.ptr:R(r),Le(o,t,r)},z.prototype.GetIntEntryArray=z.prototype.GetIntEntryAr