//! CPU-side BVH raycasting and scene picking for scenix.
//!
//! This crate is renderer-agnostic. Callers provide a `SceneGraph` and a mesh
//! geometry store, then raycasts return world-space intersections against mesh
//! triangles.
extern crate alloc;
pub use ;
pub use Intersection;
pub use ;