22 const std::string &filename,
bool print_progress =
false);
33 geometry::TriangleMesh &mesh,
44 const geometry::TriangleMesh &mesh,
45 bool write_ascii =
false,
46 bool compressed =
false,
47 bool write_vertex_normals =
true,
48 bool write_vertex_colors =
true,
49 bool write_triangle_uvs =
true,
50 bool print_progress =
false);
53 const std::string &filename,
54 geometry::TriangleMesh &mesh,
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:106
bool ReadTriangleMesh(const std::string &filename, geometry::TriangleMesh &mesh, open3d::io::ReadTriangleMeshOptions params)
Definition: TriangleMeshIO.cpp:67
bool ReadTriangleMeshUsingASSIMP(const std::string &filename, geometry::TriangleMesh &mesh, const open3d::io::ReadTriangleMeshOptions ¶ms)
Definition: FileASSIMP.cpp:44
std::shared_ptr< geometry::TriangleMesh > CreateMeshFromFile(const std::string &filename, bool print_progress)
Definition: TriangleMeshIO.cpp:45
Definition: PinholeCameraIntrinsic.cpp:16
Definition: TriangleMeshIO.h:22