pub trait BvhLeafCost {
// Required method
fn cost(&self) -> f32;
}
Expand description
Cost associated to a BVH leaf during best-first traversal.
pub trait BvhLeafCost {
// Required method
fn cost(&self) -> f32;
}
Cost associated to a BVH leaf during best-first traversal.