Skip to content

Commit

Permalink
CollisionHandler.h:
Browse files Browse the repository at this point in the history
* Fluff.
  • Loading branch information
razterizer committed Oct 29, 2024
1 parent 1a823c0 commit de4ee52
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dynamics/CollisionHandler.h
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@ namespace dynamics
}
};

// ///////////////////////////////////////////

class CollisionHandler
{
std::unique_ptr<BVH_Node> m_aabb_bvh;
Expand Down Expand Up @@ -154,6 +156,7 @@ namespace dynamics
{
refit_BVH();


}


Expand Down

0 comments on commit de4ee52

Please sign in to comment.