From 4d691c36d4450c0c64947b1fc0d4f7295b2b7325 Mon Sep 17 00:00:00 2001 From: Garrett Johnson Date: Tue, 18 Jul 2023 16:14:27 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 40c840c3..c5e3dcae 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ intersectsBox( box : Box3, boxToBvh : Matrix4 ) : Boolean Returns whether or not the mesh intersects the given box. -The `boxToBvh` parameter is the transform of the box in the meshs frame. +The `boxToBvh` parameter is the transform of the box in the meshes frame. ### .intersectsGeometry