1 2 3 4 5 6
use crate::geometry::{bvh::primitive::Primitives, mesh::test::mesh}; #[test] fn mesh_ref() { let _ = Primitives::from(&mesh()); }