Browse Source

Update Raycaster.js

Fix copy/paste error.
Michael Herzog 2 months ago
parent
commit
46521a4749
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/Raycaster.js

+ 1 - 1
src/core/Raycaster.js

@@ -38,7 +38,7 @@ class Raycaster {
 		this.near = near;
 		this.near = near;
 
 
 		/**
 		/**
-		 * All results returned are further away than near. Near can't be negative.
+		 * All results returned are closer than far. Far can't be lower than near.
 		 *
 		 *
 		 * @type {number}
 		 * @type {number}
 		 * @default Infinity
 		 * @default Infinity

粤ICP备19079148号