Browse Source

change comments

Justin Sermeno 14 years ago
parent
commit
7d0fbf7a62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Projector.js

+ 1 - 1
src/core/Projector.js

@@ -56,7 +56,7 @@ THREE.Projector = function() {
 	 * Translates a 2D point from NDC to a THREE.Ray
 	 * that can be used for picking.
 	 * @vector - THREE.Vector3 that represents 2D point
-	 * @camera - camera
+	 * @camera - THREE.Camera
 	 */
 	this.pickingRay = function ( vector, camera ) {