MVE - Multi-View Environment mve-devel
Loading...
Searching...
No Matches
mesh_io_pbrt.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2015, Simon Fuhrmann
3 * TU Darmstadt - Graphics, Capture and Massively Parallel Computing
4 * All rights reserved.
5 *
6 * This software may be modified and distributed under the terms
7 * of the BSD 3-Clause license. See the LICENSE.txt file for details.
8 */
9
10#ifndef MVE_PBRTFILE_HEADER
11#define MVE_PBRTFILE_HEADER
12
13#include "mve/mesh.h"
14
17
21void
22save_pbrt_mesh (TriangleMesh::ConstPtr mesh, std::string const& filename);
23
26
27#endif /* MVE_PBRTFILE_HEADER */
#define MVE_NAMESPACE_BEGIN
Definition defines.h:13
#define MVE_NAMESPACE_END
Definition defines.h:14
#define MVE_GEOM_NAMESPACE_END
Definition defines.h:20
#define MVE_GEOM_NAMESPACE_BEGIN
Definition defines.h:19
void save_pbrt_mesh(TriangleMesh::ConstPtr mesh, std::string const &filename)
Saves a PBRT compatible mesh from a triangle mesh.