MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
Namespaces | Functions
mesh_io_pbrt.cc File Reference
#include <iostream>
#include <fstream>
#include <stdexcept>
#include <cerrno>
#include <cstring>
#include "util/exception.h"
#include "mve/mesh_io_pbrt.h"
Include dependency graph for mesh_io_pbrt.cc:

Go to the source code of this file.

Namespaces

namespace  mve
 Multi-View Environment library.
 
namespace  mve::geom
 Geometric tools, loading and processing functions.
 

Functions

void mve::geom::save_pbrt_mesh (TriangleMesh::ConstPtr mesh, std::string const &filename)
 Saves a PBRT compatible mesh from a triangle mesh.