mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2025-06-11 01:43:18 +02:00
typo
This commit is contained in:
@ -4,7 +4,7 @@ import SlicerWorker from './slicerWorker.js!worker';
|
||||
|
||||
export function sliceMesh(settings, mesh, sync = false, onProgress) {
|
||||
if (typeof mesh === 'undefined' || !mesh.isMesh) {
|
||||
throw new Error('Provide mesh is not intance of THREE.Mesh');
|
||||
throw new Error('Provided mesh is not intance of THREE.Mesh');
|
||||
}
|
||||
|
||||
mesh.updateMatrix();
|
||||
|
Reference in New Issue
Block a user