41 const std::string &filename,
bool print_progress =
false);
47 geometry::TriangleMesh &mesh,
58 const geometry::TriangleMesh &mesh,
59 bool write_ascii =
false,
60 bool compressed =
false,
61 bool write_vertex_normals =
true,
62 bool write_vertex_colors =
true,
63 bool write_triangle_uvs =
true,
64 bool print_progress =
false);
67 const std::string &filename,
68 geometry::TriangleMesh &mesh,
bool ReadTriangleMeshUsingASSIMP(const std::string &filename, geometry::TriangleMesh &mesh, const open3d::io::ReadTriangleMeshOptions ¶ms)
Definition: FileASSIMP.cpp:63
std::shared_ptr< geometry::TriangleMesh > CreateMeshFromFile(const std::string &filename, bool print_progress)
Definition: TriangleMeshIO.cpp:64
Definition: TriangleMeshIO.h:41
bool ReadTriangleMesh(const std::string &filename, geometry::TriangleMesh &mesh, open3d::io::ReadTriangleMeshOptions params)
Definition: TriangleMeshIO.cpp:86
bool WriteTriangleMesh(const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii, bool compressed, bool write_vertex_normals, bool write_vertex_colors, bool write_triangle_uvs, bool print_progress)
Definition: TriangleMeshIO.cpp:125
Definition: PinholeCameraIntrinsic.cpp:35