Browse Source

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

HeQiang 4 năm trước cách đây
mục cha
commit
227b45b7e4
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 + '".' );
 
 		}