Michael Herzog 1 год назад
Родитель
Сommit
2244d4acb6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/core/Raycaster.js

+ 1 - 1
src/core/Raycaster.js

@@ -5,7 +5,7 @@ import { Layers } from './Layers.js';
 const _matrix = /*@__PURE__*/ new Matrix4();
 const _matrix = /*@__PURE__*/ new Matrix4();
 
 
 /**
 /**
- * This class is designed to assist with raycasting] Raycasting is used for
+ * This class is designed to assist with raycasting. Raycasting is used for
  * mouse picking (working out what objects in the 3d space the mouse is over)
  * mouse picking (working out what objects in the 3d space the mouse is over)
  * amongst other things.
  * amongst other things.
  */
  */

粤ICP备19079148号