Crate ploc_bvh

source ·
Expand description

A Bounding Volume Hierarchy based on PLOC. Inspired by a series of articles on https://madmann91.github.io/

Modules§

  • A module with implementations for 2D support
  • A crate implementing 3D support for the BVH
  • The prelude, exporting all the necessary things to get started
  • A module with generic logic for traversing the BVH

Structs§

  • A generic BVH, can support any dimension that gets an implementation.
  • An item in the BHV
  • A node on the BVH

Traits§

  • A generic bounding volume supported by the BVH. Adds a few extra methods on top of bevy’s [BoundingVolume] trait