Closed jinxin1203 closed 1 year ago
How can I convert my own obj file to Mesh
If you're using macOS or iOS you can use:
let url = URL(fileURLWithPath: "path/to/mymesh.obj") let mesh = try Mesh(url: URL, ignoringTransforms: false)
How can I convert my own obj file to Mesh