add link to bonk docs
continuous-integration/drone/push Build is passing Details

main
Evan Hemsley 2020-07-21 15:21:40 -07:00
parent f6a81d6db1
commit 41bb27b7d2
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ date: 2019-05-28T18:01:49-07:00
weight: 500 weight: 500
--- ---
Before we begin you might want to skim the docs for Bonk. But the short version of what you need to know is that SpatialHash is a structure that lets us do fast, inaccurate checks to quickly eliminate potential collision checks. Before we begin you might want to skim the [docs for Bonk](http://moonside.games/docs/bonk/). But the short version of what you need to know is that SpatialHash is a structure that lets us do fast, inaccurate checks to quickly eliminate potential collision checks.
First, we add entities with CollisionComponents to the SpatialHash. First, we add entities with CollisionComponents to the SpatialHash.