@@ -460,7 +460,7 @@ THREE.GLTFLoader = ( function () {
break;
default:
- throw new Error( 'THREE.GLTFLoader: Unexpected light type, "' + lightDef.type + '".' );
+ throw new Error( 'THREE.GLTFLoader: Unexpected light type: ' + lightDef.type );
}
@@ -525,7 +525,7 @@ var GLTFLoader = ( function () {
@@ -86,7 +86,7 @@ Object.assign( Raycaster.prototype, {
} else {
- console.error( 'THREE.Raycaster: Unsupported camera type, "' + camera.type + '".' );
+ console.error( 'THREE.Raycaster: Unsupported camera type: ' + camera.type );