Просмотр исходного кода

Update Raycaster.js

Fix copy/paste error.
Michael Herzog 1 месяц назад
Родитель
Сommit
46521a4749
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/Raycaster.js

+ 1 - 1
src/core/Raycaster.js

@@ -38,7 +38,7 @@ class Raycaster {
 		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}
 		 * @default Infinity

粤ICP备19079148号