Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rossborchers authored Jun 17, 2020
1 parent f224710 commit 9424b59
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Unity Bounding Volume Heirachy

![BVH GIF](https://media.giphy.com/media/ZaomLtyboZSp9zl6WY/giphy.gif)

Dynamic Unity 3d BVH - 3d Bounding Volume Hierarchy.

Modified from David Jeske's [SimpleScene](https://github.com/jeske/SimpleScene/tree/master/SimpleScene/Util/ssBVH)
Expand Down Expand Up @@ -46,6 +48,3 @@ For more information about what a BVH is, and about how to use this code, see Da
* [Space Partitioning: Octree vs. BVH](http://thomasdiewald.com/blog/?p=1488)
* [Dynamic Bounding Volume Hiearchy in C#](https://www.codeproject.com/Articles/832957/Dynamic-Bounding-Volume-Hiearchy-in-Csharp)
* [SimpleScene](https://github.com/jeske/SimpleScene/tree/master/SimpleScene/Util/ssBVH)

### Pictures
![BVH GIF](https://media.giphy.com/media/ZaomLtyboZSp9zl6WY/giphy.gif)

0 comments on commit 9424b59

Please sign in to comment.