Răsfoiți Sursa

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

HeQiang 4 ani în urmă
părinte
comite
227b45b7e4
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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 + '".' );
 
 		}