pub fn create_box_mesh( center: Vec3, extent: Vec3, identify_edges: bool, ) -> Option<MeshData>
Create a box mesh. (b3CreateBoxMesh)