Explorar o código

change comments

Justin Sermeno %!s(int64=14) %!d(string=hai) anos
pai
achega
7d0fbf7a62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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
 	 * Translates a 2D point from NDC to a THREE.Ray
 	 * that can be used for picking.
 	 * that can be used for picking.
 	 * @vector - THREE.Vector3 that represents 2D point
 	 * @vector - THREE.Vector3 that represents 2D point
-	 * @camera - camera
+	 * @camera - THREE.Camera
 	 */
 	 */
 	this.pickingRay = function ( vector, camera ) {
 	this.pickingRay = function ( vector, camera ) {