Reference program: https://github.com/Yixin-Hu/TetWild/blob/master/extern/pymesh/MshLoader.cpp
match TetrahedronMesh::load("res/bunny.msh") {
Ok(mesh) => {
// Do something with the mesh
},
Err(err) => {
// Handle error
}
}
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Reference program: https://github.com/Yixin-Hu/TetWild/blob/master/extern/pymesh/MshLoader.cpp
match TetrahedronMesh::load("res/bunny.msh") {
Ok(mesh) => {
// Do something with the mesh
},
Err(err) => {
// Handle error
}
}