Explorar el Código

Raycaster: Display the type of camera that is not supported.

HeQiang hace 4 años
padre
commit
227b45b7e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/core/Raycaster.js

+ 1 - 1
src/core/Raycaster.js

@@ -86,7 +86,7 @@ Object.assign( Raycaster.prototype, {
 
 		} else {
 
-			console.error( 'THREE.Raycaster: Unsupported camera type.' );
+			console.error( 'THREE.Raycaster: Unsupported camera type, "' + camera.type + '".' );
 
 		}