@selvajs/compute 1.5.3 → 2.0.0-beta.0
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.
- package/dist/chunk-3N5WXYQZ.js +2 -0
- package/dist/chunk-3N5WXYQZ.js.map +1 -0
- package/dist/chunk-I6BYCRNM.cjs +2 -0
- package/dist/chunk-I6BYCRNM.cjs.map +1 -0
- package/dist/chunk-KWNSHZE3.js +2 -0
- package/dist/chunk-KWNSHZE3.js.map +1 -0
- package/dist/chunk-LKSMZAOW.js +4 -0
- package/dist/chunk-LKSMZAOW.js.map +1 -0
- package/dist/chunk-MQKJ46HT.cjs +4 -0
- package/dist/chunk-MQKJ46HT.cjs.map +1 -0
- package/dist/chunk-PTMR332C.cjs +2 -0
- package/dist/chunk-PTMR332C.cjs.map +1 -0
- package/dist/core.cjs +1 -1
- package/dist/core.cjs.map +1 -1
- package/dist/core.d.cts +10 -15
- package/dist/core.d.ts +10 -15
- package/dist/core.js +1 -1
- package/dist/grasshopper.cjs +1 -1
- package/dist/grasshopper.cjs.map +1 -1
- package/dist/grasshopper.d.cts +77 -101
- package/dist/grasshopper.d.ts +77 -101
- package/dist/grasshopper.js +1 -1
- package/dist/handle-files-BU9vu1Fd.d.cts +260 -0
- package/dist/handle-files-BU9vu1Fd.d.ts +260 -0
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/dist/index.js +1 -1
- package/dist/{types-Dfeei0dD.d.cts → types-CJ092lxB.d.cts} +116 -73
- package/dist/types-D1SkNje_.d.cts +87 -0
- package/dist/types-D1SkNje_.d.ts +87 -0
- package/dist/{types-Dfeei0dD.d.ts → types-XCUrJGby.d.ts} +116 -73
- package/dist/visualization-AQNCY6MG.js +2 -0
- package/dist/visualization-PRUUKBYP.cjs +2 -0
- package/dist/visualization-PRUUKBYP.cjs.map +1 -0
- package/dist/visualization.cjs +1 -1
- package/dist/visualization.cjs.map +1 -1
- package/dist/visualization.d.cts +16 -21
- package/dist/visualization.d.ts +16 -21
- package/dist/visualization.js +1 -1
- package/package.json +18 -7
- package/dist/chunk-GZYSQSLH.cjs +0 -2
- package/dist/chunk-GZYSQSLH.cjs.map +0 -1
- package/dist/chunk-JZYEMZZ5.js +0 -2
- package/dist/chunk-JZYEMZZ5.js.map +0 -1
- package/dist/chunk-OEDLGVIQ.js +0 -2
- package/dist/chunk-OEDLGVIQ.js.map +0 -1
- package/dist/chunk-OW6HV6QP.js +0 -2
- package/dist/chunk-OW6HV6QP.js.map +0 -1
- package/dist/chunk-RBNF6MNH.cjs +0 -3
- package/dist/chunk-RBNF6MNH.cjs.map +0 -1
- package/dist/chunk-SVEXPGHW.cjs +0 -2
- package/dist/chunk-SVEXPGHW.cjs.map +0 -1
- package/dist/chunk-XBIEAJBK.js +0 -3
- package/dist/chunk-XBIEAJBK.js.map +0 -1
- package/dist/chunk-ZRQRYG6F.cjs +0 -2
- package/dist/chunk-ZRQRYG6F.cjs.map +0 -1
- package/dist/errors-CEy4nM1J.d.cts +0 -149
- package/dist/errors-CEy4nM1J.d.ts +0 -149
- package/dist/types-COCuQEMk.d.cts +0 -93
- package/dist/types-COCuQEMk.d.ts +0 -93
- package/dist/visualization-ENMBHWIN.js +0 -2
- package/dist/visualization-TBPFFBFU.cjs +0 -2
- package/dist/visualization-TBPFFBFU.cjs.map +0 -1
- /package/dist/{visualization-ENMBHWIN.js.map → visualization-AQNCY6MG.js.map} +0 -0
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var A=Object.defineProperty;var x=(e,t,r)=>t in e?A(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r;var ne=(e,t)=>{for(var r in t)A(e,r,{get:t[r],enumerable:!0})};var h=(e,t,r)=>x(e,typeof t!="symbol"?t+"":t,r);var i={NETWORK_ERROR:"NETWORK_ERROR",AUTH_ERROR:"AUTH_ERROR",VALIDATION_ERROR:"VALIDATION_ERROR",COMPUTATION_ERROR:"COMPUTATION_ERROR",TIMEOUT_ERROR:"TIMEOUT_ERROR",CORS_ERROR:"CORS_ERROR",UNKNOWN_ERROR:"UNKNOWN_ERROR",INVALID_STATE:"INVALID_STATE",INVALID_INPUT:"INVALID_INPUT",INVALID_CONFIG:"INVALID_CONFIG",BROWSER_ONLY:"BROWSER_ONLY",ENVIRONMENT_ERROR:"ENVIRONMENT_ERROR",ENCODING_ERROR:"ENCODING_ERROR",SUPERSEDED:"SUPERSEDED",ABORTED:"ABORTED"},u= exports.d =class e extends Error{constructor(r,n="UNKNOWN_ERROR",s){super(r);h(this,"code");h(this,"statusCode");h(this,"context");h(this,"originalError");this.name="RhinoComputeError",this.code=n,this.statusCode=_optionalChain([s, 'optionalAccess', _2 => _2.statusCode]),this.context=_optionalChain([s, 'optionalAccess', _3 => _3.context]),this.originalError=_optionalChain([s, 'optionalAccess', _4 => _4.originalError]),_optionalChain([s, 'optionalAccess', _5 => _5.originalError])&&(this.cause=s.originalError)}static missingValues(r,n,s){return new e(`Input "${r}" has no values defined${n?` (expected ${n})`:""}`,i.INVALID_INPUT,{context:{inputName:r,expectedType:n,...s}})}static unknownParamType(r,n,s){return new e(`Unknown paramType: ${r}`,i.VALIDATION_ERROR,{context:{receivedParamType:r,paramName:n,...s}})}};var E=class{debug(){}info(){}warn(){}error(){}},T=class{debug(t,...r){console.debug(t,...r)}info(t,...r){console.info(t,...r)}warn(t,...r){console.warn(t,...r)}error(t,...r){console.error(t,...r)}},C=new E;function p(){return C}function I(e){C=e===null?new E:e}function L(){I(new T)}function P(e){if(!e)return null;let t={raw:e},r=!1;for(let n of e.split(",")){let[s,...l]=n.trim().split(";"),c=l.find(d=>d.trim().toLowerCase().startsWith("dur"));if(!c)continue;let o=Number(c.split("=")[1]);if(!Number.isFinite(o))continue;let f=s.trim().toLowerCase();(f==="decode"||f==="solve"||f==="encode")&&(t[f]=o,r=!0)}return r?t:null}var b={attempts:0,baseDelayMs:500,maxDelayMs:3e4,retryOn429:!0},$=new Set([502,503,504]);function k(e){return e?{attempts:_nullishCoalesce(e.attempts, () => (b.attempts)),baseDelayMs:_nullishCoalesce(e.baseDelayMs, () => (b.baseDelayMs)),maxDelayMs:_nullishCoalesce(e.maxDelayMs, () => (b.maxDelayMs)),retryOn429:_nullishCoalesce(e.retryOn429, () => (b.retryOn429))}:b}function M(e){if(!e)return null;let t=Number(e);if(Number.isFinite(t)&&t>=0)return t*1e3;let r=Date.parse(e);if(Number.isFinite(r)){let n=r-Date.now();return n>0?n:0}return null}function w(e,t){let r=t.baseDelayMs*Math.pow(2,e),n=Math.random()*t.baseDelayMs;return Math.min(r+n,t.maxDelayMs)}function B(e,t){return new Promise((r,n)=>{if(_optionalChain([t, 'optionalAccess', _6 => _6.aborted])){n(new DOMException("Aborted","AbortError"));return}let s=setTimeout(()=>{_optionalChain([t, 'optionalAccess', _7 => _7.removeEventListener, 'call', _8 => _8("abort",l)]),r()},e),l=()=>{clearTimeout(s),n(new DOMException("Aborted","AbortError"))};_optionalChain([t, 'optionalAccess', _9 => _9.addEventListener, 'call', _10 => _10("abort",l,{once:!0})])})}function q(e,t,r,n,s,l){let{status:c,statusText:o}=e,f={};e.headers.forEach((v,N)=>{f[N]=v});let d=l.trim(),a=d?` \u2014 ${d.slice(0,200)}${d.length>200?"\u2026":""}`:"",R={url:t,requestId:r,method:"POST",requestSize:n,serverUrl:s,responseBody:l||void 0,responseHeaders:f},g={401:{message:`HTTP ${c}: ${o}${a}`,code:i.AUTH_ERROR},403:{message:`HTTP ${c}: ${o}${a}`,code:i.AUTH_ERROR},404:{message:`Endpoint not found: ${t}`,code:i.NETWORK_ERROR},413:{message:`Request too large: ${(n/1024).toFixed(2)}KB`,code:i.VALIDATION_ERROR},429:{message:`Rate limit exceeded${a}`,code:i.NETWORK_ERROR},500:{message:`Server error: ${o}${a}`,code:i.COMPUTATION_ERROR},502:{message:`Service unavailable: ${o}${a}`,code:i.NETWORK_ERROR},503:{message:`Service unavailable: ${o}${a}`,code:i.NETWORK_ERROR},504:{message:`Service unavailable: ${o}${a}`,code:i.NETWORK_ERROR}}[c]||{message:`HTTP ${c}: ${o}${a}`,code:i.UNKNOWN_ERROR};throw new u(g.message,g.code,{statusCode:c,context:R})}function K(e,t){let r=t.replace(/\/+$/,""),n=e.replace(/^\/+/,"");return`${r}/${n}`}function H(e){try{let t=new URL(e).host;return/^(localhost|127\.0\.0\.1|::1)(:\d+)?$/i.test(t)}catch (e2){return/(localhost|127\.0\.0\.1)/i.test(e)}}function W(e,t){let r={"X-Request-ID":e,"Content-Type":"application/json",...t.authToken&&{Authorization:t.authToken},...t.apiKey&&{RhinoComputeKey:t.apiKey}};return!t.apiKey&&!H(t.serverUrl)&&p().warn(`\u26A0\uFE0F [Rhino Compute] Request [${e}] targets remote server (${t.serverUrl}) but no API key is configured. Requests may fail or be rate-limited.`),r}function V(){return`${Date.now()}-${Math.random().toString(36).substring(2,11)}`}function m(e,t){t&&p().debug(e)}function z(e,t){let r=[],n=()=>{};if(e&&r.push(e),t&&t>0)if(typeof AbortSignal<"u"&&typeof AbortSignal.timeout=="function")r.push(AbortSignal.timeout(t));else{let o=new AbortController,f=setTimeout(()=>o.abort(),t);n=()=>clearTimeout(f),r.push(o.signal)}if(r.length===0)return{signal:void 0,cleanup:n};if(r.length===1)return{signal:r[0],cleanup:n};if(typeof AbortSignal<"u"&&typeof AbortSignal.any=="function")return{signal:AbortSignal.any(r),cleanup:n};let s=new AbortController,l=()=>s.abort();for(let o of r){if(o.aborted){s.abort();break}o.addEventListener("abort",l,{once:!0})}let c=n;return n=()=>{c();for(let o of r)o.removeEventListener("abort",l)},{signal:s.signal,cleanup:n}}async function j(e,t,r,n,s,l,c,o){let f=Math.round(performance.now()-l);if(!e.ok){let d=await e.text();if(c&&(m(`\u274C Request [${r}] failed with HTTP ${e.status} in ${f}ms`,!0),m(` URL: ${t}`,!0),m(` Status: ${e.status} ${e.statusText}`,!0),d&&m(` Response body: ${d.substring(0,500)}${d.length>500?"...":""}`,!0)),e.status===500)try{let a=JSON.parse(d);if(_optionalChain([a, 'optionalAccess', _11 => _11.values])&&(a.errors||a.warnings))return c&&(m(`\u26A0\uFE0F Request [${r}] completed with Grasshopper errors in ${f}ms`,!0),_optionalChain([a, 'access', _12 => _12.errors, 'optionalAccess', _13 => _13.length])>0&&m(` Errors: ${JSON.stringify(a.errors,null,2)}`,!0),_optionalChain([a, 'access', _14 => _14.warnings, 'optionalAccess', _15 => _15.length])>0&&m(` Warnings: ${JSON.stringify(a.warnings,null,2)}`,!0)),a;let R=typeof _optionalChain([a, 'optionalAccess', _16 => _16.message])=="string"&&a.message||typeof _optionalChain([a, 'optionalAccess', _17 => _17.Message])=="string"&&a.Message||"",y=typeof _optionalChain([a, 'optionalAccess', _18 => _18.ExceptionType])=="string"&&a.ExceptionType||"",g=_nullishCoalesce(_optionalChain([a, 'optionalAccess', _19 => _19.stackTrace]), () => (_optionalChain([a, 'optionalAccess', _20 => _20.StackTrace]))),v=Array.isArray(g)?g.join(`
|
|
2
|
+
`):g||"";R?d=`${y?`${y}: `:""}${R}${v?`
|
|
3
|
+
${v}`:""}`:_optionalChain([a, 'optionalAccess', _21 => _21.error])&&(d=typeof a.error=="string"?a.error:JSON.stringify(a.error,null,2))}catch(a){c&&m(` Failed to parse error body as JSON: ${a}`,!0)}q(e,t,r,n,s,d)}if(m(`\u2705 Request [${r}] completed in ${f}ms`,c),o){let d=P(e.headers.get("Server-Timing"));if(d)try{o(d)}catch(a){c&&m(` onServerTiming callback threw: ${a}`,!0)}}try{return await e.json()}catch(d){throw new u("Failed to parse JSON response",i.NETWORK_ERROR,{statusCode:e.status,context:{url:t,requestId:r},originalError:d instanceof Error?d:new Error(String(d))})}}async function J(e,t,r,n){let{signal:s,cleanup:l}=z(e.config.signal,e.config.timeoutMs),c=performance.now();try{let o=await fetch(e.fullUrl,{method:"POST",body:e.body,headers:e.headers,signal:s});if(($.has(o.status)||t.retryOn429&&o.status===429)&&r<n-1){let R=_nullishCoalesce(M(o.headers.get("Retry-After")), () => (w(r,t)));return await o.text().catch(()=>{}),{ok:!1,retry:!0,delayMs:R,cause:new u(`HTTP ${o.status} ${o.statusText} (will retry)`,i.NETWORK_ERROR,{statusCode:o.status,context:{requestId:e.requestId}})}}return{ok:!0,value:await j(o,e.fullUrl,e.requestId,e.requestSize,e.config.serverUrl,c,e.config.debug,e.config.onServerTiming)}}catch(o){if(o instanceof Error&&(o.name==="AbortError"||o.name==="TimeoutError")){if(_optionalChain([e, 'access', _22 => _22.config, 'access', _23 => _23.signal, 'optionalAccess', _24 => _24.aborted])===!0)return{ok:!1,retry:!1,cause:new u("Request aborted by caller",i.UNKNOWN_ERROR,{context:{endpoint:e.endpoint,requestId:e.requestId,requestSize:e.requestSize},originalError:o})};let d=new u(`Request timed out after ${e.config.timeoutMs}ms`,i.TIMEOUT_ERROR,{context:{serverUrl:e.config.serverUrl,timeoutMs:e.config.timeoutMs,url:e.fullUrl,requestId:e.requestId,endpoint:e.endpoint,requestSize:e.requestSize}});return r<n-1?{ok:!1,retry:!0,delayMs:w(r,t),cause:d}:{ok:!1,retry:!1,cause:d}}if(o instanceof TypeError){let f=new u(`Network error: ${o.message}`,i.NETWORK_ERROR,{context:{serverUrl:e.config.serverUrl,url:e.fullUrl,requestId:e.requestId,endpoint:e.endpoint,requestSize:e.requestSize},originalError:o});return r<n-1?{ok:!1,retry:!0,delayMs:w(r,t),cause:f}:{ok:!1,retry:!1,cause:f}}if(o instanceof u){let f=o.statusCode;return f!==void 0&&($.has(f)||t.retryOn429&&f===429)&&r<n-1?{ok:!1,retry:!0,delayMs:w(r,t),cause:o}:{ok:!1,retry:!1,cause:o}}return{ok:!1,retry:!1,cause:new u(o instanceof Error?o.message:String(o),i.UNKNOWN_ERROR,{context:{endpoint:e.endpoint,requestId:e.requestId},originalError:o instanceof Error?o:new Error(String(o))})}}finally{l()}}async function G(e,t,r){let n=V(),s=JSON.stringify(t),l=s.length,c=K(e,r.serverUrl),o=W(n,r),f=k(r.retry),d=f.attempts+1;if(r.debug){let y=(l/1024).toFixed(2),g=l>1e5?"\u26A0\uFE0F":"\u{1F680}";m(`${g} Starting compute request [${n}]: ${e} (${y}KB)`,!0)}let a={endpoint:e,body:s,requestSize:l,fullUrl:c,requestId:n,headers:o,config:r},R=null;for(let y=0;y<d;y++){let g=await J(a,f,y,d);if(g.ok)return g.value;if(!g.retry)throw g.cause;R=g.cause,r.debug&&m(`\u{1F501} Request [${n}] retrying after ${g.delayMs}ms (attempt ${y+2}/${d}): ${g.cause.message}`,!0);try{await B(g.delayMs,r.signal)}catch (e3){throw new u("Request aborted by caller",i.UNKNOWN_ERROR,{context:{endpoint:e,requestId:n,requestSize:l},originalError:R})}}throw _nullishCoalesce(R, () => (new u("Unknown error after retries",i.UNKNOWN_ERROR,{context:{endpoint:e,requestId:n,requestSize:l}})))}var Y="https://compute.rhino3d.com/";function U(e){if(!_optionalChain([e, 'optionalAccess', _25 => _25.trim, 'call', _26 => _26()]))throw new u("serverUrl is required",i.INVALID_CONFIG,{context:{receivedServerUrl:e}});if(!e.match(/^https?:\/\//))throw new u(`Invalid serverUrl: "${e}". Must start with "http://" or "https://". For example: "http://localhost:5000" or "https://example.com"`,i.INVALID_CONFIG,{context:{receivedServerUrl:e}});try{new URL(e)}catch(t){throw new u(`Invalid serverUrl: "${e}". Must be a valid URL. Received error: ${t instanceof Error?t.message:String(t)}`,i.INVALID_CONFIG,{context:{receivedServerUrl:e},originalError:t instanceof Error?t:void 0})}if(e===Y)throw new u("serverUrl must be set to your Compute server URL. The default public endpoint is not allowed.",i.INVALID_CONFIG,{context:{receivedServerUrl:e}});return e.replace(/\/+$/,"")}var S=class{constructor(t,r){h(this,"serverUrl");h(this,"apiKey");h(this,"disposed",!1);h(this,"activeMonitors",new Set);h(this,"activeTimeouts",new Set);this.serverUrl=U(t),this.apiKey=r}buildHeaders(){let t={"Content-Type":"application/json"};return this.apiKey&&(t.RhinoComputeKey=this.apiKey),t}async isServerOnline(){this.ensureNotDisposed();let t=`${this.serverUrl}/healthcheck`,r={headers:this.buildHeaders(),method:"GET"};try{return(await fetch(t,r)).ok}catch(n){return p().debug("[ComputeServerStats] Fetch error:",n),!1}}async getActiveChildren(){this.ensureNotDisposed();try{let t=await fetch(`${this.serverUrl}/activechildren`,{headers:this.buildHeaders()});if(!t.ok)return p().warn("[ComputeServerStats] Failed to fetch active children:",t.status),null;let r=await t.text(),n=parseInt(r.trim(),10);return isNaN(n)?(p().warn("[ComputeServerStats] Invalid active children response:",r),null):n}catch(t){return p().warn("[ComputeServerStats] Error fetching active children:",t),null}}async getVersion(){this.ensureNotDisposed();try{let t=await fetch(`${this.serverUrl}/version`,{headers:this.buildHeaders()});if(!t.ok)return p().warn("[ComputeServerStats] Failed to fetch version:",t.status),null;let r=await t.text();try{let n=JSON.parse(r);return{rhino:_nullishCoalesce(n.rhino, () => ("")),compute:_nullishCoalesce(n.compute, () => ("")),git_sha:_nullishCoalesce(n.git_sha, () => (null))}}catch (e4){return{rhino:r,compute:"",git_sha:null}}}catch(t){return p().warn("[ComputeServerStats] Error fetching version:",t),null}}async getServerStats(){if(this.ensureNotDisposed(),!await this.isServerOnline())return{isOnline:!1};let[r,n]=await Promise.all([this.getVersion(),this.getActiveChildren()]);return{isOnline:!0,...r&&{version:r},...n!==null&&{activeChildren:n}}}async purgeCache(){this.ensureNotDisposed();try{let t=await fetch(`${this.serverUrl}/cache/purge`,{method:"POST",headers:this.buildHeaders()});if(!t.ok)return p().warn("[ComputeServerStats] Failed to purge cache:",t.status),null;let r=await t.text();try{let n=JSON.parse(r);return typeof n.purged=="number"?n.purged:null}catch (e5){return null}}catch(t){return p().warn("[ComputeServerStats] Error purging cache:",t),null}}monitor(t,r=5e3){this.ensureNotDisposed();let n=!0,s=null;p().info(`\u{1F504} Starting server stats monitoring every ${r}ms`);let l=async()=>{if(s!==null&&(this.activeTimeouts.delete(s),s=null),!(!n||this.disposed)){try{let o=await this.getServerStats();if(!n||this.disposed)return;try{t(o)}catch(f){p().error("[ComputeServerStats] Monitor callback threw:",f)}}catch(o){p().error("[ComputeServerStats] Failed to fetch stats during monitor:",o)}n&&!this.disposed&&(s=setTimeout(()=>{l()},r),this.activeTimeouts.add(s))}},c=()=>{n=!1,s!==null&&(clearTimeout(s),this.activeTimeouts.delete(s),s=null),this.activeMonitors.delete(c)};return this.activeMonitors.add(c),l(),c}async dispose(){if(!this.disposed){this.disposed=!0;for(let t of this.activeMonitors)t();this.activeMonitors.clear();for(let t of this.activeTimeouts)clearTimeout(t);this.activeTimeouts.clear()}}ensureNotDisposed(){if(this.disposed)throw new u("ComputeServerStats has been disposed and cannot be used",i.INVALID_STATE,{context:{disposed:this.disposed}})}};function D(e,t={}){let{preserveSpaces:r=!1}=t,n=r?/[-_]+(.)?/g:/[\s-_]+(.)?/g,s=e.trim();return s.charAt(0).toLowerCase()+s.slice(1).replace(n,(l,c)=>c?c.toUpperCase():"")}function O(e,t={}){return!e||typeof e!="object"?e:Array.isArray(e)?t.deep?e.map(r=>O(r,t)):e:Object.keys(e).reduce((r,n)=>{let s=D(n,{preserveSpaces:t.preserveSpaces}),l=e[n];return r[s]=t.deep?O(l,t):l,r},{})}function ve(e){return Buffer.from(e,"utf-8").toString("base64")}function Ee(e){return!e||e.length<2||e.length%4!==0?!1:/^[A-Za-z0-9+/]+={0,2}$/.test(e)}function F(e){if(typeof globalThis.Buffer=="function"){let t=globalThis.Buffer.from(e,"base64");return new Uint8Array(t.buffer,t.byteOffset,t.byteLength)}if(typeof globalThis.atob=="function"){let t=globalThis.atob(e),r=new Uint8Array(t.length);for(let n=0;n<t.length;n++)r[n]=t.charCodeAt(n)&255;return r}throw new u("Base64 decoding not supported in this environment.",i.INVALID_STATE,{context:{environmentInfo:"atob or Buffer not available"}})}function we(e){if(typeof globalThis.Buffer=="function")return globalThis.Buffer.from(e).toString("base64");if(typeof globalThis.btoa=="function"){let r="";for(let n=0;n<e.length;n+=32768)r+=String.fromCharCode.apply(null,Array.from(e.subarray(n,n+32768)));return globalThis.btoa(r)}throw new u("Base64 encoding not supported in this environment.",i.INVALID_STATE,{context:{environmentInfo:"btoa or Buffer not available"}})}var Z=async(e,t=null)=>{try{return await _(e,t)}catch(r){throw new u("Failed to extract files from compute response",i.INVALID_STATE,{context:{originalError:r instanceof Error?r.message:String(r)},originalError:r instanceof Error?r:void 0})}},X= exports.r =async(e,t,r=null)=>{if(typeof document>"u"||typeof Blob>"u")throw new u("File download functionality is only available in browser environments. This function requires the DOM API (document, Blob).",i.BROWSER_ONLY,{context:{environment:typeof window<"u"?"browser (SSR)":"Node.js",documentAvailable:typeof document<"u",blobAvailable:typeof Blob<"u"}});try{let n=await _(e,r);await re(n,t)}catch(n){throw n instanceof u?n:new u("Failed to download files from compute response",i.INVALID_STATE,{context:{originalError:n instanceof Error?n.message:String(n)},originalError:n instanceof Error?n:void 0})}},Q=e=>{let t=[];return e.forEach(r=>{let n=`${r.fileName}${r.fileType}`;r.subFolder&&r.subFolder.trim()!==""&&(n=`${r.subFolder}/${n}`),r.isBase64Encoded===!0&&r.data?t.push({fileName:`${r.fileName}${r.fileType}`,content:F(r.data),path:n}):r.isBase64Encoded===!1&&r.data&&t.push({fileName:`${r.fileName}${r.fileType}`,content:r.data,path:n})}),t},ee=async e=>(await Promise.all(e.map(async r=>{try{let n=await fetch(r.filePath);if(!n.ok)return p().warn(`Failed to fetch additional file from URL: ${r.filePath}`),null;let l=await(await n.blob()).arrayBuffer();return{fileName:r.fileName,content:new Uint8Array(l),path:r.fileName}}catch(n){return p().error(`Error fetching additional file from URL: ${r.filePath}`,n),null}}))).filter(r=>r!==null),_=async(e,t)=>{let r=Q(e);if(t){let n=Array.isArray(t)?t:[t];r.push(...await ee(n))}return r};async function re(e,t){let{zipSync:r,strToU8:n}=await Promise.resolve().then(() => _interopRequireWildcard(require("fflate"))),s={};e.forEach(o=>{s[o.path]=typeof o.content=="string"?n(o.content):o.content});let l=r(s,{level:6}),c=new Blob([l],{type:"application/zip"});te(c,`${t}.zip`)}function te(e,t){if(typeof document>"u")throw new u("saveFile requires a browser environment with DOM API access.",i.BROWSER_ONLY,{context:{function:"saveFile",requiredAPI:"document"}});let r=document.createElement("a");r.href=URL.createObjectURL(e),r.download=t,r.click(),URL.revokeObjectURL(r.href)}exports.a = ne; exports.b = h; exports.c = i; exports.d = u; exports.e = p; exports.f = I; exports.g = L; exports.h = G; exports.i = U; exports.j = S; exports.k = D; exports.l = O; exports.m = ve; exports.n = Ee; exports.o = F; exports.p = we; exports.q = Z; exports.r = X;
|
|
4
|
+
//# sourceMappingURL=chunk-MQKJ46HT.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/selva-compute/selva-compute/dist/chunk-MQKJ46HT.cjs","../src/core/errors.ts","../src/core/compute-fetch/compute-fetch.ts"],"names":["ErrorCodes","RhinoComputeError","_RhinoComputeError","message","code","options","__publicField","inputName","expectedType","context"],"mappings":"AAAA,u8BAAI,CAAC,CAAC,MAAM,CAAC,cAAc,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,YAAY,CAAC,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,GAAG,CAAC,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,EAAE,QAAQ,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC,CCI3N,IAAMA,CAAAA,CAAa,CACzB,aAAA,CAAe,eAAA,CACf,UAAA,CAAY,YAAA,CACZ,gBAAA,CAAkB,kBAAA,CAClB,iBAAA,CAAmB,mBAAA,CACnB,aAAA,CAAe,eAAA,CACf,UAAA,CAAY,YAAA,CACZ,aAAA,CAAe,eAAA,CACf,aAAA,CAAe,eAAA,CACf,aAAA,CAAe,eAAA,CACf,cAAA,CAAgB,gBAAA,CAChB,YAAA,CAAc,cAAA,CACd,iBAAA,CAAmB,mBAAA,CACnB,cAAA,CAAgB,gBAAA,CAEhB,UAAA,CAAY,YAAA,CAEZ,OAAA,CAAS,SACV,CAAA,CASaC,CAAAA,aAAN,MAAMC,EAAAA,QAA0B,KAAM,CAM5C,WAAA,CACCC,CAAAA,CACAC,CAAAA,CAAe,eAAA,CACfC,CAAAA,CACC,CACD,KAAA,CAAMF,CAAO,CAAA,CAVdG,CAAAA,CAAA,IAAA,CAAgB,MAAA,CAAA,CAChBA,CAAAA,CAAA,IAAA,CAAgB,YAAA,CAAA,CAChBA,CAAAA,CAAA,IAAA,CAAgB,SAAA,CAAA,CAChBA,CAAAA,CAAA,IAAA,CAAgB,eAAA,CAAA,CAQf,IAAA,CAAK,IAAA,CAAO,mBAAA,CACZ,IAAA,CAAK,IAAA,CAAOF,CAAAA,CACZ,IAAA,CAAK,UAAA,iBAAaC,CAAAA,6BAAS,YAAA,CAC3B,IAAA,CAAK,OAAA,iBAAUA,CAAAA,6BAAS,SAAA,CACxB,IAAA,CAAK,aAAA,iBAAgBA,CAAAA,6BAAS,eAAA,iBAC1BA,CAAAA,6BAAS,eAAA,EAAA,CACX,IAAA,CAA6B,KAAA,CAAQA,CAAAA,CAAQ,aAAA,CAEhD,CASA,OAAO,aAAA,CACNE,CAAAA,CACAC,CAAAA,CACAC,CAAAA,CACC,CACD,OAAO,IAAIP,CAAAA,CACV,CAAA,OAAA,EAAUK,CAAS,CAAA,uBAAA,EAA0BC,CAAAA,CAAe,CAAA,WAAA,EAAcA,CAAY,CAAA,CAAA,CAAA,CAAM,EAAE,CAAA,CAAA;ACsRzC;AA2HjD","file":"/home/runner/work/selva-compute/selva-compute/dist/chunk-MQKJ46HT.cjs","sourcesContent":[null,"/**\n * Error types and codes for `@selvajs/compute`.\n */\n\nexport const ErrorCodes = {\n\tNETWORK_ERROR: 'NETWORK_ERROR',\n\tAUTH_ERROR: 'AUTH_ERROR',\n\tVALIDATION_ERROR: 'VALIDATION_ERROR',\n\tCOMPUTATION_ERROR: 'COMPUTATION_ERROR',\n\tTIMEOUT_ERROR: 'TIMEOUT_ERROR',\n\tCORS_ERROR: 'CORS_ERROR',\n\tUNKNOWN_ERROR: 'UNKNOWN_ERROR',\n\tINVALID_STATE: 'INVALID_STATE',\n\tINVALID_INPUT: 'INVALID_INPUT',\n\tINVALID_CONFIG: 'INVALID_CONFIG',\n\tBROWSER_ONLY: 'BROWSER_ONLY',\n\tENVIRONMENT_ERROR: 'ENVIRONMENT_ERROR',\n\tENCODING_ERROR: 'ENCODING_ERROR',\n\t/** Scheduler latest-wins: this call was replaced by a newer one. */\n\tSUPERSEDED: 'SUPERSEDED',\n\t/** Scheduler / caller-supplied AbortSignal: this call was aborted. */\n\tABORTED: 'ABORTED'\n} as const;\n\nexport type ErrorCode = (typeof ErrorCodes)[keyof typeof ErrorCodes];\n\n/**\n * Simplified error for Rhino Compute operations\n *\n * @public Use this for error handling with error codes and context.\n */\nexport class RhinoComputeError extends Error {\n\tpublic readonly code: string;\n\tpublic readonly statusCode?: number;\n\tpublic readonly context?: Record<string, unknown>;\n\tpublic readonly originalError?: Error;\n\n\tconstructor(\n\t\tmessage: string,\n\t\tcode: string = 'UNKNOWN_ERROR',\n\t\toptions?: { statusCode?: number; context?: Record<string, unknown>; originalError?: Error }\n\t) {\n\t\tsuper(message);\n\t\tthis.name = 'RhinoComputeError';\n\t\tthis.code = code;\n\t\tthis.statusCode = options?.statusCode;\n\t\tthis.context = options?.context;\n\t\tthis.originalError = options?.originalError;\n\t\tif (options?.originalError) {\n\t\t\t(this as { cause?: unknown }).cause = options.originalError;\n\t\t}\n\t}\n\n\t// ============================================================================\n\t// Static Validation Error Helpers\n\t// ============================================================================\n\n\t/**\n\t * Create an error for missing/empty values\n\t */\n\tstatic missingValues(\n\t\tinputName: string,\n\t\texpectedType?: string,\n\t\tcontext?: Record<string, unknown>\n\t) {\n\t\treturn new RhinoComputeError(\n\t\t\t`Input \"${inputName}\" has no values defined${expectedType ? ` (expected ${expectedType})` : ''}`,\n\t\t\tErrorCodes.INVALID_INPUT,\n\t\t\t{ context: { inputName, expectedType, ...context } }\n\t\t);\n\t}\n\n\t/**\n\t * Create an error for unknown parameter type\n\t */\n\tstatic unknownParamType(\n\t\tparamType: string,\n\t\tparamName?: string,\n\t\tcontext?: Record<string, unknown>\n\t) {\n\t\treturn new RhinoComputeError(`Unknown paramType: ${paramType}`, ErrorCodes.VALIDATION_ERROR, {\n\t\t\tcontext: { receivedParamType: paramType, paramName, ...context }\n\t\t});\n\t}\n}\n","import { RhinoComputeError, ErrorCodes } from '../errors';\nimport { getLogger } from '../utils/logger';\n\nimport type { ComputeConfig, RetryPolicy, ServerTiming } from '../types';\n\n// ============================================================================\n// Server-Timing\n// ============================================================================\n\n/**\n * Parse a `Server-Timing` header value into typed durations (ms).\n *\n * Header grammar (RFC 9110 §10.1.10), as emitted by the solve endpoint:\n * `decode;dur=3, solve;dur=120, encode;dur=8`\n *\n * Returns null when the header is absent or carries no recognizable metric, so\n * the caller can skip the callback entirely.\n *\n * @internal exported for tests\n */\nexport function parseServerTiming(headerValue: string | null): ServerTiming | null {\n\tif (!headerValue) return null;\n\tconst timing: ServerTiming = { raw: headerValue };\n\tlet sawMetric = false;\n\tfor (const part of headerValue.split(',')) {\n\t\tconst [name, ...params] = part.trim().split(';');\n\t\tconst durParam = params.find((p) => p.trim().toLowerCase().startsWith('dur'));\n\t\tif (!durParam) continue;\n\t\tconst dur = Number(durParam.split('=')[1]);\n\t\tif (!Number.isFinite(dur)) continue;\n\t\tconst key = name.trim().toLowerCase();\n\t\tif (key === 'decode' || key === 'solve' || key === 'encode') {\n\t\t\ttiming[key] = dur;\n\t\t\tsawMetric = true;\n\t\t}\n\t}\n\treturn sawMetric ? timing : null;\n}\n\n// ============================================================================\n// Retry Policy\n// ============================================================================\n\nconst DEFAULT_RETRY: Required<RetryPolicy> = {\n\tattempts: 0,\n\tbaseDelayMs: 500,\n\tmaxDelayMs: 30_000,\n\tretryOn429: true\n};\n\nconst RETRYABLE_STATUS = new Set([502, 503, 504]);\n\nfunction resolveRetryPolicy(policy: RetryPolicy | undefined): Required<RetryPolicy> {\n\tif (!policy) return DEFAULT_RETRY;\n\treturn {\n\t\tattempts: policy.attempts ?? DEFAULT_RETRY.attempts,\n\t\tbaseDelayMs: policy.baseDelayMs ?? DEFAULT_RETRY.baseDelayMs,\n\t\tmaxDelayMs: policy.maxDelayMs ?? DEFAULT_RETRY.maxDelayMs,\n\t\tretryOn429: policy.retryOn429 ?? DEFAULT_RETRY.retryOn429\n\t};\n}\n\n/**\n * Parse a Retry-After header value (seconds-int or HTTP-date) into ms.\n * Returns null if the header is missing or unparseable.\n */\nfunction parseRetryAfter(headerValue: string | null): number | null {\n\tif (!headerValue) return null;\n\tconst seconds = Number(headerValue);\n\tif (Number.isFinite(seconds) && seconds >= 0) return seconds * 1000;\n\tconst dateMs = Date.parse(headerValue);\n\tif (Number.isFinite(dateMs)) {\n\t\tconst delta = dateMs - Date.now();\n\t\treturn delta > 0 ? delta : 0;\n\t}\n\treturn null;\n}\n\nfunction backoffDelay(attempt: number, policy: Required<RetryPolicy>): number {\n\tconst exponential = policy.baseDelayMs * Math.pow(2, attempt);\n\tconst jitter = Math.random() * policy.baseDelayMs;\n\treturn Math.min(exponential + jitter, policy.maxDelayMs);\n}\n\nfunction sleep(ms: number, signal?: AbortSignal): Promise<void> {\n\treturn new Promise((resolve, reject) => {\n\t\tif (signal?.aborted) {\n\t\t\treject(new DOMException('Aborted', 'AbortError'));\n\t\t\treturn;\n\t\t}\n\t\tconst id = setTimeout(() => {\n\t\t\tsignal?.removeEventListener('abort', onAbort);\n\t\t\tresolve();\n\t\t}, ms);\n\t\tconst onAbort = () => {\n\t\t\tclearTimeout(id);\n\t\t\treject(new DOMException('Aborted', 'AbortError'));\n\t\t};\n\t\tsignal?.addEventListener('abort', onAbort, { once: true });\n\t});\n}\n\n// ============================================================================\n// Error Handling\n// ============================================================================\n\nfunction throwHttpError(\n\tresponse: Response,\n\tfullUrl: string,\n\trequestId: string,\n\trequestSize: number,\n\tserverUrl: string,\n\terrorBody: string\n): never {\n\tconst { status, statusText } = response;\n\n\tconst responseHeaders: Record<string, string> = {};\n\tresponse.headers.forEach((value, key) => {\n\t\tresponseHeaders[key] = value;\n\t});\n\n\tconst trimmed = errorBody.trim();\n\tconst bodyHint = trimmed ? ` — ${trimmed.slice(0, 200)}${trimmed.length > 200 ? '…' : ''}` : '';\n\n\tconst context = {\n\t\turl: fullUrl,\n\t\trequestId,\n\t\tmethod: 'POST',\n\t\trequestSize,\n\t\tserverUrl,\n\t\tresponseBody: errorBody || undefined,\n\t\tresponseHeaders\n\t};\n\n\tconst errorMap: Record<number, { message: string; code: string }> = {\n\t\t401: { message: `HTTP ${status}: ${statusText}${bodyHint}`, code: ErrorCodes.AUTH_ERROR },\n\t\t403: { message: `HTTP ${status}: ${statusText}${bodyHint}`, code: ErrorCodes.AUTH_ERROR },\n\t\t404: { message: `Endpoint not found: ${fullUrl}`, code: ErrorCodes.NETWORK_ERROR },\n\t\t413: {\n\t\t\tmessage: `Request too large: ${(requestSize / 1024).toFixed(2)}KB`,\n\t\t\tcode: ErrorCodes.VALIDATION_ERROR\n\t\t},\n\t\t429: { message: `Rate limit exceeded${bodyHint}`, code: ErrorCodes.NETWORK_ERROR },\n\t\t500: { message: `Server error: ${statusText}${bodyHint}`, code: ErrorCodes.COMPUTATION_ERROR },\n\t\t502: {\n\t\t\tmessage: `Service unavailable: ${statusText}${bodyHint}`,\n\t\t\tcode: ErrorCodes.NETWORK_ERROR\n\t\t},\n\t\t503: {\n\t\t\tmessage: `Service unavailable: ${statusText}${bodyHint}`,\n\t\t\tcode: ErrorCodes.NETWORK_ERROR\n\t\t},\n\t\t504: {\n\t\t\tmessage: `Service unavailable: ${statusText}${bodyHint}`,\n\t\t\tcode: ErrorCodes.NETWORK_ERROR\n\t\t}\n\t};\n\n\tconst error = errorMap[status] || {\n\t\tmessage: `HTTP ${status}: ${statusText}${bodyHint}`,\n\t\tcode: ErrorCodes.UNKNOWN_ERROR\n\t};\n\n\tthrow new RhinoComputeError(error.message, error.code, { statusCode: status, context });\n}\n\n// ============================================================================\n// Request Helpers\n// ============================================================================\n\nfunction buildUrl(endpoint: string, serverUrl: string): string {\n\tconst base = serverUrl.replace(/\\/+$/, '');\n\tconst path = endpoint.replace(/^\\/+/, '');\n\treturn `${base}/${path}`;\n}\n\nfunction isLocalhost(serverUrl: string): boolean {\n\ttry {\n\t\tconst host = new URL(serverUrl).host;\n\t\treturn /^(localhost|127\\.0\\.0\\.1|::1)(:\\d+)?$/i.test(host);\n\t} catch {\n\t\treturn /(localhost|127\\.0\\.0\\.1)/i.test(serverUrl);\n\t}\n}\n\nfunction buildHeaders(requestId: string, config: ComputeConfig): HeadersInit {\n\tconst headers: HeadersInit = {\n\t\t'X-Request-ID': requestId,\n\t\t'Content-Type': 'application/json',\n\t\t...(config.authToken && { Authorization: config.authToken }),\n\t\t...(config.apiKey && { RhinoComputeKey: config.apiKey })\n\t};\n\n\tif (!config.apiKey && !isLocalhost(config.serverUrl)) {\n\t\tgetLogger().warn(\n\t\t\t`⚠️ [Rhino Compute] Request [${requestId}] targets remote server (${config.serverUrl}) but no API key is configured. Requests may fail or be rate-limited.`\n\t\t);\n\t}\n\n\treturn headers;\n}\n\nfunction generateRequestId(): string {\n\treturn `${Date.now()}-${Math.random().toString(36).substring(2, 11)}`;\n}\n\nfunction log(message: string, debug?: boolean): void {\n\tif (debug) getLogger().debug(message);\n}\n\n/**\n * Compose a caller-supplied AbortSignal with an optional timeout. Returns a\n * combined signal, or `undefined` if neither was given.\n *\n * Uses `AbortSignal.timeout` (not setTimeout) so the timer is not throttled\n * when the tab is hidden. Falls back to a manual timer for older runtimes.\n *\n * @internal exported for tests\n */\nexport function composeSignal(\n\tcallerSignal: AbortSignal | undefined,\n\ttimeoutMs: number | undefined\n): { signal: AbortSignal | undefined; cleanup: () => void } {\n\tconst signals: AbortSignal[] = [];\n\tlet cleanup = () => {};\n\n\tif (callerSignal) signals.push(callerSignal);\n\n\tif (timeoutMs && timeoutMs > 0) {\n\t\tif (typeof AbortSignal !== 'undefined' && typeof AbortSignal.timeout === 'function') {\n\t\t\tsignals.push(AbortSignal.timeout(timeoutMs));\n\t\t} else {\n\t\t\t// Fallback for runtimes without AbortSignal.timeout\n\t\t\tconst ctrl = new AbortController();\n\t\t\tconst id = setTimeout(() => ctrl.abort(), timeoutMs);\n\t\t\tcleanup = () => clearTimeout(id);\n\t\t\tsignals.push(ctrl.signal);\n\t\t}\n\t}\n\n\tif (signals.length === 0) return { signal: undefined, cleanup };\n\tif (signals.length === 1) return { signal: signals[0], cleanup };\n\n\tif (typeof AbortSignal !== 'undefined' && typeof (AbortSignal as any).any === 'function') {\n\t\treturn { signal: (AbortSignal as any).any(signals) as AbortSignal, cleanup };\n\t}\n\n\t// Manual composition fallback\n\tconst ctrl = new AbortController();\n\tconst onAbort = () => ctrl.abort();\n\tfor (const s of signals) {\n\t\tif (s.aborted) {\n\t\t\tctrl.abort();\n\t\t\tbreak;\n\t\t}\n\t\ts.addEventListener('abort', onAbort, { once: true });\n\t}\n\tconst prevCleanup = cleanup;\n\tcleanup = () => {\n\t\tprevCleanup();\n\t\tfor (const s of signals) s.removeEventListener('abort', onAbort);\n\t};\n\treturn { signal: ctrl.signal, cleanup };\n}\n\n// ============================================================================\n// Response Processing\n// ============================================================================\n\nasync function handleResponse(\n\tresponse: Response,\n\tfullUrl: string,\n\trequestId: string,\n\trequestSize: number,\n\tserverUrl: string,\n\tstartTime: number,\n\tdebug?: boolean,\n\tonServerTiming?: (timing: ServerTiming) => void\n): Promise<any> {\n\tconst responseTime = Math.round(performance.now() - startTime);\n\n\tif (!response.ok) {\n\t\t// Read body once and reuse\n\t\tlet errorBody = await response.text();\n\n\t\t// Enhanced logging for errors\n\t\tif (debug) {\n\t\t\tlog(\n\t\t\t\t`❌ Request [${requestId}] failed with HTTP ${response.status} in ${responseTime}ms`,\n\t\t\t\ttrue\n\t\t\t);\n\t\t\tlog(` URL: ${fullUrl}`, true);\n\t\t\tlog(` Status: ${response.status} ${response.statusText}`, true);\n\t\t\tif (errorBody) {\n\t\t\t\tlog(\n\t\t\t\t\t` Response body: ${errorBody.substring(0, 500)}${errorBody.length > 500 ? '...' : ''}`,\n\t\t\t\t\ttrue\n\t\t\t\t);\n\t\t\t}\n\t\t}\n\n\t\t// Check if it's a valid compute response with errors/warnings\n\t\tif (response.status === 500) {\n\t\t\ttry {\n\t\t\t\tconst parsed = JSON.parse(errorBody);\n\t\t\t\t// If it has values, it's a partial success with errors\n\t\t\t\tif (parsed?.values && (parsed.errors || parsed.warnings)) {\n\t\t\t\t\tif (debug) {\n\t\t\t\t\t\tlog(\n\t\t\t\t\t\t\t`⚠️ Request [${requestId}] completed with Grasshopper errors in ${responseTime}ms`,\n\t\t\t\t\t\t\ttrue\n\t\t\t\t\t\t);\n\t\t\t\t\t\tif (parsed.errors?.length > 0) {\n\t\t\t\t\t\t\tlog(` Errors: ${JSON.stringify(parsed.errors, null, 2)}`, true);\n\t\t\t\t\t\t}\n\t\t\t\t\t\tif (parsed.warnings?.length > 0) {\n\t\t\t\t\t\t\tlog(` Warnings: ${JSON.stringify(parsed.warnings, null, 2)}`, true);\n\t\t\t\t\t\t}\n\t\t\t\t\t}\n\t\t\t\t\treturn parsed;\n\t\t\t\t}\n\n\t\t\t\t// Raw server-side exception. The Compute8 server's exception handler\n\t\t\t\t// (compute.geometry Startup.cs) emits:\n\t\t\t\t// { error: \"Internal Server Error\", message: \"<category>: <detail>\",\n\t\t\t\t// stackTrace?: string[] } // stackTrace only when Config.Debug\n\t\t\t\t// The actionable part is `message` — surface it, with the optional\n\t\t\t\t// stack appended for debugging. We prefer `message`/`error` (current\n\t\t\t\t// server) and keep `Message`/`ExceptionType`/`StackTrace` (old\n\t\t\t\t// PascalCase .NET shape) as a back-compat fallback so an older server\n\t\t\t\t// still produces a useful message.\n\t\t\t\tconst serverMessage =\n\t\t\t\t\t(typeof parsed?.message === 'string' && parsed.message) ||\n\t\t\t\t\t(typeof parsed?.Message === 'string' && parsed.Message) ||\n\t\t\t\t\t'';\n\t\t\t\tconst exceptionType =\n\t\t\t\t\t(typeof parsed?.ExceptionType === 'string' && parsed.ExceptionType) || '';\n\t\t\t\tconst stack = parsed?.stackTrace ?? parsed?.StackTrace;\n\t\t\t\tconst stackStr = Array.isArray(stack) ? stack.join('\\n') : stack || '';\n\n\t\t\t\tif (serverMessage) {\n\t\t\t\t\t// Don't repeat the generic \"Internal Server Error\" label when the\n\t\t\t\t\t// message already carries the real detail.\n\t\t\t\t\tconst prefix = exceptionType ? `${exceptionType}: ` : '';\n\t\t\t\t\terrorBody = `${prefix}${serverMessage}${stackStr ? `\\n${stackStr}` : ''}`;\n\t\t\t\t} else if (parsed?.error) {\n\t\t\t\t\terrorBody =\n\t\t\t\t\t\ttypeof parsed.error === 'string' ? parsed.error : JSON.stringify(parsed.error, null, 2);\n\t\t\t\t}\n\t\t\t} catch (e) {\n\t\t\t\tif (debug) {\n\t\t\t\t\tlog(` Failed to parse error body as JSON: ${e}`, true);\n\t\t\t\t}\n\t\t\t\t// Not valid JSON, proceed with HTTP error\n\t\t\t}\n\t\t}\n\n\t\tthrowHttpError(response, fullUrl, requestId, requestSize, serverUrl, errorBody);\n\t}\n\n\tlog(`✅ Request [${requestId}] completed in ${responseTime}ms`, debug);\n\n\t// Surface the server's per-request timing breakdown (if it sent one and a\n\t// caller is listening). Best-effort: a throwing callback must not fail the\n\t// request, since the body parse below is the real result.\n\tif (onServerTiming) {\n\t\tconst timing = parseServerTiming(response.headers.get('Server-Timing'));\n\t\tif (timing) {\n\t\t\ttry {\n\t\t\t\tonServerTiming(timing);\n\t\t\t} catch (err) {\n\t\t\t\tif (debug) log(` onServerTiming callback threw: ${err}`, true);\n\t\t\t}\n\t\t}\n\t}\n\n\ttry {\n\t\treturn await response.json();\n\t} catch (error) {\n\t\tthrow new RhinoComputeError('Failed to parse JSON response', ErrorCodes.NETWORK_ERROR, {\n\t\t\tstatusCode: response.status,\n\t\t\tcontext: {\n\t\t\t\turl: fullUrl,\n\t\t\t\trequestId\n\t\t\t},\n\t\t\toriginalError: error instanceof Error ? error : new Error(String(error))\n\t\t});\n\t}\n}\n\n// ============================================================================\n// Single attempt\n// ============================================================================\n\ninterface AttemptContext {\n\tendpoint: string;\n\tbody: string;\n\trequestSize: number;\n\tfullUrl: string;\n\trequestId: string;\n\theaders: HeadersInit;\n\tconfig: ComputeConfig;\n}\n\ninterface AttemptResult {\n\tok: true;\n\tvalue: any;\n}\n\ninterface AttemptRetry {\n\tok: false;\n\tretry: true;\n\tdelayMs: number;\n\tcause: RhinoComputeError;\n}\n\ninterface AttemptFatal {\n\tok: false;\n\tretry: false;\n\tcause: RhinoComputeError;\n}\n\nasync function attemptFetch(\n\tctx: AttemptContext,\n\tretryPolicy: Required<RetryPolicy>,\n\tattempt: number,\n\ttotalAttempts: number\n): Promise<AttemptResult | AttemptRetry | AttemptFatal> {\n\tconst { signal, cleanup } = composeSignal(ctx.config.signal, ctx.config.timeoutMs);\n\tconst startTime = performance.now();\n\n\ttry {\n\t\tconst response = await fetch(ctx.fullUrl, {\n\t\t\tmethod: 'POST',\n\t\t\tbody: ctx.body,\n\t\t\theaders: ctx.headers,\n\t\t\tsignal\n\t\t});\n\n\t\t// 429 with Retry-After or retryable 5xx → maybe retry\n\t\tconst isRetryableStatus =\n\t\t\tRETRYABLE_STATUS.has(response.status) || (retryPolicy.retryOn429 && response.status === 429);\n\n\t\tif (isRetryableStatus && attempt < totalAttempts - 1) {\n\t\t\tconst retryAfterMs = parseRetryAfter(response.headers.get('Retry-After'));\n\t\t\tconst delayMs = retryAfterMs ?? backoffDelay(attempt, retryPolicy);\n\t\t\t// Drain the body so the connection can be reused on the next attempt.\n\t\t\t// On the *final* attempt we deliberately fall through — handleResponse\n\t\t\t// reads the body itself to surface the error context.\n\t\t\tawait response.text().catch(() => {});\n\t\t\treturn {\n\t\t\t\tok: false,\n\t\t\t\tretry: true,\n\t\t\t\tdelayMs,\n\t\t\t\tcause: new RhinoComputeError(\n\t\t\t\t\t`HTTP ${response.status} ${response.statusText} (will retry)`,\n\t\t\t\t\tErrorCodes.NETWORK_ERROR,\n\t\t\t\t\t{ statusCode: response.status, context: { requestId: ctx.requestId } }\n\t\t\t\t)\n\t\t\t};\n\t\t}\n\n\t\tconst value = await handleResponse(\n\t\t\tresponse,\n\t\t\tctx.fullUrl,\n\t\t\tctx.requestId,\n\t\t\tctx.requestSize,\n\t\t\tctx.config.serverUrl,\n\t\t\tstartTime,\n\t\t\tctx.config.debug,\n\t\t\tctx.config.onServerTiming\n\t\t);\n\t\treturn { ok: true, value };\n\t} catch (error) {\n\t\t// Caller-aborted vs timeout-aborted distinction\n\t\tif (error instanceof Error && (error.name === 'AbortError' || error.name === 'TimeoutError')) {\n\t\t\tconst callerAborted = ctx.config.signal?.aborted === true;\n\n\t\t\tif (callerAborted) {\n\t\t\t\t// Caller cancellation is never retried — propagate immediately\n\t\t\t\treturn {\n\t\t\t\t\tok: false,\n\t\t\t\t\tretry: false,\n\t\t\t\t\tcause: new RhinoComputeError('Request aborted by caller', ErrorCodes.UNKNOWN_ERROR, {\n\t\t\t\t\t\tcontext: {\n\t\t\t\t\t\t\tendpoint: ctx.endpoint,\n\t\t\t\t\t\t\trequestId: ctx.requestId,\n\t\t\t\t\t\t\trequestSize: ctx.requestSize\n\t\t\t\t\t\t},\n\t\t\t\t\t\toriginalError: error\n\t\t\t\t\t})\n\t\t\t\t};\n\t\t\t}\n\n\t\t\t// Timeout — retryable up to attempts limit\n\t\t\tconst fatal = new RhinoComputeError(\n\t\t\t\t`Request timed out after ${ctx.config.timeoutMs}ms`,\n\t\t\t\tErrorCodes.TIMEOUT_ERROR,\n\t\t\t\t{\n\t\t\t\t\tcontext: {\n\t\t\t\t\t\tserverUrl: ctx.config.serverUrl,\n\t\t\t\t\t\ttimeoutMs: ctx.config.timeoutMs,\n\t\t\t\t\t\turl: ctx.fullUrl,\n\t\t\t\t\t\trequestId: ctx.requestId,\n\t\t\t\t\t\tendpoint: ctx.endpoint,\n\t\t\t\t\t\trequestSize: ctx.requestSize\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t);\n\t\t\tif (attempt < totalAttempts - 1) {\n\t\t\t\treturn {\n\t\t\t\t\tok: false,\n\t\t\t\t\tretry: true,\n\t\t\t\t\tdelayMs: backoffDelay(attempt, retryPolicy),\n\t\t\t\t\tcause: fatal\n\t\t\t\t};\n\t\t\t}\n\t\t\treturn { ok: false, retry: false, cause: fatal };\n\t\t}\n\n\t\t// Network error (TypeError) — retryable\n\t\tif (error instanceof TypeError) {\n\t\t\tconst fatal = new RhinoComputeError(\n\t\t\t\t`Network error: ${error.message}`,\n\t\t\t\tErrorCodes.NETWORK_ERROR,\n\t\t\t\t{\n\t\t\t\t\tcontext: {\n\t\t\t\t\t\tserverUrl: ctx.config.serverUrl,\n\t\t\t\t\t\turl: ctx.fullUrl,\n\t\t\t\t\t\trequestId: ctx.requestId,\n\t\t\t\t\t\tendpoint: ctx.endpoint,\n\t\t\t\t\t\trequestSize: ctx.requestSize\n\t\t\t\t\t},\n\t\t\t\t\toriginalError: error\n\t\t\t\t}\n\t\t\t);\n\t\t\tif (attempt < totalAttempts - 1) {\n\t\t\t\treturn {\n\t\t\t\t\tok: false,\n\t\t\t\t\tretry: true,\n\t\t\t\t\tdelayMs: backoffDelay(attempt, retryPolicy),\n\t\t\t\t\tcause: fatal\n\t\t\t\t};\n\t\t\t}\n\t\t\treturn { ok: false, retry: false, cause: fatal };\n\t\t}\n\n\t\t// RhinoComputeError thrown from handleResponse — already has full context.\n\t\t// Retryable only if it carries a retryable status code.\n\t\tif (error instanceof RhinoComputeError) {\n\t\t\tconst status = error.statusCode;\n\t\t\tconst retryable =\n\t\t\t\tstatus !== undefined &&\n\t\t\t\t(RETRYABLE_STATUS.has(status) || (retryPolicy.retryOn429 && status === 429));\n\t\t\tif (retryable && attempt < totalAttempts - 1) {\n\t\t\t\treturn {\n\t\t\t\t\tok: false,\n\t\t\t\t\tretry: true,\n\t\t\t\t\tdelayMs: backoffDelay(attempt, retryPolicy),\n\t\t\t\t\tcause: error\n\t\t\t\t};\n\t\t\t}\n\t\t\treturn { ok: false, retry: false, cause: error };\n\t\t}\n\n\t\t// Unknown — wrap and don't retry\n\t\treturn {\n\t\t\tok: false,\n\t\t\tretry: false,\n\t\t\tcause: new RhinoComputeError(\n\t\t\t\terror instanceof Error ? error.message : String(error),\n\t\t\t\tErrorCodes.UNKNOWN_ERROR,\n\t\t\t\t{\n\t\t\t\t\tcontext: { endpoint: ctx.endpoint, requestId: ctx.requestId },\n\t\t\t\t\toriginalError: error instanceof Error ? error : new Error(String(error))\n\t\t\t\t}\n\t\t\t)\n\t\t};\n\t} finally {\n\t\tcleanup();\n\t}\n}\n\n// ============================================================================\n// Main Function\n// ============================================================================\n\n/**\n * Generic Rhino Compute fetch function.\n * Sends a POST request to any Compute endpoint with pre-prepared arguments.\n *\n * Use this for advanced, low-level control over compute requests. For most use cases, prefer higher-level APIs.\n *\n * The transport is response-type-agnostic: it does not know which response a\n * given endpoint returns. Callers supply the response type via `R` (defaulting\n * to `unknown`, which forces an explicit narrowing before use).\n *\n * @typeParam R - The expected response shape. The caller names it at the call site.\n * @param endpoint - The Compute API endpoint (e.g., 'grasshopper', 'io', 'mesh').\n * @param args - Pre-prepared arguments for the request body.\n * @param config - Compute configuration (server URL, API key, timeout, debug, retry, signal).\n * @returns The parsed JSON response from the server, typed as `R`.\n *\n * @example\n * // Basic usage for the Grasshopper endpoint:\n * const response = await fetchRhinoCompute(\n * 'grasshopper',\n * { ... },\n * {\n * serverUrl: 'https://my-server.com',\n * debug: true,\n * timeoutMs: 30_000,\n * retry: { attempts: 2 },\n * signal: controller.signal,\n * }\n * );\n */\nexport async function fetchRhinoCompute<R = unknown>(\n\tendpoint: string,\n\targs: Record<string, any>,\n\tconfig: ComputeConfig\n): Promise<R> {\n\tconst requestId = generateRequestId();\n\tconst body = JSON.stringify(args);\n\tconst requestSize = body.length;\n\tconst fullUrl = buildUrl(endpoint, config.serverUrl);\n\tconst headers = buildHeaders(requestId, config);\n\tconst retryPolicy = resolveRetryPolicy(config.retry);\n\tconst totalAttempts = retryPolicy.attempts + 1;\n\n\tif (config.debug) {\n\t\tconst sizeKb = (requestSize / 1024).toFixed(2);\n\t\tconst emoji = requestSize > 100000 ? '⚠️' : '🚀';\n\t\tlog(`${emoji} Starting compute request [${requestId}]: ${endpoint} (${sizeKb}KB)`, true);\n\t}\n\n\tconst ctx: AttemptContext = {\n\t\tendpoint,\n\t\tbody,\n\t\trequestSize,\n\t\tfullUrl,\n\t\trequestId,\n\t\theaders,\n\t\tconfig\n\t};\n\n\tlet lastError: RhinoComputeError | null = null;\n\n\tfor (let attempt = 0; attempt < totalAttempts; attempt++) {\n\t\tconst result = await attemptFetch(ctx, retryPolicy, attempt, totalAttempts);\n\n\t\tif (result.ok) return result.value as R;\n\n\t\tif (!result.retry) throw result.cause;\n\n\t\tlastError = result.cause;\n\t\tif (config.debug) {\n\t\t\tlog(\n\t\t\t\t`🔁 Request [${requestId}] retrying after ${result.delayMs}ms (attempt ${attempt + 2}/${totalAttempts}): ${result.cause.message}`,\n\t\t\t\ttrue\n\t\t\t);\n\t\t}\n\n\t\ttry {\n\t\t\tawait sleep(result.delayMs, config.signal);\n\t\t} catch {\n\t\t\t// Caller cancelled during backoff\n\t\t\tthrow new RhinoComputeError('Request aborted by caller', ErrorCodes.UNKNOWN_ERROR, {\n\t\t\t\tcontext: { endpoint, requestId, requestSize },\n\t\t\t\toriginalError: lastError\n\t\t\t});\n\t\t}\n\t}\n\n\t// Exhausted retries — throw the last seen error\n\tthrow (\n\t\tlastError ??\n\t\tnew RhinoComputeError('Unknown error after retries', ErrorCodes.UNKNOWN_ERROR, {\n\t\t\tcontext: { endpoint, requestId, requestSize }\n\t\t})\n\t);\n}\n"]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true}); function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { newObj[key] = obj[key]; } } } newObj.default = obj; return newObj; } } function _nullishCoalesce(lhs, rhsFn) { if (lhs != null) { return lhs; } else { return rhsFn(); } } function _optionalChain(ops) { let lastAccessLHS = undefined; let value = ops[0]; let i = 1; while (i < ops.length) { const op = ops[i]; const fn = ops[i + 1]; i += 2; if ((op === 'optionalAccess' || op === 'optionalCall') && value == null) { return undefined; } if (op === 'access' || op === 'optionalAccess') { lastAccessLHS = value; value = fn(value); } else if (op === 'call' || op === 'optionalCall') { value = fn((...args) => value.call(lastAccessLHS, ...args)); lastAccessLHS = undefined; } } return value; }var _chunkMQKJ46HTcjs = require('./chunk-MQKJ46HT.cjs');var _three = require('three'); var i = _interopRequireWildcard(_three); var w = _interopRequireWildcard(_three); var b = _interopRequireWildcard(_three); var M = _interopRequireWildcard(_three);var _OrbitControlsjs = require('three/addons/controls/OrbitControls.js');var _HDRLoaderjs = require('three/addons/loaders/HDRLoader.js');var V=new i.Vector3(0,0,1),P=(e,r,n,t)=>{switch(e){case"mm":return r;case"cm":return n;default:return t}},Ze= exports.a =function(e,r){let n=oe(r||{}),t=ae(n),o=de(n,e),s=me(e,n),a=he(o,e,n);ce(t,n),le(t,n),_optionalChain([n, 'access', _2 => _2.floor, 'optionalAccess', _3 => _3.enabled])&&ue(t,n);let u=n.events.enableEventHandlers!==!1?fe(e,t,o,a,n):{dispose:()=>{},fitToView:()=>{},clearSelection:()=>{}},c=e.parentElement,h=()=>c?{width:c.clientWidth,height:c.clientHeight}:{width:window.innerWidth,height:window.innerHeight},{animate:m,dispose:l}=ie(s,t,o,a,h,n.events.onFrame);m();let E=_optionalChain([n, 'access', _4 => _4.environment, 'optionalAccess', _5 => _5.sceneUp])||V;return t.up.set(E.x,E.y,E.z),{scene:t,camera:o,controls:a,renderer:s,dispose:()=>{l(),u.dispose(),a.dispose(),s.dispose(),t.traverse(d=>{d instanceof i.Mesh&&(_optionalChain([d, 'access', _6 => _6.geometry, 'optionalAccess', _7 => _7.dispose, 'call', _8 => _8()]),Array.isArray(d.material)?d.material.forEach(H=>H.dispose()):_optionalChain([d, 'access', _9 => _9.material, 'optionalAccess', _10 => _10.dispose, 'call', _11 => _11()]))})},fitToView:u.fitToView,clearSelection:u.clearSelection}};function oe(e){let r=e.sceneScale||"m",t={mm:{cameraDistance:20,near:.1,far:2e3,floorSize:100,lightDistance:10,lightHeight:20,minDistance:.1,shadowSize:100,scaleFactor:1e3},cm:{cameraDistance:20,near:.1,far:2e3,floorSize:100,lightDistance:25,lightHeight:50,minDistance:.1,shadowSize:100,scaleFactor:100},m:{cameraDistance:10,near:.01,far:2e3,floorSize:50,lightDistance:25,lightHeight:50,minDistance:.001,shadowSize:100,scaleFactor:1},inches:{cameraDistance:15,near:.1,far:2e3,floorSize:80,lightDistance:20,lightHeight:40,minDistance:.1,shadowSize:80,scaleFactor:39.37},feet:{cameraDistance:8,near:.1,far:2e3,floorSize:40,lightDistance:15,lightHeight:30,minDistance:.1,shadowSize:60,scaleFactor:3.28084}}[r];return{sceneScale:r,camera:{position:_optionalChain([e, 'access', _12 => _12.camera, 'optionalAccess', _13 => _13.position])||new i.Vector3(-t.cameraDistance,t.cameraDistance,t.cameraDistance),fov:_optionalChain([e, 'access', _14 => _14.camera, 'optionalAccess', _15 => _15.fov])||20,near:_optionalChain([e, 'access', _16 => _16.camera, 'optionalAccess', _17 => _17.near])||t.near,far:_optionalChain([e, 'access', _18 => _18.camera, 'optionalAccess', _19 => _19.far])||t.far,target:_optionalChain([e, 'access', _20 => _20.camera, 'optionalAccess', _21 => _21.target])||new i.Vector3(0,0,0)},lighting:{enableSunlight:_nullishCoalesce(_optionalChain([e, 'access', _22 => _22.lighting, 'optionalAccess', _23 => _23.enableSunlight]), () => (!0)),sunlightIntensity:_optionalChain([e, 'access', _24 => _24.lighting, 'optionalAccess', _25 => _25.sunlightIntensity])||1,sunlightPosition:_optionalChain([e, 'access', _26 => _26.lighting, 'optionalAccess', _27 => _27.sunlightPosition])||new i.Vector3(t.lightDistance,t.lightHeight,t.lightDistance),ambientLightColor:_optionalChain([e, 'access', _28 => _28.lighting, 'optionalAccess', _29 => _29.ambientLightColor])||new i.Color(4210752),ambientLightIntensity:_optionalChain([e, 'access', _30 => _30.lighting, 'optionalAccess', _31 => _31.ambientLightIntensity])||1,sunlightColor:_optionalChain([e, 'access', _32 => _32.lighting, 'optionalAccess', _33 => _33.sunlightColor])||16777215},environment:{hdrPath:_optionalChain([e, 'access', _34 => _34.environment, 'optionalAccess', _35 => _35.hdrPath])||"/baseHDR.hdr",backgroundColor:_optionalChain([e, 'access', _36 => _36.environment, 'optionalAccess', _37 => _37.backgroundColor])||new i.Color(15790320),enableEnvironmentLighting:_nullishCoalesce(_optionalChain([e, 'access', _38 => _38.environment, 'optionalAccess', _39 => _39.enableEnvironmentLighting]), () => (!0)),sceneUp:_optionalChain([e, 'access', _40 => _40.environment, 'optionalAccess', _41 => _41.sceneUp])||V,showEnvironment:_nullishCoalesce(_optionalChain([e, 'access', _42 => _42.environment, 'optionalAccess', _43 => _43.showEnvironment]), () => (!1))},floor:{enabled:_nullishCoalesce(_optionalChain([e, 'access', _44 => _44.floor, 'optionalAccess', _45 => _45.enabled]), () => (!1)),size:_optionalChain([e, 'access', _46 => _46.floor, 'optionalAccess', _47 => _47.size])||t.floorSize,color:_optionalChain([e, 'access', _48 => _48.floor, 'optionalAccess', _49 => _49.color])||new i.Color(8421504),roughness:_optionalChain([e, 'access', _50 => _50.floor, 'optionalAccess', _51 => _51.roughness])||.7,metalness:_optionalChain([e, 'access', _52 => _52.floor, 'optionalAccess', _53 => _53.metalness])||0,receiveShadow:_nullishCoalesce(_optionalChain([e, 'access', _54 => _54.floor, 'optionalAccess', _55 => _55.receiveShadow]), () => (!0))},render:{enableShadows:_nullishCoalesce(_optionalChain([e, 'access', _56 => _56.render, 'optionalAccess', _57 => _57.enableShadows]), () => (!0)),shadowMapSize:_optionalChain([e, 'access', _58 => _58.render, 'optionalAccess', _59 => _59.shadowMapSize])||2048,antialias:_nullishCoalesce(_optionalChain([e, 'access', _60 => _60.render, 'optionalAccess', _61 => _61.antialias]), () => (!0)),pixelRatio:_optionalChain([e, 'access', _62 => _62.render, 'optionalAccess', _63 => _63.pixelRatio])||Math.min(window.devicePixelRatio,2),toneMapping:_optionalChain([e, 'access', _64 => _64.render, 'optionalAccess', _65 => _65.toneMapping])||i.NeutralToneMapping,toneMappingExposure:_optionalChain([e, 'access', _66 => _66.render, 'optionalAccess', _67 => _67.toneMappingExposure])||1,preserveDrawingBuffer:_nullishCoalesce(_optionalChain([e, 'access', _68 => _68.render, 'optionalAccess', _69 => _69.preserveDrawingBuffer]), () => (!1))},controls:{enableDamping:_nullishCoalesce(_optionalChain([e, 'access', _70 => _70.controls, 'optionalAccess', _71 => _71.enableDamping]), () => (!1)),dampingFactor:_optionalChain([e, 'access', _72 => _72.controls, 'optionalAccess', _73 => _73.dampingFactor])||.05,autoRotate:_nullishCoalesce(_optionalChain([e, 'access', _74 => _74.controls, 'optionalAccess', _75 => _75.autoRotate]), () => (!1)),autoRotateSpeed:_optionalChain([e, 'access', _76 => _76.controls, 'optionalAccess', _77 => _77.autoRotateSpeed])||.5,enableZoom:_nullishCoalesce(_optionalChain([e, 'access', _78 => _78.controls, 'optionalAccess', _79 => _79.enableZoom]), () => (!0)),enablePan:_nullishCoalesce(_optionalChain([e, 'access', _80 => _80.controls, 'optionalAccess', _81 => _81.enablePan]), () => (!0)),minDistance:_optionalChain([e, 'access', _82 => _82.controls, 'optionalAccess', _83 => _83.minDistance])||t.minDistance,maxDistance:_optionalChain([e, 'access', _84 => _84.controls, 'optionalAccess', _85 => _85.maxDistance])||1/0},events:{onBackgroundClicked:_optionalChain([e, 'access', _86 => _86.events, 'optionalAccess', _87 => _87.onBackgroundClicked]),onObjectSelected:_optionalChain([e, 'access', _88 => _88.events, 'optionalAccess', _89 => _89.onObjectSelected]),onMeshMetadataClicked:_optionalChain([e, 'access', _90 => _90.events, 'optionalAccess', _91 => _91.onMeshMetadataClicked]),onMeshDoubleClicked:_optionalChain([e, 'access', _92 => _92.events, 'optionalAccess', _93 => _93.onMeshDoubleClicked]),selectionColor:_optionalChain([e, 'access', _94 => _94.events, 'optionalAccess', _95 => _95.selectionColor])||"#ff0000",enableEventHandlers:_nullishCoalesce(_optionalChain([e, 'access', _96 => _96.events, 'optionalAccess', _97 => _97.enableEventHandlers]), () => (!0)),enableKeyboardControls:_nullishCoalesce(_optionalChain([e, 'access', _98 => _98.events, 'optionalAccess', _99 => _99.enableKeyboardControls]), () => (!0)),enableClickToFocus:_nullishCoalesce(_optionalChain([e, 'access', _100 => _100.events, 'optionalAccess', _101 => _101.enableClickToFocus]), () => (!0)),enableDoubleClickZoom:_nullishCoalesce(_optionalChain([e, 'access', _102 => _102.events, 'optionalAccess', _103 => _103.enableDoubleClickZoom]), () => (!0)),onReady:_optionalChain([e, 'access', _104 => _104.events, 'optionalAccess', _105 => _105.onReady]),onFrame:_optionalChain([e, 'access', _106 => _106.events, 'optionalAccess', _107 => _107.onFrame])}}}function ae(e){let r=new i.Scene,n=typeof e.environment.backgroundColor=="string"?new i.Color(e.environment.backgroundColor):e.environment.backgroundColor;return r.background=n||null,r}function se(e,r,n,t,o=200){let s=e.position.clone(),a=r.target.clone(),u=performance.now(),c=m=>1-Math.pow(1-m,3),h=()=>{let m=performance.now()-u,l=c(Math.min(m/o,1));e.position.lerpVectors(s,n,l),r.target.lerpVectors(a,t,l),r.update(),l<1&&requestAnimationFrame(h)};requestAnimationFrame(h)}function ie(e,r,n,t,o,s){let a=null,u=performance.now(),c=()=>{let{width:l,height:E}=o();if(l===0||E===0)return;let g=Math.min(window.devicePixelRatio,2),d=Math.round(l*g),H=Math.round(E*g);(e.domElement.width!==d||e.domElement.height!==H)&&(e.setPixelRatio(g),e.setSize(l,E,!1),n.aspect=l/E,n.updateProjectionMatrix())},h=function(){a=requestAnimationFrame(h);let l=performance.now(),E=(l-u)/1e3;u=l,c(),(t.enableDamping||t.autoRotate)&&t.update(),_optionalChain([s, 'optionalCall', _108 => _108(E)]),e.render(r,n)};return{animate:h,dispose:()=>{a!==null&&(cancelAnimationFrame(a),a=null)}}}function ce(e,r){r.environment.enableEnvironmentLighting?new (0, _HDRLoaderjs.HDRLoader)().load(r.environment.hdrPath||"/baseHDR.hdr",function(n){n.mapping=i.EquirectangularReflectionMapping,e.environment=n,r.environment.showEnvironment&&(e.background=n),_optionalChain([r, 'access', _109 => _109.events, 'access', _110 => _110.onReady, 'optionalCall', _111 => _111()])},void 0,function(n){_chunkMQKJ46HTcjs.e.call(void 0, ).warn("HDR texture could not be loaded, falling back to basic lighting:",n),_optionalChain([r, 'access', _112 => _112.events, 'access', _113 => _113.onReady, 'optionalCall', _114 => _114()])}):_optionalChain([r, 'access', _115 => _115.events, 'access', _116 => _116.onReady, 'optionalCall', _117 => _117()])}function le(e,r){let n=new i.AmbientLight(r.lighting.ambientLightColor,r.lighting.ambientLightIntensity);if(e.add(n),r.lighting.enableSunlight){let t=new i.DirectionalLight(_nullishCoalesce(r.lighting.sunlightColor, () => (16777215)),r.lighting.sunlightIntensity),o=r.lighting.sunlightPosition;if(o&&t.position.set(o.x,o.y,o.z),r.render.enableShadows){t.castShadow=!0;let s=P(r.sceneScale,.1,10,100);t.shadow.camera.left=-s,t.shadow.camera.right=s,t.shadow.camera.top=s,t.shadow.camera.bottom=-s;let a=P(r.sceneScale,.001,.1,.5),u=P(r.sceneScale,1,100,500);t.shadow.camera.near=a,t.shadow.camera.far=u,t.shadow.mapSize.width=r.render.shadowMapSize||2048,t.shadow.mapSize.height=r.render.shadowMapSize||2048,t.shadow.bias=-1e-4,t.shadow.normalBias=.02}e.add(t)}}function ue(e,r){let n=r.floor.size,t=new i.PlaneGeometry(n,n),o=typeof r.floor.color=="string"?new i.Color(r.floor.color):r.floor.color,s=new i.MeshStandardMaterial({color:o,roughness:r.floor.roughness,metalness:r.floor.metalness,side:i.DoubleSide}),a=new i.Mesh(t,s);a.userData.id="floor",a.name="floor",a.rotation.x=-Math.PI/2,a.position.y=0,r.floor.receiveShadow&&r.render.enableShadows&&(a.receiveShadow=!0),e.add(a)}function de(e,r){let n=r.parentElement,t=n?n.clientWidth:window.innerWidth,o=n?n.clientHeight:window.innerHeight,s=new i.PerspectiveCamera(e.camera.fov,t/o,e.camera.near,e.camera.far),a=e.camera.position;return a&&s.position.set(a.x,a.y,a.z),s}function me(e,r){let n=new i.WebGLRenderer({antialias:r.render.antialias,canvas:e,alpha:!0,powerPreference:"high-performance",preserveDrawingBuffer:r.render.preserveDrawingBuffer,logarithmicDepthBuffer:!0}),t=e.parentElement,o=t?t.clientWidth:window.innerWidth,s=t?t.clientHeight:window.innerHeight;return t&&(e.style.width="100%",e.style.height="100%",e.style.display="block"),n.setSize(o,s,!1),n.setPixelRatio(r.render.pixelRatio||Math.min(window.devicePixelRatio,2)),r.render.enableShadows&&(n.shadowMap.enabled=!0,n.shadowMap.type=i.VSMShadowMap),n.toneMapping=r.render.toneMapping,n.toneMappingExposure=r.render.toneMappingExposure||1,n.outputColorSpace=i.SRGBColorSpace,n.sortObjects=!0,n}function fe(e,r,n,t,o){let s=new Set,a=new Map,u=new i.Raycaster,c=new i.Vector2,h=new i.Vector2,m=f=>{let p=f;for(;p;){if(!p.visible)return!1;p=p.parent}return!0},l=()=>{let f=new i.Box3;if(r.traverse(A=>{A.visible&&A.userData.id!=="floor"&&A instanceof i.Mesh&&f.expandByObject(A)}),f.isEmpty()){_chunkMQKJ46HTcjs.e.call(void 0, ).warn("No objects to fit to view");return}let p=f.getCenter(new i.Vector3),T=f.getSize(new i.Vector3),v=Math.max(T.x,T.y,T.z),R=n.fov*(Math.PI/180),S=v/(2*Math.tan(R/2));S*=1.5;let O=n.position.clone().sub(t.target).normalize();n.position.copy(p.clone().add(O.multiplyScalar(S))),t.target.copy(p),t.update()},E=typeof o.events.selectionColor=="string"?new i.Color(o.events.selectionColor):o.events.selectionColor instanceof i.Color?o.events.selectionColor:new i.Color("#ff0000"),g=()=>{s.forEach(f=>{f instanceof i.Mesh&&a.has(f)&&(f.material=a.get(f),a.delete(f))}),s.clear()},d=f=>{h.set(f.clientX,f.clientY)},H=f=>{let p=new i.Vector2(f.clientX,f.clientY);if(h.distanceTo(p)>5)return;let T=e.getBoundingClientRect();c.x=(f.clientX-T.left)/T.width*2-1,c.y=-((f.clientY-T.top)/T.height)*2+1,u.setFromCamera(c,n);let v=u.intersectObjects(r.children,!0).filter(R=>m(R.object));if(v.length>0){let R=v[0].object;if(!s.has(R)){if(g(),s.add(R),R instanceof i.Mesh&&R.material instanceof i.Material){a.set(R,R.material);let S=R.material.clone();S.emissive=E.clone(),R.material=S}_optionalChain([o, 'access', _118 => _118.events, 'optionalAccess', _119 => _119.onObjectSelected, 'optionalCall', _120 => _120(R)]),R instanceof i.Mesh&&Object.keys(R.userData).length>0&&_optionalChain([o, 'access', _121 => _121.events, 'optionalAccess', _122 => _122.onMeshMetadataClicked, 'optionalCall', _123 => _123(R.userData)])}}else g(),_optionalChain([o, 'access', _124 => _124.events, 'optionalAccess', _125 => _125.onBackgroundClicked, 'optionalCall', _126 => _126({x:c.x,y:c.y})])},L=f=>{let p=e.getBoundingClientRect();c.x=(f.clientX-p.left)/p.width*2-1,c.y=-((f.clientY-p.top)/p.height)*2+1,u.setFromCamera(c,n);let T=u.intersectObjects(r.children,!0).filter(ee=>m(ee.object));if(T.length===0)return;let v=T[0].object;if(_optionalChain([o, 'access', _127 => _127.events, 'optionalAccess', _128 => _128.onMeshDoubleClicked, 'optionalCall', _129 => _129(v)]),!_optionalChain([o, 'access', _130 => _130.events, 'optionalAccess', _131 => _131.enableDoubleClickZoom]))return;let R=new i.Box3().setFromObject(v);if(R.isEmpty())return;let S=R.getCenter(new i.Vector3),O=R.getSize(new i.Vector3),A=Math.max(O.x,O.y,O.z),K=n.fov*(Math.PI/180),X=A/(2*Math.tan(K/2))*1.5,J=n.position.clone().sub(t.target).normalize(),Q=S.clone().add(J.multiplyScalar(X));se(n,t,Q,S)},x=f=>{if(_optionalChain([o, 'access', _132 => _132.events, 'optionalAccess', _133 => _133.enableKeyboardControls]))switch(f.key.toLowerCase()){case"f":f.preventDefault(),l();break;case"escape":f.preventDefault(),g();break;case" ":f.preventDefault(),l();break}};return _optionalChain([o, 'access', _134 => _134.events, 'optionalAccess', _135 => _135.enableClickToFocus])&&(e.addEventListener("mousedown",d),e.addEventListener("click",H),e.addEventListener("dblclick",L)),_optionalChain([o, 'access', _136 => _136.events, 'optionalAccess', _137 => _137.enableKeyboardControls])&&(e.setAttribute("tabindex","0"),e.addEventListener("keydown",x)),{dispose:()=>{e.removeEventListener("mousedown",d),e.removeEventListener("click",H),e.removeEventListener("dblclick",L),e.removeEventListener("keydown",x),g()},fitToView:l,clearSelection:g}}function he(e,r,n){let t=new (0, _OrbitControlsjs.OrbitControls)(e,r),o=n.camera.target;return o&&t.target.set(o.x,o.y,o.z),t.enableDamping=n.controls.enableDamping||!1,t.dampingFactor=n.controls.dampingFactor||.05,t.autoRotate=n.controls.autoRotate||!1,t.autoRotateSpeed=n.controls.autoRotateSpeed||.5,t.enableZoom=_nullishCoalesce(n.controls.enableZoom, () => (!0)),t.enablePan=_nullishCoalesce(n.controls.enablePan, () => (!0)),t.minDistance=n.controls.minDistance||.001,t.maxDistance=n.controls.maxDistance||1/0,t.screenSpacePanning=!1,t.maxPolarAngle=Math.PI,t.update(),t}var B={HUGE_THRESHOLD:1e4,LARGE_THRESHOLD:1e3,SCALE_RATIO_THRESHOLD:100,NEAR_PLANE_FACTOR:{TINY:1e-4,SMALL:.001,NORMAL:.01},FAR_PLANE_FACTOR:{HUGE:100,LARGE:50,NORMAL:20},INITIAL_DISTANCE_MULTIPLIER:4};function Xe(e,r,n,t,o){if(Ee(e),r.length===0)return;r.forEach(m=>{e.add(m)});let s=z(r),a=s.getCenter(new w.Vector3),u=s.getSize(new w.Vector3),c=Math.max(u.x,u.y,u.z);if(c/Math.min(u.x||1,u.y||1,u.z||1)>B.SCALE_RATIO_THRESHOLD||c>B.HUGE_THRESHOLD?(n.near=c*B.NEAR_PLANE_FACTOR.TINY,n.far=c*B.FAR_PLANE_FACTOR.HUGE):c>B.LARGE_THRESHOLD?(n.near=c*B.NEAR_PLANE_FACTOR.SMALL,n.far=c*B.FAR_PLANE_FACTOR.LARGE):(n.near=Math.max(.01,c*B.NEAR_PLANE_FACTOR.NORMAL),n.far=Math.max(2e3,c*B.FAR_PLANE_FACTOR.NORMAL)),n.updateProjectionMatrix(),o)t.minDistance=n.near*2,t.maxDistance=n.far*.9;else{let m=c*B.INITIAL_DISTANCE_MULTIPLIER;n.position.set(a.x+m*.8,a.y+m,a.z+m*1.2),t.target.copy(a),t.minDistance=n.near*2,t.maxDistance=n.far*.9,t.update()}}function N(e){if(!e||typeof e!="string")return _chunkMQKJ46HTcjs.e.call(void 0, ).warn(`Invalid color input: ${e}, using white`),new w.Color(16777215);let r=e.trim();if(/^#?[0-9A-Fa-f]{6}$/.test(r))try{let n=r.startsWith("#")?r:`#${r}`;return new w.Color(n)}catch (e2){return _chunkMQKJ46HTcjs.e.call(void 0, ).warn(`Invalid hex color: ${e}, using white`),new w.Color(16777215)}if(r.includes(",")){let n=r.split(",").map(t=>parseInt(t.trim(),10));if(n.length===3&&n.every(t=>!isNaN(t)&&t>=0&&t<=255))return new w.Color(n[0]/255,n[1]/255,n[2]/255)}try{return new w.Color(r.toLowerCase())}catch (e3){return _chunkMQKJ46HTcjs.e.call(void 0, ).warn(`Invalid color string: ${e}, using white`),new w.Color(16777215)}}function G(e,r){e.forEach(n=>{n.position.y-=r})}function z(e){let r=new w.Box3;return e.length===0||e.forEach(n=>{n.updateMatrixWorld(!0);let t=new w.Box3().setFromObject(n);r.union(t)}),r}function Ee(e){[...e.children].forEach(n=>{n.userData.id!=="floor"&&(n.traverse(t=>{if(!(t instanceof w.Mesh))return;_optionalChain([t, 'access', _138 => _138.geometry, 'optionalAccess', _139 => _139.dispose, 'call', _140 => _140()]),(Array.isArray(t.material)?t.material:[t.material]).forEach(s=>{for(let a of Object.values(s))a instanceof w.Texture&&a.dispose();s.dispose()})}),n.removeFromParent())})}var Me={};_chunkMQKJ46HTcjs.a.call(void 0, Me,{CONCRETE_MATERIAL:()=>ye,EMISSIVE_MATERIAL:()=>pe,GLASS_MATERIAL:()=>Re,METAL_MATERIAL:()=>ge,PLASTIC_MATERIAL:()=>be,RUBBER_MATERIAL:()=>Te,WOOD_MATERIAL:()=>we});var pe=new b.MeshPhysicalMaterial({color:0,emissive:new b.Color(16777215),emissiveIntensity:5,metalness:0,roughness:.2,clearcoat:.3,clearcoatRoughness:.2,depthWrite:!0,depthTest:!0,transparent:!1,alphaTest:0,polygonOffset:!0,side:b.FrontSide,dithering:!0}),ge=new b.MeshPhysicalMaterial({color:new b.Color(0),metalness:.9,roughness:.3,envMapIntensity:1.2,clearcoat:.3,clearcoatRoughness:.2,reflectivity:1,ior:2.5,thickness:1,depthWrite:!0,transparent:!1,alphaTest:0,depthTest:!0,polygonOffset:!0,side:b.FrontSide,dithering:!0}),ye=new b.MeshPhysicalMaterial({color:new b.Color(13421772),metalness:0,roughness:.92,envMapIntensity:.15,clearcoat:.05,clearcoatRoughness:.9,reflectivity:.15,transmission:0,ior:1.45,thickness:0,depthWrite:!0,transparent:!1,alphaTest:.5,depthTest:!0,polygonOffset:!0,side:b.FrontSide,dithering:!0}),be=new b.MeshPhysicalMaterial({color:new b.Color(16777215),metalness:0,roughness:.3,envMapIntensity:.5,clearcoat:.5,clearcoatRoughness:.1,reflectivity:.5,ior:1.4,transmission:0,transparent:!1,depthWrite:!0,side:b.FrontSide,dithering:!0,polygonOffset:!0,polygonOffsetFactor:1,polygonOffsetUnits:1}),Re=new b.MeshPhysicalMaterial({color:new b.Color(16777215),metalness:0,roughness:0,transmission:.95,transparent:!0,opacity:.3,envMapIntensity:1,clearcoat:1,clearcoatRoughness:0,ior:1.52,reflectivity:.9,thickness:1,side:b.DoubleSide,polygonOffset:!0,polygonOffsetFactor:1,polygonOffsetUnits:1}),Te=new b.MeshPhysicalMaterial({color:new b.Color(1710618),metalness:0,roughness:.9,envMapIntensity:.2,clearcoat:.1,clearcoatRoughness:.8,reflectivity:.2,ior:1.3,transmission:0,depthWrite:!0,side:b.FrontSide,polygonOffset:!0,polygonOffsetFactor:1,polygonOffsetUnits:1}),we=new b.MeshPhysicalMaterial({color:new b.Color(8934707),metalness:0,roughness:.7,envMapIntensity:.3,clearcoat:.3,clearcoatRoughness:.4,reflectivity:.3,ior:1.3,transmission:0,depthWrite:!0,side:b.FrontSide,dithering:!0,polygonOffset:!0,polygonOffsetFactor:1,polygonOffsetUnits:1});var $=1096174675,W= exports.h =1,k= exports.i =1,Y=12,j=56;function _(e){let r=He(e),n=new DataView(r.buffer,r.byteOffset,r.byteLength);if(r.byteLength<Y)throw I("Blob too small to contain SLVA header.",{expectedBytes:Y,availableBytes:r.byteLength});let t=0,o=n.getUint32(t,!0);if(t+=4,o!==$)throw I(`Invalid SLVA magic: 0x${o.toString(16)}`,{expectedMagic:`0x${$.toString(16)}`,actualMagic:`0x${o.toString(16)}`});let s=n.getUint32(t,!0);if(t+=4,s!==W)throw I(`Unsupported SLVA version: ${s}`,{expectedVersion:W,actualVersion:s});let a=n.getUint32(t,!0);if(t+=4,t+a>r.byteLength)throw I("Insufficient data to read metadata JSON.",{expectedBytes:a,availableBytes:r.byteLength-t,offset:t});let u=r.subarray(t,t+a);t+=a;let c;try{c=JSON.parse(xe(u))}catch(A){throw I(`Failed to parse metadata JSON: ${A instanceof Error?A.message:String(A)}`,{metadataLen:a})}if(t+j>r.byteLength)throw I("Insufficient data to read geometry header.",{expectedBytes:j,availableBytes:r.byteLength-t,offset:t});let h=n.getUint32(t,!0);t+=4;let m=n.getFloat64(t,!0);t+=8;let l=n.getFloat64(t,!0);t+=8;let E=n.getFloat64(t,!0);t+=8;let g=n.getFloat64(t,!0);t+=8;let d=n.getFloat64(t,!0);t+=8;let H=n.getFloat64(t,!0);t+=8;let L=n.getUint32(t,!0);t+=4;let x=(h&k)!==0,C=L*3,p=C*(x?4:2);if(t+p>r.byteLength)throw I("Insufficient data to read vertices.",{expectedBytes:p,availableBytes:r.byteLength-t,offset:t,useFloat32:x,vertexCount:L});let T=r.byteOffset+t,v=x?ve(r.buffer,T,C):Ce(r.buffer,T,C);if(t+=p,t+4>r.byteLength)throw I("Insufficient data to read index count.",{expectedBytes:4,availableBytes:r.byteLength-t,offset:t});let R=n.getUint32(t,!0);t+=4;let S=R*4;if(t+S>r.byteLength)throw I("Insufficient data to read indices.",{expectedBytes:S,availableBytes:r.byteLength-t,offset:t,indexCount:R});let O=Se(r.buffer,r.byteOffset+t,R);return{metadata:c,flags:h,vertices:v,indices:O,origin:[m,l,E],scale:[g,d,H]}}function He(e){return typeof e=="string"?_chunkMQKJ46HTcjs.o.call(void 0, e):e instanceof Uint8Array?e:new Uint8Array(e)}function xe(e){if(typeof TextDecoder<"u")return new TextDecoder("utf-8").decode(e);if(typeof globalThis.Buffer<"u")return globalThis.Buffer.from(e).toString("utf-8");throw new (0, _chunkMQKJ46HTcjs.d)("No UTF-8 decoder available in this environment.",_chunkMQKJ46HTcjs.c.INVALID_STATE)}function Ce(e,r,n){if(n===0)return new Int16Array(0);if(r%2===0)return new Int16Array(e,r,n);let t=new Uint8Array(n*2);return t.set(new Uint8Array(e,r,n*2)),new Int16Array(t.buffer)}function ve(e,r,n){if(n===0)return new Float32Array(0);if(r%4===0)return new Float32Array(e,r,n);let t=new Uint8Array(n*4);return t.set(new Uint8Array(e,r,n*4)),new Float32Array(t.buffer)}function Se(e,r,n){if(n===0)return new Uint32Array(0);if(r%4===0)return new Uint32Array(e,r,n);let t=new Uint8Array(n*4);return t.set(new Uint8Array(e,r,n*4)),new Uint32Array(t.buffer)}function I(e,r){return new (0, _chunkMQKJ46HTcjs.d)(e,_chunkMQKJ46HTcjs.c.VALIDATION_ERROR,{context:r})}async function Z(e,r){let{debug:n=!1}=_nullishCoalesce(r, () => ({})),t=n?performance.now():0;try{let o=performance.now(),s=JSON.parse(e),a=performance.now()-o;return await Ae(s,r,{parseTime:a,perfStart:t})}catch(o){return _chunkMQKJ46HTcjs.e.call(void 0, ).error("Error parsing mesh batch:",o),[]}}async function Ae(e,r,n){let{mergeByMaterial:t=!0,applyTransforms:o=!0,scaleFactor:s=1,debug:a=!1}=_nullishCoalesce(r, () => ({})),{parseTime:u=0,perfStart:c=a?performance.now():0}=_nullishCoalesce(n, () => ({}));try{let h=performance.now(),m=_(e.compressedData),l=performance.now()-h,E=a?Fe(e.compressedData):0;return q(m,{mergeByMaterial:t,applyTransforms:o,scaleFactor:s,debug:a,parseTime:u,decodeTime:l,perfStart:c,blobBytes:E,fallback:{materials:e.materials,groups:e.groups,sourceComponentId:e.sourceComponentId}})}catch(h){return _chunkMQKJ46HTcjs.e.call(void 0, ).error("Error parsing mesh batch object:",h),[]}}async function at(e,r){let{mergeByMaterial:n=!0,applyTransforms:t=!0,scaleFactor:o=1,debug:s=!1}=_nullishCoalesce(r, () => ({})),a=s?performance.now():0;try{let u=performance.now(),c=_(e),h=performance.now()-u,m=e.byteLength;return q(c,{mergeByMaterial:n,applyTransforms:t,scaleFactor:o,debug:s,parseTime:0,decodeTime:h,perfStart:a,blobBytes:m})}catch(u){return _chunkMQKJ46HTcjs.e.call(void 0, ).error("Error parsing mesh batch blob:",u),[]}}function q(e,r){let{mergeByMaterial:n,applyTransforms:t,scaleFactor:o,debug:s,parseTime:a,decodeTime:u,perfStart:c,blobBytes:h,fallback:m}=r,l=_nullishCoalesce(_nullishCoalesce(e.metadata.materials, () => (_optionalChain([m, 'optionalAccess', _141 => _141.materials]))), () => ([])),E=_nullishCoalesce(_nullishCoalesce(e.metadata.groups, () => (_optionalChain([m, 'optionalAccess', _142 => _142.groups]))), () => ([])),g=_nullishCoalesce(e.metadata.sourceComponentId, () => (_optionalChain([m, 'optionalAccess', _143 => _143.sourceComponentId]))),d=(e.flags&k)!==0,H=d?Le(e.vertices,t):Be(e.vertices,e.origin,e.scale,t);if(s){let p=e.vertices.byteLength+e.indices.byteLength;_chunkMQKJ46HTcjs.e.call(void 0, ).debug("Mesh Batch Stats:"),_chunkMQKJ46HTcjs.e.call(void 0, ).debug(` Materials: ${l.length} | Groups: ${E.length}`),_chunkMQKJ46HTcjs.e.call(void 0, ).debug(` Vertices: ${e.vertices.length/3} | Indices: ${e.indices.length}`),_chunkMQKJ46HTcjs.e.call(void 0, ).debug(` Format: ${d?"float32":"int16 quantized"}`),_chunkMQKJ46HTcjs.e.call(void 0, ).debug(` Blob: ${(h/1024/1024).toFixed(2)} MB | Geometry on wire: ${(p/1024/1024).toFixed(2)} MB`)}let L=performance.now(),x=l.map(Ie),C=[];for(let p of E)if(n&&p.meshes.length>1){let T=Oe(p,H,e.indices,x);T.userData.sourceComponentId=_nullishCoalesce(g, () => (null)),C.push(T)}else{let T=De(p,H,e.indices,x);for(let v of T)v.userData.sourceComponentId=_nullishCoalesce(g, () => (null));C.push(...T)}if(o!==1)for(let p of C)p.scale.set(o,o,o);let f=performance.now()-L;if(s){let p=performance.now()-c;_chunkMQKJ46HTcjs.e.call(void 0, ).debug("Performance:"),a>0&&_chunkMQKJ46HTcjs.e.call(void 0, ).debug(` Parse JSON: ${a.toFixed(2)}ms`),_chunkMQKJ46HTcjs.e.call(void 0, ).debug(` Decode binary: ${u.toFixed(2)}ms`),_chunkMQKJ46HTcjs.e.call(void 0, ).debug(` Create Meshes: ${f.toFixed(2)}ms`),_chunkMQKJ46HTcjs.e.call(void 0, ).debug(` Total: ${p.toFixed(2)}ms`)}return Promise.resolve(C)}function Be(e,r,n,t){let o=new Float32Array(e.length),s=r[0],a=r[1],u=r[2],c=n[0],h=n[1],m=n[2];if(t)for(let l=0;l<e.length;l+=3){let E=s+(e[l]+32767)*c,g=a+(e[l+1]+32767)*h,d=u+(e[l+2]+32767)*m;o[l]=E,o[l+1]=d,o[l+2]=-g}else for(let l=0;l<e.length;l+=3)o[l]=s+(e[l]+32767)*c,o[l+1]=a+(e[l+1]+32767)*h,o[l+2]=u+(e[l+2]+32767)*m;return o}function Le(e,r){if(!r)return e;let n=new Float32Array(e.length);for(let t=0;t<e.length;t+=3){let o=e[t],s=e[t+1],a=e[t+2];n[t]=o,n[t+1]=a,n[t+2]=-s}return n}function Ie(e){let r=N(e.color);return new M.MeshPhysicalMaterial({color:r,metalness:e.metalness,roughness:e.roughness,opacity:e.opacity,transparent:e.transparent,side:M.DoubleSide,polygonOffset:!0,polygonOffsetFactor:.5,polygonOffsetUnits:.5,depthWrite:!0,depthTest:!0})}function Oe(e,r,n,t){let o=0,s=0;for(let d of e.meshes)o+=d.vertexCount,s+=d.indexCount;let a=new Float32Array(o*3),u=new Uint32Array(s),c=0,h=0;for(let d of e.meshes){let H=d.vertexStart*3,L=d.vertexCount*3;a.set(r.subarray(H,H+L),c*3);let x=n.subarray(d.indexStart,d.indexStart+d.indexCount),C=c-d.vertexStart;if(C===0)u.set(x,h);else for(let f=0;f<x.length;f++)u[h+f]=x[f]+C;c+=d.vertexCount,h+=d.indexCount}let m=new M.BufferGeometry;m.setAttribute("position",new M.BufferAttribute(a,3)),m.setIndex(new M.BufferAttribute(u,1)),m.computeVertexNormals();let l=new M.Mesh(m,t[e.materialId]),E=e.meshes[0],g=e.meshes.map(d=>d.name).filter(d=>d&&d.length>0);return l.name=g.length>0?g[0]:`merged_material_${e.materialId}`,l.castShadow=!0,l.receiveShadow=!0,l.userData={name:l.name,layer:_nullishCoalesce(_optionalChain([E, 'optionalAccess', _144 => _144.layer]), () => ("")),originalIndex:_nullishCoalesce(_optionalChain([E, 'optionalAccess', _145 => _145.originalIndex]), () => (0)),metadata:_nullishCoalesce(_optionalChain([E, 'optionalAccess', _146 => _146.metadata]), () => ({})),mergedFrom:e.meshes.slice(1).map(d=>({name:d.name,layer:d.layer,originalIndex:d.originalIndex}))},l}function De(e,r,n,t){let o=[];for(let s of e.meshes){let a=s.vertexStart*3,u=s.vertexCount*3,c=r.slice(a,a+u),h=n.subarray(s.indexStart,s.indexStart+s.indexCount),m=new Uint32Array(h.length),l=s.vertexStart;for(let d=0;d<h.length;d++)m[d]=h[d]-l;let E=new M.BufferGeometry;E.setAttribute("position",new M.BufferAttribute(c,3)),E.setIndex(new M.BufferAttribute(m,1)),E.computeVertexNormals();let g=new M.Mesh(E,t[e.materialId]);g.name=s.name,g.userData={name:s.name,layer:_nullishCoalesce(s.layer, () => ("")),originalIndex:s.originalIndex,metadata:_nullishCoalesce(s.metadata, () => ({}))},g.castShadow=!0,g.receiveShadow=!0,o.push(g)}return o}function Fe(e){return Math.floor(e.length*3/4)}var Pe={Millimeters:1/1e3,Centimeters:1/100,Meters:1,Inches:1/39.37,Feet:1/3.28084},ze="Display";async function ut(e,r){let n=performance.now(),t=[],{allowScaling:o=!0,allowAutoPosition:s=!0,debug:a=!1,parsing:u={}}=_nullishCoalesce(r, () => ({}));try{let c=o?ke(e.modelunits):1;return await _e(e,t,c,u,a),s&&Ve(t),t}catch(c){throw Ne(c,t),c}finally{a&&$e(n)}}function ke(e){return _nullishCoalesce(Pe[e], () => (1))}async function _e(e,r,n,t,o){for(let s of e.values){let a=s.InnerTree;for(let u in a){let c=a[u];c&&await Ue(c,r,n,t,o)}}}async function Ue(e,r,n,t,o){for(let s of e)if(s.type.includes(ze)){let a={mergeByMaterial:!0,applyTransforms:!0,debug:!1,...t},u=await Z(s.data,a);if(n!==1)for(let c of u)c.scale.set(n,n,n);r.push(...u),o&&_chunkMQKJ46HTcjs.e.call(void 0, ).debug(`Extracted ${u.length} meshes from batch`)}}function Ve(e){if(e.length===0)return;let n=z(e).min.y;G(e,n)}function Ne(e,r){_chunkMQKJ46HTcjs.e.call(void 0, ).error("An unexpected error occurred:",e),Ge(r)}function Ge(e){for(let r of e)r.geometry&&r.geometry.dispose(),r.material&&(Array.isArray(r.material)?r.material.forEach(n=>n.dispose()):r.material.dispose())}function $e(e){let r=performance.now()-e;_chunkMQKJ46HTcjs.e.call(void 0, ).info("Time to process meshes:",`${r.toFixed(2)}ms`)}exports.a = Ze; exports.b = Xe; exports.c = N; exports.d = G; exports.e = z; exports.f = Me; exports.g = $; exports.h = W; exports.i = k; exports.j = _; exports.k = Z; exports.l = Ae; exports.m = at; exports.n = Pe; exports.o = ut;
|
|
2
|
+
//# sourceMappingURL=chunk-PTMR332C.cjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/selva-compute/selva-compute/dist/chunk-PTMR332C.cjs","../src/features/visualization/threejs/three-initializer.ts","../src/features/visualization/threejs/three-helpers.ts"],"names":["defaultUp","getScaleValue","scale","mmVal","cmVal","mVal","initThree","canvas","options","config","applyDefaults","scene","createScene","camera","createCamera","renderer","setupRenderer","controls","setupControls","setupEnvironment","setupLighting","addFloor","eventHandlers","setupEventHandlers","parent","getCanvasSize","animate","disposeAnimation","createAnimationLoop","sceneUp","object","material","defaults","bgColor","animateCameraTo","toPosition","toTarget","durationMs","fromPosition","fromTarget","startTime","easeOut","t","tick","elapsed","onFrame","animationId","lastTime","checkResize","width","height","pixelRatio","newW","newH","now","delta","HDRLoader","envMap","error","getLogger","ambientLight","sunlight","pos","shadowSize","shadowNear","shadowFar","floorSize","floorGeometry","floorColor","floorMaterial","floor","selectedObjects","originalMaterials","raycaster","mouse","mouseDownPosition","isFullyVisible","current","fitToView","box","center","size","maxDim","fov","distance","direction","selectionColorObj","clearSelection","obj","handleMouseDown","event","handleCanvasClick","currentMousePosition","rect","intersects","i","clickedObject","clonedMaterial","handleDoubleClick","target","targetPosition","handleKeydown","OrbitControls","CAMERA_CONFIG","updateScene","meshes","initialPositionSet","clearScene","mesh","unionBoundingBox","computeCombinedBoundingBox","parseColor","colorString","trimmed","hex"],"mappings":"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","file":"/home/runner/work/selva-compute/selva-compute/dist/chunk-PTMR332C.cjs","sourcesContent":[null,"import * as THREE from 'three';\nimport { OrbitControls } from 'three/addons/controls/OrbitControls.js';\nimport { HDRLoader } from 'three/addons/loaders/HDRLoader.js';\n\nimport { getLogger } from '@/core';\nimport { ThreeInitializerOptions } from '../types';\n\nconst defaultUp = new THREE.Vector3(0, 0, 1);\n\n// Returns scale-specific values for mm, cm, and m scales\nconst getScaleValue = (scale: string, mmVal: number, cmVal: number, mVal: number): number => {\n\tswitch (scale) {\n\t\tcase 'mm':\n\t\t\treturn mmVal;\n\t\tcase 'cm':\n\t\t\treturn cmVal;\n\t\tdefault:\n\t\t\treturn mVal;\n\t}\n};\n\n/**\n * Initializes a Three.js environment with scene, camera, renderer, and event handling.\n */\nexport const initThree = function (\n\tcanvas: HTMLCanvasElement,\n\toptions?: ThreeInitializerOptions\n): {\n\tscene: THREE.Scene;\n\tcamera: THREE.PerspectiveCamera;\n\tcontrols: OrbitControls;\n\trenderer: THREE.WebGLRenderer;\n\tdispose: () => void;\n\tfitToView: () => void;\n\tclearSelection: () => void;\n} {\n\tconst config = applyDefaults(options || {});\n\n\tconst scene = createScene(config);\n\tconst camera = createCamera(config, canvas);\n\tconst renderer = setupRenderer(canvas, config);\n\tconst controls = setupControls(camera, canvas, config);\n\n\tsetupEnvironment(scene, config);\n\tsetupLighting(scene, config);\n\n\tif (config.floor?.enabled) {\n\t\taddFloor(scene, config);\n\t}\n\n\tconst eventHandlers =\n\t\tconfig.events.enableEventHandlers !== false\n\t\t\t? setupEventHandlers(canvas, scene, camera, controls, config)\n\t\t\t: { dispose: () => {}, fitToView: () => {}, clearSelection: () => {} };\n\n\tconst parent = canvas.parentElement;\n\tconst getCanvasSize = () =>\n\t\tparent\n\t\t\t? { width: parent.clientWidth, height: parent.clientHeight }\n\t\t\t: { width: window.innerWidth, height: window.innerHeight };\n\n\t// Resize checked every frame so buffer resize and render happen in the same frame,\n\t// preventing visible blank frames on resize\n\tconst { animate, dispose: disposeAnimation } = createAnimationLoop(\n\t\trenderer,\n\t\tscene,\n\t\tcamera,\n\t\tcontrols,\n\t\tgetCanvasSize,\n\t\tconfig.events.onFrame\n\t);\n\tanimate();\n\n\tconst sceneUp = config.environment?.sceneUp || defaultUp;\n\tscene.up.set(sceneUp.x, sceneUp.y, sceneUp.z);\n\n\tconst dispose = () => {\n\t\tdisposeAnimation();\n\t\teventHandlers.dispose();\n\t\tcontrols.dispose();\n\t\trenderer.dispose();\n\n\t\tscene.traverse((object) => {\n\t\t\tif (object instanceof THREE.Mesh) {\n\t\t\t\tobject.geometry?.dispose();\n\t\t\t\tif (Array.isArray(object.material)) {\n\t\t\t\t\tobject.material.forEach((material) => material.dispose());\n\t\t\t\t} else {\n\t\t\t\t\tobject.material?.dispose();\n\t\t\t\t}\n\t\t\t}\n\t\t});\n\t};\n\n\treturn {\n\t\tscene,\n\t\tcamera,\n\t\tcontrols,\n\t\trenderer,\n\t\tdispose,\n\t\tfitToView: eventHandlers.fitToView,\n\t\tclearSelection: eventHandlers.clearSelection\n\t};\n};\n\nfunction applyDefaults(options: ThreeInitializerOptions): Required<ThreeInitializerOptions> {\n\tconst scale = options.sceneScale || 'm';\n\n\t// All Rhino geometry is normalized to METERS (1 unit = 1 meter), sceneScale just changes the viewing perspective\n\tconst scaleDefaults = {\n\t\tmm: {\n\t\t\tcameraDistance: 20,\n\t\t\tnear: 0.1,\n\t\t\tfar: 2000,\n\t\t\tfloorSize: 100,\n\t\t\tlightDistance: 10,\n\t\t\tlightHeight: 20,\n\t\t\tminDistance: 0.1,\n\t\t\tshadowSize: 100,\n\t\t\tscaleFactor: 1000\n\t\t},\n\t\tcm: {\n\t\t\tcameraDistance: 20,\n\t\t\tnear: 0.1,\n\t\t\tfar: 2000,\n\t\t\tfloorSize: 100,\n\t\t\tlightDistance: 25,\n\t\t\tlightHeight: 50,\n\t\t\tminDistance: 0.1,\n\t\t\tshadowSize: 100,\n\t\t\tscaleFactor: 100\n\t\t},\n\t\tm: {\n\t\t\tcameraDistance: 10,\n\t\t\tnear: 0.01,\n\t\t\tfar: 2000,\n\t\t\tfloorSize: 50,\n\t\t\tlightDistance: 25,\n\t\t\tlightHeight: 50,\n\t\t\tminDistance: 0.001,\n\t\t\tshadowSize: 100,\n\t\t\tscaleFactor: 1\n\t\t},\n\t\tinches: {\n\t\t\tcameraDistance: 15,\n\t\t\tnear: 0.1,\n\t\t\tfar: 2000,\n\t\t\tfloorSize: 80,\n\t\t\tlightDistance: 20,\n\t\t\tlightHeight: 40,\n\t\t\tminDistance: 0.1,\n\t\t\tshadowSize: 80,\n\t\t\tscaleFactor: 39.37\n\t\t},\n\t\tfeet: {\n\t\t\tcameraDistance: 8,\n\t\t\tnear: 0.1,\n\t\t\tfar: 2000,\n\t\t\tfloorSize: 40,\n\t\t\tlightDistance: 15,\n\t\t\tlightHeight: 30,\n\t\t\tminDistance: 0.1,\n\t\t\tshadowSize: 60,\n\t\t\tscaleFactor: 3.28084\n\t\t}\n\t};\n\n\tconst defaults = scaleDefaults[scale];\n\n\treturn {\n\t\tsceneScale: scale,\n\t\tcamera: {\n\t\t\tposition:\n\t\t\t\toptions.camera?.position ||\n\t\t\t\tnew THREE.Vector3(\n\t\t\t\t\t-defaults.cameraDistance,\n\t\t\t\t\tdefaults.cameraDistance,\n\t\t\t\t\tdefaults.cameraDistance\n\t\t\t\t),\n\t\t\tfov: options.camera?.fov || 20,\n\t\t\tnear: options.camera?.near || defaults.near,\n\t\t\tfar: options.camera?.far || defaults.far,\n\t\t\ttarget: options.camera?.target || new THREE.Vector3(0, 0, 0)\n\t\t},\n\t\tlighting: {\n\t\t\tenableSunlight: options.lighting?.enableSunlight ?? true,\n\t\t\tsunlightIntensity: options.lighting?.sunlightIntensity || 1,\n\t\t\tsunlightPosition:\n\t\t\t\toptions.lighting?.sunlightPosition ||\n\t\t\t\tnew THREE.Vector3(defaults.lightDistance, defaults.lightHeight, defaults.lightDistance),\n\t\t\tambientLightColor: options.lighting?.ambientLightColor || new THREE.Color(0x404040),\n\t\t\tambientLightIntensity: options.lighting?.ambientLightIntensity || 1,\n\t\t\tsunlightColor: options.lighting?.sunlightColor || 0xffffff // Default to white sunlight\n\t\t},\n\t\tenvironment: {\n\t\t\thdrPath: options.environment?.hdrPath || '/baseHDR.hdr',\n\t\t\tbackgroundColor: options.environment?.backgroundColor || new THREE.Color(0xf0f0f0),\n\t\t\tenableEnvironmentLighting: options.environment?.enableEnvironmentLighting ?? true,\n\t\t\tsceneUp: options.environment?.sceneUp || defaultUp,\n\t\t\tshowEnvironment: options.environment?.showEnvironment ?? false\n\t\t},\n\t\tfloor: {\n\t\t\tenabled: options.floor?.enabled ?? false,\n\t\t\tsize: options.floor?.size || defaults.floorSize,\n\t\t\tcolor: options.floor?.color || new THREE.Color(0x808080),\n\t\t\troughness: options.floor?.roughness || 0.7,\n\t\t\tmetalness: options.floor?.metalness || 0.0,\n\t\t\treceiveShadow: options.floor?.receiveShadow ?? true\n\t\t},\n\t\trender: {\n\t\t\tenableShadows: options.render?.enableShadows ?? true,\n\t\t\tshadowMapSize: options.render?.shadowMapSize || 2048,\n\t\t\tantialias: options.render?.antialias ?? true,\n\t\t\tpixelRatio: options.render?.pixelRatio || Math.min(window.devicePixelRatio, 2),\n\t\t\ttoneMapping: options.render?.toneMapping || THREE.NeutralToneMapping,\n\t\t\ttoneMappingExposure: options.render?.toneMappingExposure || 1,\n\t\t\tpreserveDrawingBuffer: options.render?.preserveDrawingBuffer ?? false\n\t\t},\n\t\tcontrols: {\n\t\t\tenableDamping: options.controls?.enableDamping ?? false,\n\t\t\tdampingFactor: options.controls?.dampingFactor || 0.05,\n\t\t\tautoRotate: options.controls?.autoRotate ?? false,\n\t\t\tautoRotateSpeed: options.controls?.autoRotateSpeed || 0.5,\n\t\t\tenableZoom: options.controls?.enableZoom ?? true,\n\t\t\tenablePan: options.controls?.enablePan ?? true,\n\t\t\tminDistance: options.controls?.minDistance || defaults.minDistance,\n\t\t\tmaxDistance: options.controls?.maxDistance || Infinity\n\t\t},\n\t\tevents: {\n\t\t\tonBackgroundClicked: options.events?.onBackgroundClicked,\n\t\t\tonObjectSelected: options.events?.onObjectSelected,\n\t\t\tonMeshMetadataClicked: options.events?.onMeshMetadataClicked,\n\t\t\tonMeshDoubleClicked: options.events?.onMeshDoubleClicked,\n\t\t\tselectionColor: options.events?.selectionColor || '#ff0000', // Default to red\n\t\t\tenableEventHandlers: options.events?.enableEventHandlers ?? true,\n\t\t\tenableKeyboardControls: options.events?.enableKeyboardControls ?? true,\n\t\t\tenableClickToFocus: options.events?.enableClickToFocus ?? true,\n\t\t\tenableDoubleClickZoom: options.events?.enableDoubleClickZoom ?? true,\n\t\t\tonReady: options.events?.onReady,\n\t\t\tonFrame: options.events?.onFrame\n\t\t}\n\t};\n}\n\nfunction createScene(config: Required<ThreeInitializerOptions>): THREE.Scene {\n\tconst scene = new THREE.Scene();\n\n\tconst bgColor =\n\t\ttypeof config.environment.backgroundColor === 'string'\n\t\t\t? new THREE.Color(config.environment.backgroundColor)\n\t\t\t: config.environment.backgroundColor;\n\tscene.background = bgColor || null;\n\n\treturn scene;\n}\n\nfunction animateCameraTo(\n\tcamera: THREE.PerspectiveCamera,\n\tcontrols: OrbitControls,\n\ttoPosition: THREE.Vector3,\n\ttoTarget: THREE.Vector3,\n\tdurationMs = 200\n): void {\n\tconst fromPosition = camera.position.clone();\n\tconst fromTarget = controls.target.clone();\n\tconst startTime = performance.now();\n\n\tconst easeOut = (t: number) => 1 - Math.pow(1 - t, 3);\n\n\tconst tick = () => {\n\t\tconst elapsed = performance.now() - startTime;\n\t\tconst t = easeOut(Math.min(elapsed / durationMs, 1));\n\n\t\tcamera.position.lerpVectors(fromPosition, toPosition, t);\n\t\tcontrols.target.lerpVectors(fromTarget, toTarget, t);\n\t\tcontrols.update();\n\n\t\tif (t < 1) requestAnimationFrame(tick);\n\t};\n\n\trequestAnimationFrame(tick);\n}\n\n// Resize applied before render so buffer clear and draw happen in the same frame,\n// preventing visible blank frames when the canvas is resized\nfunction createAnimationLoop(\n\trenderer: THREE.WebGLRenderer,\n\tscene: THREE.Scene,\n\tcamera: THREE.PerspectiveCamera,\n\tcontrols: OrbitControls,\n\tgetCanvasSize: () => { width: number; height: number },\n\tonFrame?: (delta: number) => void\n): { animate: () => void; dispose: () => void } {\n\tlet animationId: number | null = null;\n\tlet lastTime = performance.now();\n\n\tconst checkResize = () => {\n\t\tconst { width, height } = getCanvasSize();\n\t\tif (width === 0 || height === 0) return;\n\n\t\tconst pixelRatio = Math.min(window.devicePixelRatio, 2);\n\t\tconst newW = Math.round(width * pixelRatio);\n\t\tconst newH = Math.round(height * pixelRatio);\n\n\t\tif (renderer.domElement.width !== newW || renderer.domElement.height !== newH) {\n\t\t\trenderer.setPixelRatio(pixelRatio);\n\t\t\trenderer.setSize(width, height, false);\n\t\t\tcamera.aspect = width / height;\n\t\t\tcamera.updateProjectionMatrix();\n\t\t}\n\t};\n\n\tconst animate = function () {\n\t\tanimationId = requestAnimationFrame(animate);\n\n\t\tconst now = performance.now();\n\t\tconst delta = (now - lastTime) / 1000;\n\t\tlastTime = now;\n\n\t\tcheckResize();\n\n\t\tif (controls.enableDamping || controls.autoRotate) {\n\t\t\tcontrols.update();\n\t\t}\n\n\t\tonFrame?.(delta);\n\n\t\trenderer.render(scene, camera);\n\t};\n\n\tconst dispose = () => {\n\t\tif (animationId !== null) {\n\t\t\tcancelAnimationFrame(animationId);\n\t\t\tanimationId = null;\n\t\t}\n\t};\n\n\treturn { animate, dispose };\n}\n\nfunction setupEnvironment(scene: THREE.Scene, config: Required<ThreeInitializerOptions>) {\n\tif (config.environment.enableEnvironmentLighting) {\n\t\tnew HDRLoader().load(\n\t\t\tconfig.environment.hdrPath || '/baseHDR.hdr',\n\t\t\tfunction (envMap) {\n\t\t\t\tenvMap.mapping = THREE.EquirectangularReflectionMapping;\n\t\t\t\tscene.environment = envMap;\n\t\t\t\tif (config.environment.showEnvironment) {\n\t\t\t\t\tscene.background = envMap;\n\t\t\t\t}\n\t\t\t\tconfig.events.onReady?.();\n\t\t\t},\n\t\t\tundefined,\n\t\t\tfunction (error) {\n\t\t\t\tgetLogger().warn('HDR texture could not be loaded, falling back to basic lighting:', error);\n\t\t\t\tconfig.events.onReady?.();\n\t\t\t}\n\t\t);\n\t} else {\n\t\tconfig.events.onReady?.();\n\t}\n}\n\nfunction setupLighting(scene: THREE.Scene, config: Required<ThreeInitializerOptions>) {\n\tconst ambientLight = new THREE.AmbientLight(\n\t\tconfig.lighting.ambientLightColor,\n\t\tconfig.lighting.ambientLightIntensity\n\t);\n\tscene.add(ambientLight);\n\n\tif (config.lighting.enableSunlight) {\n\t\tconst sunlight = new THREE.DirectionalLight(\n\t\t\tconfig.lighting.sunlightColor ?? 0xffffff,\n\t\t\tconfig.lighting.sunlightIntensity\n\t\t);\n\t\tconst pos = config.lighting.sunlightPosition;\n\t\tif (pos) {\n\t\t\tsunlight.position.set(pos.x, pos.y, pos.z);\n\t\t}\n\n\t\tif (config.render.enableShadows) {\n\t\t\tsunlight.castShadow = true;\n\t\t\tconst shadowSize = getScaleValue(config.sceneScale, 0.1, 10, 100);\n\n\t\t\tsunlight.shadow.camera.left = -shadowSize;\n\t\t\tsunlight.shadow.camera.right = shadowSize;\n\t\t\tsunlight.shadow.camera.top = shadowSize;\n\t\t\tsunlight.shadow.camera.bottom = -shadowSize;\n\n\t\t\tconst shadowNear = getScaleValue(config.sceneScale, 0.001, 0.1, 0.5);\n\t\t\tconst shadowFar = getScaleValue(config.sceneScale, 1, 100, 500);\n\n\t\t\tsunlight.shadow.camera.near = shadowNear;\n\t\t\tsunlight.shadow.camera.far = shadowFar;\n\n\t\t\tsunlight.shadow.mapSize.width = config.render.shadowMapSize || 2048;\n\t\t\tsunlight.shadow.mapSize.height = config.render.shadowMapSize || 2048;\n\n\t\t\tsunlight.shadow.bias = -0.0001;\n\t\t\tsunlight.shadow.normalBias = 0.02;\n\t\t}\n\n\t\tscene.add(sunlight);\n\t}\n}\n\nfunction addFloor(scene: THREE.Scene, config: Required<ThreeInitializerOptions>) {\n\tconst floorSize = config.floor.size;\n\tconst floorGeometry = new THREE.PlaneGeometry(floorSize, floorSize);\n\n\tconst floorColor =\n\t\ttypeof config.floor.color === 'string'\n\t\t\t? new THREE.Color(config.floor.color)\n\t\t\t: config.floor.color;\n\n\tconst floorMaterial = new THREE.MeshStandardMaterial({\n\t\tcolor: floorColor,\n\t\troughness: config.floor.roughness,\n\t\tmetalness: config.floor.metalness,\n\t\tside: THREE.DoubleSide\n\t});\n\n\tconst floor = new THREE.Mesh(floorGeometry, floorMaterial);\n\tfloor.userData.id = 'floor';\n\tfloor.name = 'floor';\n\tfloor.rotation.x = -Math.PI / 2;\n\tfloor.position.y = 0;\n\n\tif (config.floor.receiveShadow && config.render.enableShadows) {\n\t\tfloor.receiveShadow = true;\n\t}\n\n\tscene.add(floor);\n}\n\nfunction createCamera(\n\tconfig: Required<ThreeInitializerOptions>,\n\tcanvas: HTMLCanvasElement\n): THREE.PerspectiveCamera {\n\tconst parent = canvas.parentElement;\n\tconst width = parent ? parent.clientWidth : window.innerWidth;\n\tconst height = parent ? parent.clientHeight : window.innerHeight;\n\n\tconst camera = new THREE.PerspectiveCamera(\n\t\tconfig.camera.fov,\n\t\twidth / height,\n\t\tconfig.camera.near,\n\t\tconfig.camera.far\n\t);\n\n\tconst pos = config.camera.position;\n\tif (pos) {\n\t\tcamera.position.set(pos.x, pos.y, pos.z);\n\t}\n\n\treturn camera;\n}\n\n// Logarithmic depth buffer improves depth precision for mixed scales (mm to km)\nfunction setupRenderer(\n\tcanvas: HTMLCanvasElement,\n\tconfig: Required<ThreeInitializerOptions>\n): THREE.WebGLRenderer {\n\tconst renderer = new THREE.WebGLRenderer({\n\t\tantialias: config.render.antialias,\n\t\tcanvas,\n\t\talpha: true,\n\t\tpowerPreference: 'high-performance',\n\t\tpreserveDrawingBuffer: config.render.preserveDrawingBuffer,\n\t\tlogarithmicDepthBuffer: true\n\t});\n\n\tconst parent = canvas.parentElement;\n\tconst width = parent ? parent.clientWidth : window.innerWidth;\n\tconst height = parent ? parent.clientHeight : window.innerHeight;\n\n\tif (parent) {\n\t\tcanvas.style.width = '100%';\n\t\tcanvas.style.height = '100%';\n\t\tcanvas.style.display = 'block';\n\t}\n\n\trenderer.setSize(width, height, false);\n\trenderer.setPixelRatio(config.render.pixelRatio || Math.min(window.devicePixelRatio, 2));\n\n\tif (config.render.enableShadows) {\n\t\trenderer.shadowMap.enabled = true;\n\t\trenderer.shadowMap.type = THREE.VSMShadowMap;\n\t}\n\n\trenderer.toneMapping = config.render.toneMapping!;\n\trenderer.toneMappingExposure = config.render.toneMappingExposure || 1.0;\n\trenderer.outputColorSpace = THREE.SRGBColorSpace;\n\n\trenderer.sortObjects = true;\n\n\treturn renderer;\n}\n\nfunction setupEventHandlers(\n\tcanvas: HTMLCanvasElement,\n\tscene: THREE.Scene,\n\tcamera: THREE.PerspectiveCamera,\n\tcontrols: OrbitControls,\n\tconfig: Required<ThreeInitializerOptions>\n): {\n\tdispose: () => void;\n\tfitToView: () => void;\n\tclearSelection: () => void;\n} {\n\tconst selectedObjects = new Set<THREE.Object3D>();\n\tconst originalMaterials = new Map<THREE.Object3D, THREE.Material | THREE.Material[]>();\n\tconst raycaster = new THREE.Raycaster();\n\tconst mouse = new THREE.Vector2();\n\tconst mouseDownPosition = new THREE.Vector2();\n\n\t// An object is hittable only if every ancestor is also visible. Three.js's\n\t// recursive intersect doesn't enforce that — it can hit a visible Mesh inside\n\t// a hidden Group.\n\tconst isFullyVisible = (object: THREE.Object3D): boolean => {\n\t\tlet current: THREE.Object3D | null = object;\n\t\twhile (current) {\n\t\t\tif (!current.visible) return false;\n\t\t\tcurrent = current.parent;\n\t\t}\n\t\treturn true;\n\t};\n\n\tconst fitToView = () => {\n\t\tconst box = new THREE.Box3();\n\n\t\tscene.traverse((object) => {\n\t\t\tif (object.visible && object.userData.id !== 'floor' && object instanceof THREE.Mesh) {\n\t\t\t\tbox.expandByObject(object);\n\t\t\t}\n\t\t});\n\n\t\tif (box.isEmpty()) {\n\t\t\tgetLogger().warn('No objects to fit to view');\n\t\t\treturn;\n\t\t}\n\n\t\tconst center = box.getCenter(new THREE.Vector3());\n\t\tconst size = box.getSize(new THREE.Vector3());\n\n\t\tconst maxDim = Math.max(size.x, size.y, size.z);\n\t\tconst fov = camera.fov * (Math.PI / 180);\n\t\tlet distance = maxDim / (2 * Math.tan(fov / 2));\n\n\t\tdistance *= 1.5;\n\n\t\tconst direction = camera.position.clone().sub(controls.target).normalize();\n\t\tcamera.position.copy(center.clone().add(direction.multiplyScalar(distance)));\n\n\t\tcontrols.target.copy(center);\n\t\tcontrols.update();\n\t};\n\n\tconst selectionColorObj =\n\t\ttypeof config.events.selectionColor === 'string'\n\t\t\t? new THREE.Color(config.events.selectionColor)\n\t\t\t: config.events.selectionColor instanceof THREE.Color\n\t\t\t\t? config.events.selectionColor\n\t\t\t\t: new THREE.Color('#ff0000');\n\n\tconst clearSelection = () => {\n\t\tselectedObjects.forEach((obj) => {\n\t\t\tif (obj instanceof THREE.Mesh && originalMaterials.has(obj)) {\n\t\t\t\tobj.material = originalMaterials.get(obj)!;\n\t\t\t\toriginalMaterials.delete(obj);\n\t\t\t}\n\t\t});\n\t\tselectedObjects.clear();\n\t};\n\n\tconst handleMouseDown = (event: MouseEvent) => {\n\t\tmouseDownPosition.set(event.clientX, event.clientY);\n\t};\n\n\tconst handleCanvasClick = (event: MouseEvent) => {\n\t\t// Ignore if mouse has moved (drag)\n\t\tconst currentMousePosition = new THREE.Vector2(event.clientX, event.clientY);\n\t\tif (mouseDownPosition.distanceTo(currentMousePosition) > 5) {\n\t\t\treturn;\n\t\t}\n\n\t\tconst rect = canvas.getBoundingClientRect();\n\t\tmouse.x = ((event.clientX - rect.left) / rect.width) * 2 - 1;\n\t\tmouse.y = -((event.clientY - rect.top) / rect.height) * 2 + 1;\n\n\t\traycaster.setFromCamera(mouse, camera);\n\t\tconst intersects = raycaster\n\t\t\t.intersectObjects(scene.children, true)\n\t\t\t.filter((i) => isFullyVisible(i.object));\n\n\t\tif (intersects.length > 0) {\n\t\t\tconst clickedObject = intersects[0].object;\n\n\t\t\tif (!selectedObjects.has(clickedObject)) {\n\t\t\t\tclearSelection();\n\t\t\t\tselectedObjects.add(clickedObject);\n\n\t\t\t\t// Clone material so we don't affect other meshes\n\t\t\t\tif (\n\t\t\t\t\tclickedObject instanceof THREE.Mesh &&\n\t\t\t\t\tclickedObject.material instanceof THREE.Material\n\t\t\t\t) {\n\t\t\t\t\toriginalMaterials.set(clickedObject, clickedObject.material);\n\n\t\t\t\t\tconst clonedMaterial = clickedObject.material.clone();\n\t\t\t\t\t(clonedMaterial as any).emissive = selectionColorObj.clone();\n\t\t\t\t\tclickedObject.material = clonedMaterial;\n\t\t\t\t}\n\n\t\t\t\tconfig.events?.onObjectSelected?.(clickedObject);\n\n\t\t\t\tif (clickedObject instanceof THREE.Mesh && Object.keys(clickedObject.userData).length > 0) {\n\t\t\t\t\tconfig.events?.onMeshMetadataClicked?.(clickedObject.userData);\n\t\t\t\t}\n\t\t\t}\n\t\t} else {\n\t\t\tclearSelection();\n\t\t\tconfig.events?.onBackgroundClicked?.({ x: mouse.x, y: mouse.y });\n\t\t}\n\t};\n\n\tconst handleDoubleClick = (event: MouseEvent) => {\n\t\tconst rect = canvas.getBoundingClientRect();\n\t\tmouse.x = ((event.clientX - rect.left) / rect.width) * 2 - 1;\n\t\tmouse.y = -((event.clientY - rect.top) / rect.height) * 2 + 1;\n\n\t\traycaster.setFromCamera(mouse, camera);\n\t\tconst intersects = raycaster\n\t\t\t.intersectObjects(scene.children, true)\n\t\t\t.filter((i) => isFullyVisible(i.object));\n\n\t\tif (intersects.length === 0) return;\n\n\t\tconst target = intersects[0].object;\n\t\tconfig.events?.onMeshDoubleClicked?.(target);\n\n\t\tif (!config.events?.enableDoubleClickZoom) return;\n\n\t\tconst box = new THREE.Box3().setFromObject(target);\n\t\tif (box.isEmpty()) return;\n\n\t\tconst center = box.getCenter(new THREE.Vector3());\n\t\tconst size = box.getSize(new THREE.Vector3());\n\t\tconst maxDim = Math.max(size.x, size.y, size.z);\n\t\tconst fov = camera.fov * (Math.PI / 180);\n\t\tconst distance = (maxDim / (2 * Math.tan(fov / 2))) * 1.5;\n\n\t\tconst direction = camera.position.clone().sub(controls.target).normalize();\n\t\tconst targetPosition = center.clone().add(direction.multiplyScalar(distance));\n\n\t\tanimateCameraTo(camera, controls, targetPosition, center);\n\t};\n\n\tconst handleKeydown = (event: KeyboardEvent) => {\n\t\tif (!config.events?.enableKeyboardControls) return;\n\n\t\tswitch (event.key.toLowerCase()) {\n\t\t\tcase 'f':\n\t\t\t\tevent.preventDefault();\n\t\t\t\tfitToView();\n\t\t\t\tbreak;\n\t\t\tcase 'escape':\n\t\t\t\tevent.preventDefault();\n\t\t\t\tclearSelection();\n\t\t\t\tbreak;\n\t\t\tcase ' ':\n\t\t\t\tevent.preventDefault();\n\t\t\t\tfitToView();\n\t\t\t\tbreak;\n\t\t}\n\t};\n\n\tif (config.events?.enableClickToFocus) {\n\t\tcanvas.addEventListener('mousedown', handleMouseDown);\n\t\tcanvas.addEventListener('click', handleCanvasClick);\n\t\tcanvas.addEventListener('dblclick', handleDoubleClick);\n\t}\n\n\tif (config.events?.enableKeyboardControls) {\n\t\tcanvas.setAttribute('tabindex', '0');\n\t\tcanvas.addEventListener('keydown', handleKeydown);\n\t}\n\n\tconst dispose = () => {\n\t\tcanvas.removeEventListener('mousedown', handleMouseDown);\n\t\tcanvas.removeEventListener('click', handleCanvasClick);\n\t\tcanvas.removeEventListener('dblclick', handleDoubleClick);\n\t\tcanvas.removeEventListener('keydown', handleKeydown);\n\t\tclearSelection();\n\t};\n\n\treturn { dispose, fitToView, clearSelection };\n}\n\nfunction setupControls(\n\tcamera: THREE.PerspectiveCamera,\n\tcanvas: HTMLCanvasElement,\n\tconfig: Required<ThreeInitializerOptions>\n): OrbitControls {\n\tconst controls = new OrbitControls(camera, canvas);\n\n\tconst target = config.camera.target;\n\tif (target) {\n\t\tcontrols.target.set(target.x, target.y, target.z);\n\t}\n\n\tcontrols.enableDamping = config.controls.enableDamping || false;\n\tcontrols.dampingFactor = config.controls.dampingFactor || 0.05;\n\n\tcontrols.autoRotate = config.controls.autoRotate || false;\n\tcontrols.autoRotateSpeed = config.controls.autoRotateSpeed || 0.5;\n\n\tcontrols.enableZoom = config.controls.enableZoom ?? true;\n\tcontrols.enablePan = config.controls.enablePan ?? true;\n\tcontrols.minDistance = config.controls.minDistance || 0.001;\n\tcontrols.maxDistance = config.controls.maxDistance || Infinity;\n\n\tcontrols.screenSpacePanning = false;\n\tcontrols.maxPolarAngle = Math.PI;\n\n\tcontrols.update();\n\treturn controls;\n}\n","import * as THREE from 'three';\nimport { OrbitControls } from 'three/addons/controls/OrbitControls.js';\nimport { getLogger } from '@/core';\n\n// Camera configuration constants\nconst CAMERA_CONFIG = {\n\tHUGE_THRESHOLD: 10000,\n\tLARGE_THRESHOLD: 1000,\n\tSCALE_RATIO_THRESHOLD: 100,\n\tNEAR_PLANE_FACTOR: {\n\t\tTINY: 0.0001,\n\t\tSMALL: 0.001,\n\t\tNORMAL: 0.01\n\t},\n\tFAR_PLANE_FACTOR: {\n\t\tHUGE: 100,\n\t\tLARGE: 50,\n\t\tNORMAL: 20\n\t},\n\tINITIAL_DISTANCE_MULTIPLIER: 4\n};\n\n/**\n * Updates the scene with the given meshes and camera settings.\n * If initialPositionSet is false, it positions the camera and sets the controls target based on the bounding boxes of the meshes.\n * @param scene - The THREE.Scene object to update.\n * @param meshes - An array of THREE.Mesh objects to add to the scene.\n * @param camera - The THREE.PerspectiveCamera object to position.\n * @param controls - The OrbitControls object to update.\n * @param initialPositionSet - A boolean indicating whether the initial position of the camera and controls have been set.\n */\nexport function updateScene(\n\tscene: THREE.Scene,\n\tmeshes: THREE.Mesh[],\n\tcamera: THREE.PerspectiveCamera,\n\tcontrols: OrbitControls,\n\tinitialPositionSet: boolean\n) {\n\tclearScene(scene);\n\n\tif (meshes.length === 0) return;\n\n\t// Add new meshes to scene\n\tmeshes.forEach((mesh) => {\n\t\tscene.add(mesh);\n\t});\n\n\t// Calculate bounds of the new content\n\tconst unionBoundingBox = computeCombinedBoundingBox(meshes);\n\n\t// Get the center of the union bounding box\n\tconst center = unionBoundingBox.getCenter(new THREE.Vector3());\n\tconst size = unionBoundingBox.getSize(new THREE.Vector3());\n\n\t// Calculate a distance that is slightly larger than the largest dimension of the union bounding box\n\tconst maxDim = Math.max(size.x, size.y, size.z);\n\n\t// Always update camera frustum to ensure geometry is visible\n\t// This prevents clipping when geometry size changes significantly\n\tconst scaleRatio = maxDim / Math.min(size.x || 1, size.y || 1, size.z || 1);\n\n\tif (scaleRatio > CAMERA_CONFIG.SCALE_RATIO_THRESHOLD || maxDim > CAMERA_CONFIG.HUGE_THRESHOLD) {\n\t\t// Large scale range detected - use logarithmic depth buffer approach\n\t\tcamera.near = maxDim * CAMERA_CONFIG.NEAR_PLANE_FACTOR.TINY;\n\t\tcamera.far = maxDim * CAMERA_CONFIG.FAR_PLANE_FACTOR.HUGE;\n\t} else if (maxDim > CAMERA_CONFIG.LARGE_THRESHOLD) {\n\t\t// Large scene\n\t\tcamera.near = maxDim * CAMERA_CONFIG.NEAR_PLANE_FACTOR.SMALL;\n\t\tcamera.far = maxDim * CAMERA_CONFIG.FAR_PLANE_FACTOR.LARGE;\n\t} else {\n\t\t// Normal scene\n\t\tcamera.near = Math.max(0.01, maxDim * CAMERA_CONFIG.NEAR_PLANE_FACTOR.NORMAL);\n\t\tcamera.far = Math.max(2000, maxDim * CAMERA_CONFIG.FAR_PLANE_FACTOR.NORMAL);\n\t}\n\n\tcamera.updateProjectionMatrix();\n\n\t// Only reposition camera and controls on first frame\n\tif (!initialPositionSet) {\n\t\tconst distance = maxDim * CAMERA_CONFIG.INITIAL_DISTANCE_MULTIPLIER;\n\n\t\tcamera.position.set(center.x + distance * 0.8, center.y + distance, center.z + distance * 1.2);\n\t\tcontrols.target.copy(center);\n\t\tcontrols.minDistance = camera.near * 2;\n\t\tcontrols.maxDistance = camera.far * 0.9;\n\n\t\tcontrols.update();\n\t} else {\n\t\t// Update control constraints to match new frustum\n\t\tcontrols.minDistance = camera.near * 2;\n\t\tcontrols.maxDistance = camera.far * 0.9;\n\t}\n}\n\n// =========================\n// Helper functions\n// =========================\n\n/**\n * Parses a color string in multiple formats to a THREE.Color object.\n * Supported formats:\n * - Hex: \"#C7A5A5\", \"C7A5A5\"\n * - RGB: \"199, 165, 165\"\n * - CSS named colors: \"red\", \"blue\", etc.\n * @param colorString - The color string to parse.\n * @returns A THREE.Color object.\n */\nexport function parseColor(colorString: string): THREE.Color {\n\tif (!colorString || typeof colorString !== 'string') {\n\t\tgetLogger().warn(`Invalid color input: ${colorString}, using white`);\n\t\treturn new THREE.Color(0xffffff);\n\t}\n\n\tconst trimmed = colorString.trim();\n\n\t// Try hex format (#C7A5A5 or C7A5A5) — require exactly 6 hex chars\n\tif (/^#?[0-9A-Fa-f]{6}$/.test(trimmed)) {\n\t\ttry {\n\t\t\tconst hex = trimmed.startsWith('#') ? trimmed : `#${trimmed}`;\n\t\t\treturn new THREE.Color(hex);\n\t\t} catch {\n\t\t\tgetLogger().warn(`Invalid hex color: ${colorString}, using white`);\n\t\t\treturn new THREE.Color(0xffffff);\n\t\t}\n\t}\n\n\t// Try RGB format (R, G, B)\n\tif (trimmed.includes(',')) {\n\t\tconst rgb = trimmed.split(',').map((c) => parseInt(c.trim(), 10));\n\t\tif (rgb.length === 3 && rgb.every((n) => !isNaN(n) && n >= 0 && n <= 255)) {\n\t\t\treturn new THREE.Color(rgb[0] / 255, rgb[1] / 255, rgb[2] / 255);\n\t\t}\n\t}\n\n\t// Try CSS named color\n\ttry {\n\t\treturn new THREE.Color(trimmed.toLowerCase());\n\t} catch {\n\t\tgetLogger().warn(`Invalid color string: ${colorString}, using white`);\n\t\treturn new THREE.Color(0xffffff);\n\t}\n}\n\nexport function applyOffset(meshes: THREE.Mesh[], offsetY: number): void {\n\tmeshes.forEach((mesh) => {\n\t\tmesh.position.y -= offsetY;\n\t});\n}\n\n/**\n * Computes the combined world-axis-aligned bounding box of a set of meshes.\n * Correctly accounts for mesh transformations (rotation, position, scale).\n */\nexport function computeCombinedBoundingBox(meshes: THREE.Mesh[]): THREE.Box3 {\n\tconst combinedBoundingBox = new THREE.Box3();\n\tif (meshes.length === 0) return combinedBoundingBox;\n\tmeshes.forEach((mesh) => {\n\t\t// Ensure the world matrix is up to date before calculating the box\n\t\tmesh.updateMatrixWorld(true);\n\t\tconst bbox = new THREE.Box3().setFromObject(mesh);\n\t\tcombinedBoundingBox.union(bbox);\n\t});\n\treturn combinedBoundingBox;\n}\n\n/**\n * Clears the given THREE.Scene by removing all non-floor top-level children and\n * recursively disposing of their geometry and materials.\n *\n * Removes at the top level rather than traversing for meshes, so parent Groups\n * don't accumulate as ghost nodes after their mesh children are disposed.\n */\nfunction clearScene(scene: THREE.Scene): void {\n\t// Snapshot children — we mutate the array via removeFromParent during iteration\n\tconst topLevel = [...scene.children];\n\n\ttopLevel.forEach((object) => {\n\t\tif (object.userData.id === 'floor') return;\n\n\t\t// Recursively dispose all meshes in this subtree\n\t\tobject.traverse((child) => {\n\t\t\tif (!(child instanceof THREE.Mesh)) return;\n\n\t\t\tchild.geometry?.dispose();\n\n\t\t\tconst materials = Array.isArray(child.material) ? child.material : [child.material];\n\t\t\tmaterials.forEach((material) => {\n\t\t\t\t// Walk only own enumerable properties — `for...in` on a Three.js material\n\t\t\t\t// also iterates the prototype chain, which is needlessly expensive.\n\t\t\t\tfor (const value of Object.values(material)) {\n\t\t\t\t\tif (value instanceof THREE.Texture) {\n\t\t\t\t\t\tvalue.dispose();\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t\tmaterial.dispose();\n\t\t\t});\n\t\t});\n\n\t\tobject.removeFromParent();\n\t});\n}\n"]}
|
package/dist/core.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkMQKJ46HTcjs = require('./chunk-MQKJ46HT.cjs');exports.ComputeServerStats = _chunkMQKJ46HTcjs.j; exports.ErrorCodes = _chunkMQKJ46HTcjs.c; exports.RhinoComputeError = _chunkMQKJ46HTcjs.d; exports.camelcaseKeys = _chunkMQKJ46HTcjs.l; exports.downloadFileData = _chunkMQKJ46HTcjs.r; exports.enableDebugLogging = _chunkMQKJ46HTcjs.g; exports.extractFilesFromComputeResponse = _chunkMQKJ46HTcjs.q; exports.fetchRhinoCompute = _chunkMQKJ46HTcjs.h; exports.getLogger = _chunkMQKJ46HTcjs.e; exports.setLogger = _chunkMQKJ46HTcjs.f; exports.toCamelCase = _chunkMQKJ46HTcjs.k;
|
|
2
2
|
//# sourceMappingURL=core.cjs.map
|
package/dist/core.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/selva-compute/selva-compute/dist/core.cjs"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/selva-compute/selva-compute/dist/core.cjs"],"names":[],"mappings":"AAAA,iIAA8G,wgBAAmP","file":"/home/runner/work/selva-compute/selva-compute/dist/core.cjs"}
|
package/dist/core.d.cts
CHANGED
|
@@ -1,27 +1,22 @@
|
|
|
1
|
-
import { C as ComputeConfig
|
|
2
|
-
export { R as RetryPolicy,
|
|
3
|
-
export { C as ComputeServerStats, E as ErrorCode, a as ErrorCodes, R as RhinoComputeError } from './
|
|
1
|
+
import { C as ComputeConfig } from './types-D1SkNje_.cjs';
|
|
2
|
+
export { R as RetryPolicy, a as RhinoModelUnit, S as ServerTiming } from './types-D1SkNje_.cjs';
|
|
3
|
+
export { C as ComputeServerStats, E as ErrorCode, a as ErrorCodes, F as FileBaseInfo, b as FileData, P as ProcessedFile, R as RhinoComputeError, d as downloadFileData, e as extractFilesFromComputeResponse } from './handle-files-BU9vu1Fd.cjs';
|
|
4
4
|
|
|
5
|
-
/**
|
|
6
|
-
* Valid endpoints for Rhino Compute (improved response type handling).
|
|
7
|
-
*/
|
|
8
|
-
type Endpoint = 'grasshopper' | 'io' | string;
|
|
9
|
-
type EndpointResponseMap = {
|
|
10
|
-
grasshopper: GrasshopperComputeResponse;
|
|
11
|
-
io: IoResponseSchema;
|
|
12
|
-
};
|
|
13
|
-
type ComputeResponseFor<E extends string> = E extends keyof EndpointResponseMap ? EndpointResponseMap[E] : unknown;
|
|
14
5
|
/**
|
|
15
6
|
* Generic Rhino Compute fetch function.
|
|
16
7
|
* Sends a POST request to any Compute endpoint with pre-prepared arguments.
|
|
17
8
|
*
|
|
18
9
|
* Use this for advanced, low-level control over compute requests. For most use cases, prefer higher-level APIs.
|
|
19
10
|
*
|
|
20
|
-
*
|
|
11
|
+
* The transport is response-type-agnostic: it does not know which response a
|
|
12
|
+
* given endpoint returns. Callers supply the response type via `R` (defaulting
|
|
13
|
+
* to `unknown`, which forces an explicit narrowing before use).
|
|
14
|
+
*
|
|
15
|
+
* @typeParam R - The expected response shape. The caller names it at the call site.
|
|
21
16
|
* @param endpoint - The Compute API endpoint (e.g., 'grasshopper', 'io', 'mesh').
|
|
22
17
|
* @param args - Pre-prepared arguments for the request body.
|
|
23
18
|
* @param config - Compute configuration (server URL, API key, timeout, debug, retry, signal).
|
|
24
|
-
* @returns The parsed JSON response from the server, typed
|
|
19
|
+
* @returns The parsed JSON response from the server, typed as `R`.
|
|
25
20
|
*
|
|
26
21
|
* @example
|
|
27
22
|
* // Basic usage for the Grasshopper endpoint:
|
|
@@ -37,7 +32,7 @@ type ComputeResponseFor<E extends string> = E extends keyof EndpointResponseMap
|
|
|
37
32
|
* }
|
|
38
33
|
* );
|
|
39
34
|
*/
|
|
40
|
-
declare function fetchRhinoCompute<
|
|
35
|
+
declare function fetchRhinoCompute<R = unknown>(endpoint: string, args: Record<string, any>, config: ComputeConfig): Promise<R>;
|
|
41
36
|
|
|
42
37
|
/**
|
|
43
38
|
* Logger interface for structured logging
|
package/dist/core.d.ts
CHANGED
|
@@ -1,27 +1,22 @@
|
|
|
1
|
-
import { C as ComputeConfig
|
|
2
|
-
export { R as RetryPolicy,
|
|
3
|
-
export { C as ComputeServerStats, E as ErrorCode, a as ErrorCodes, R as RhinoComputeError } from './
|
|
1
|
+
import { C as ComputeConfig } from './types-D1SkNje_.js';
|
|
2
|
+
export { R as RetryPolicy, a as RhinoModelUnit, S as ServerTiming } from './types-D1SkNje_.js';
|
|
3
|
+
export { C as ComputeServerStats, E as ErrorCode, a as ErrorCodes, F as FileBaseInfo, b as FileData, P as ProcessedFile, R as RhinoComputeError, d as downloadFileData, e as extractFilesFromComputeResponse } from './handle-files-BU9vu1Fd.js';
|
|
4
4
|
|
|
5
|
-
/**
|
|
6
|
-
* Valid endpoints for Rhino Compute (improved response type handling).
|
|
7
|
-
*/
|
|
8
|
-
type Endpoint = 'grasshopper' | 'io' | string;
|
|
9
|
-
type EndpointResponseMap = {
|
|
10
|
-
grasshopper: GrasshopperComputeResponse;
|
|
11
|
-
io: IoResponseSchema;
|
|
12
|
-
};
|
|
13
|
-
type ComputeResponseFor<E extends string> = E extends keyof EndpointResponseMap ? EndpointResponseMap[E] : unknown;
|
|
14
5
|
/**
|
|
15
6
|
* Generic Rhino Compute fetch function.
|
|
16
7
|
* Sends a POST request to any Compute endpoint with pre-prepared arguments.
|
|
17
8
|
*
|
|
18
9
|
* Use this for advanced, low-level control over compute requests. For most use cases, prefer higher-level APIs.
|
|
19
10
|
*
|
|
20
|
-
*
|
|
11
|
+
* The transport is response-type-agnostic: it does not know which response a
|
|
12
|
+
* given endpoint returns. Callers supply the response type via `R` (defaulting
|
|
13
|
+
* to `unknown`, which forces an explicit narrowing before use).
|
|
14
|
+
*
|
|
15
|
+
* @typeParam R - The expected response shape. The caller names it at the call site.
|
|
21
16
|
* @param endpoint - The Compute API endpoint (e.g., 'grasshopper', 'io', 'mesh').
|
|
22
17
|
* @param args - Pre-prepared arguments for the request body.
|
|
23
18
|
* @param config - Compute configuration (server URL, API key, timeout, debug, retry, signal).
|
|
24
|
-
* @returns The parsed JSON response from the server, typed
|
|
19
|
+
* @returns The parsed JSON response from the server, typed as `R`.
|
|
25
20
|
*
|
|
26
21
|
* @example
|
|
27
22
|
* // Basic usage for the Grasshopper endpoint:
|
|
@@ -37,7 +32,7 @@ type ComputeResponseFor<E extends string> = E extends keyof EndpointResponseMap
|
|
|
37
32
|
* }
|
|
38
33
|
* );
|
|
39
34
|
*/
|
|
40
|
-
declare function fetchRhinoCompute<
|
|
35
|
+
declare function fetchRhinoCompute<R = unknown>(endpoint: string, args: Record<string, any>, config: ComputeConfig): Promise<R>;
|
|
41
36
|
|
|
42
37
|
/**
|
|
43
38
|
* Logger interface for structured logging
|
package/dist/core.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{c as a,d as b,e as c,f as d,g as e,h as f,
|
|
1
|
+
import{c as a,d as b,e as c,f as d,g as e,h as f,j as g,k as h,l as i,q as j,r as k}from"./chunk-LKSMZAOW.js";export{g as ComputeServerStats,a as ErrorCodes,b as RhinoComputeError,i as camelcaseKeys,k as downloadFileData,e as enableDebugLogging,j as extractFilesFromComputeResponse,f as fetchRhinoCompute,c as getLogger,d as setLogger,h as toCamelCase};
|
|
2
2
|
//# sourceMappingURL=core.js.map
|
package/dist/grasshopper.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkI6BYCRNMcjs = require('./chunk-I6BYCRNM.cjs');var _chunkMQKJ46HTcjs = require('./chunk-MQKJ46HT.cjs');exports.GrasshopperClient = _chunkI6BYCRNMcjs.d; exports.GrasshopperResponseProcessor = _chunkI6BYCRNMcjs.e; exports.RhinoComputeError = _chunkMQKJ46HTcjs.d; exports.SolveScheduler = _chunkI6BYCRNMcjs.c; exports.TreeBuilder = _chunkI6BYCRNMcjs.j; exports.downloadFileData = _chunkMQKJ46HTcjs.r; exports.extractFilesFromComputeResponse = _chunkMQKJ46HTcjs.q; exports.fetchDefinitionIO = _chunkI6BYCRNMcjs.h; exports.fetchParsedDefinitionIO = _chunkI6BYCRNMcjs.i; exports.hashSolveInput = _chunkI6BYCRNMcjs.b; exports.processInput = _chunkI6BYCRNMcjs.f; exports.processInputs = _chunkI6BYCRNMcjs.g; exports.solveGrasshopperDefinition = _chunkI6BYCRNMcjs.a;
|
|
2
2
|
//# sourceMappingURL=grasshopper.cjs.map
|
package/dist/grasshopper.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/selva-compute/selva-compute/dist/grasshopper.cjs"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/selva-compute/selva-compute/dist/grasshopper.cjs"],"names":[],"mappings":"AAAA,iIAAuG,wDAAuD,8oBAAqU","file":"/home/runner/work/selva-compute/selva-compute/dist/grasshopper.cjs"}
|