|
Open3D (C++ API)
|
#include <fstream>#include <numeric>#include <vector>#include "Open3D/IO/ClassIO/TriangleMeshIO.h"#include "Open3D/Utility/Console.h"#include "tinyobjloader/tiny_obj_loader.h"Namespaces | |
| open3d | |
| open3d::io | |
Macros | |
| #define | TINYOBJLOADER_IMPLEMENTATION |
Functions | |
| bool | open3d::io::ReadTriangleMeshFromOBJ (const std::string &filename, geometry::TriangleMesh &mesh, bool print_progress=false) |
| bool | open3d::io::WriteTriangleMeshToOBJ (const std::string &filename, const geometry::TriangleMesh &mesh, bool write_ascii=false, bool compressed=false, bool write_vertex_normals=true, bool write_vertex_colors=true, bool print_progress=false) |
| #define TINYOBJLOADER_IMPLEMENTATION |
1.8.13