@selvajs/compute 1.5.2-beta.4 → 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.d.cts
CHANGED
|
@@ -202,4 +202,4 @@ declare function parseMeshBatchObject(batch: MeshBatch, options?: {
|
|
|
202
202
|
perfStart?: number;
|
|
203
203
|
}): Promise<THREE.Mesh[]>;
|
|
204
204
|
|
|
205
|
-
export { type CameraConfig, type ControlsConfig, type EnvironmentConfig, type EventConfig, type FloorConfig, type LightingConfig, threeMaterials as Materials, MeshExtractionOptions, type RenderConfig, SCALE_FACTORS, 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
|
@@ -202,4 +202,4 @@ declare function parseMeshBatchObject(batch: MeshBatch, options?: {
|
|
|
202
202
|
perfStart?: number;
|
|
203
203
|
}): Promise<THREE.Mesh[]>;
|
|
204
204
|
|
|
205
|
-
export { type CameraConfig, type ControlsConfig, type EnvironmentConfig, type EventConfig, type FloorConfig, type LightingConfig, threeMaterials as Materials, MeshExtractionOptions, type RenderConfig, SCALE_FACTORS, 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 };
|