1use crate::BlenderMesh; 2 3impl BlenderMesh { 4 pub fn interleave_vertex_data(&self) -> Vec<u8> { 5 unimplemented!() 6 } 7}