Skip to content

Commit

Permalink
Merge pull request #710 from agargaro/Fix-BatchedMesh-example
Browse files Browse the repository at this point in the history
BatchedMesh raycasting example: fix `splitStrategy` param
  • Loading branch information
gkjohnson authored Sep 10, 2024
2 parents 9f79c61 + ef957da commit 2bdbd51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions example/batchedMesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,7 @@ function updateFromOptions() {
) {

batchedMesh.disposeBoundsTree();
batchedMesh.boundsTrees = null;

}

Expand Down

0 comments on commit 2bdbd51

Please sign in to comment.