mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-11-16 19:17:57 +01:00
better error handling
This commit is contained in:
parent
1b6a5966ca
commit
782c61ecdb
@ -27,8 +27,7 @@ export default class extends EventDispatcher {
|
||||
} else if (geometry.type.endsWith('Geometry')) {
|
||||
geometry = geometry.clone();
|
||||
} else {
|
||||
console.warn('Geometry is not an instance of BufferGeometry or Geometry');
|
||||
return;
|
||||
throw 'Geometry is not an instance of BufferGeometry or Geometry';
|
||||
}
|
||||
|
||||
if (matrix instanceof THREE.Matrix4) {
|
||||
|
Loading…
Reference in New Issue
Block a user