@selvajs/compute 1.5.2-beta.3 → 1.5.2-beta.5
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/visualization.cjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkDSI6FKBAcjs = require('./chunk-DSI6FKBA.cjs');require('./chunk-MZGKJZVP.cjs');require('./chunk-VWOEUM7C.cjs');exports.Materials = _chunkDSI6FKBAcjs.f; exports.getThreeMeshesFromComputeResponse = _chunkDSI6FKBAcjs.n; exports.initThree = _chunkDSI6FKBAcjs.a; exports.parseMeshBatchObject = _chunkDSI6FKBAcjs.l; exports.updateScene = _chunkDSI6FKBAcjs.b;
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});var _chunkDSI6FKBAcjs = require('./chunk-DSI6FKBA.cjs');require('./chunk-MZGKJZVP.cjs');require('./chunk-VWOEUM7C.cjs');exports.Materials = _chunkDSI6FKBAcjs.f; exports.SCALE_FACTORS = _chunkDSI6FKBAcjs.m; exports.getThreeMeshesFromComputeResponse = _chunkDSI6FKBAcjs.n; exports.initThree = _chunkDSI6FKBAcjs.a; exports.parseMeshBatchObject = _chunkDSI6FKBAcjs.l; exports.updateScene = _chunkDSI6FKBAcjs.b;
|
|
2
2
|
//# sourceMappingURL=visualization.cjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["/home/runner/work/selva-compute/selva-compute/dist/visualization.cjs"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/selva-compute/selva-compute/dist/visualization.cjs"],"names":[],"mappings":"AAAA,iIAAsE,gCAA6B,gCAA6B,8RAA2I","file":"/home/runner/work/selva-compute/selva-compute/dist/visualization.cjs"}
|
package/dist/visualization.d.cts
CHANGED
|
@@ -129,6 +129,7 @@ declare namespace threeMaterials {
|
|
|
129
129
|
export { threeMaterials_CONCRETE_MATERIAL as CONCRETE_MATERIAL, threeMaterials_EMISSIVE_MATERIAL as EMISSIVE_MATERIAL, threeMaterials_GLASS_MATERIAL as GLASS_MATERIAL, threeMaterials_METAL_MATERIAL as METAL_MATERIAL, threeMaterials_PLASTIC_MATERIAL as PLASTIC_MATERIAL, threeMaterials_RUBBER_MATERIAL as RUBBER_MATERIAL, threeMaterials_WOOD_MATERIAL as WOOD_MATERIAL };
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
+
declare const SCALE_FACTORS: Record<string, number>;
|
|
132
133
|
/**
|
|
133
134
|
* Extracts and processes display meshes from a ComputePointerResponse using the Grasshopper WebDisplay component.
|
|
134
135
|
*
|
|
@@ -201,4 +202,4 @@ declare function parseMeshBatchObject(batch: MeshBatch, options?: {
|
|
|
201
202
|
perfStart?: number;
|
|
202
203
|
}): Promise<THREE.Mesh[]>;
|
|
203
204
|
|
|
204
|
-
export { type CameraConfig, type ControlsConfig, type EnvironmentConfig, type EventConfig, type FloorConfig, type LightingConfig, threeMaterials as Materials, MeshExtractionOptions, type RenderConfig, type ThreeInitializerOptions, getThreeMeshesFromComputeResponse, initThree, parseMeshBatchObject, updateScene };
|
|
205
|
+
export { type CameraConfig, type ControlsConfig, type EnvironmentConfig, type EventConfig, type FloorConfig, type LightingConfig, threeMaterials as Materials, MeshBatch, MeshExtractionOptions, type RenderConfig, SCALE_FACTORS, type ThreeInitializerOptions, getThreeMeshesFromComputeResponse, initThree, parseMeshBatchObject, updateScene };
|
package/dist/visualization.d.ts
CHANGED
|
@@ -129,6 +129,7 @@ declare namespace threeMaterials {
|
|
|
129
129
|
export { threeMaterials_CONCRETE_MATERIAL as CONCRETE_MATERIAL, threeMaterials_EMISSIVE_MATERIAL as EMISSIVE_MATERIAL, threeMaterials_GLASS_MATERIAL as GLASS_MATERIAL, threeMaterials_METAL_MATERIAL as METAL_MATERIAL, threeMaterials_PLASTIC_MATERIAL as PLASTIC_MATERIAL, threeMaterials_RUBBER_MATERIAL as RUBBER_MATERIAL, threeMaterials_WOOD_MATERIAL as WOOD_MATERIAL };
|
|
130
130
|
}
|
|
131
131
|
|
|
132
|
+
declare const SCALE_FACTORS: Record<string, number>;
|
|
132
133
|
/**
|
|
133
134
|
* Extracts and processes display meshes from a ComputePointerResponse using the Grasshopper WebDisplay component.
|
|
134
135
|
*
|
|
@@ -201,4 +202,4 @@ declare function parseMeshBatchObject(batch: MeshBatch, options?: {
|
|
|
201
202
|
perfStart?: number;
|
|
202
203
|
}): Promise<THREE.Mesh[]>;
|
|
203
204
|
|
|
204
|
-
export { type CameraConfig, type ControlsConfig, type EnvironmentConfig, type EventConfig, type FloorConfig, type LightingConfig, threeMaterials as Materials, MeshExtractionOptions, type RenderConfig, type ThreeInitializerOptions, getThreeMeshesFromComputeResponse, initThree, parseMeshBatchObject, updateScene };
|
|
205
|
+
export { type CameraConfig, type ControlsConfig, type EnvironmentConfig, type EventConfig, type FloorConfig, type LightingConfig, threeMaterials as Materials, MeshBatch, MeshExtractionOptions, type RenderConfig, SCALE_FACTORS, type ThreeInitializerOptions, getThreeMeshesFromComputeResponse, initThree, parseMeshBatchObject, updateScene };
|
package/dist/visualization.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{a as e,b as o,f as t,l as r,
|
|
1
|
+
import{a as e,b as o,f as t,l as r,m as i,n}from"./chunk-DM7RXPP6.js";import"./chunk-XLHA5YPH.js";import"./chunk-RHULSS7S.js";export{t as Materials,i as SCALE_FACTORS,n as getThreeMeshesFromComputeResponse,e as initThree,r as parseMeshBatchObject,o as updateScene};
|
|
2
2
|
//# sourceMappingURL=visualization.js.map
|