Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
agargaro authored Sep 3, 2024
1 parent e3956eb commit 2456b07
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ myInstancedMesh.updateInstances((obj, index) => {
myInstancedMesh.computeBVH();
```

This library has only one dependency: `three.js r159+`.
This library has two dependencies:
- `three.js r159+`
- [`bvh.js`](https://github.com/agargaro/BVH.js)

## Live Examples

Expand Down

0 comments on commit 2456b07

Please sign in to comment.