Browse Source

Update Projector.js

Mr.doob 10 years ago
parent
commit
c4d15cb024
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/js/renderers/Projector.js

+ 1 - 1
examples/js/renderers/Projector.js

@@ -145,7 +145,7 @@ THREE.Projector = function () {
 
 	this.pickingRay = function ( vector, camera ) {
 
-		console.error( 'THREE.Projector: .pickingRay() has been removed.' );
+		console.error( 'THREE.Projector: .pickingRay() is now raycaster.setFromCamera().' );
 
 	};