Sfoglia il codice sorgente

Update Raycaster.js

Fix typo.
Michael Herzog 1 anno fa
parent
commit
2244d4acb6
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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();
 
 /**
- * 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)
  * amongst other things.
  */

粤ICP备19079148号