pub fn register_hex_mesh( name: impl Into<String>, vertices: Vec<Vec3>, hexes: Vec<[u32; 8]>, ) -> VolumeMeshHandle
Registers a hexahedral mesh with polyscope.