Commit c6a26593 authored by Patrik Huber's avatar Patrik Huber

Clarified documentation of write_obj()

parent 1f1ce111
......@@ -57,12 +57,12 @@ struct Mesh
};
/**
* @brief Writes the given Mesh to an obj file that for example can be read by Meshlab.
* @brief Writes the given Mesh to an obj file that for example can be read by MeshLab.
*
* If the mesh contains vertex colour information, it will be written to the obj as well.
*
* @param[in] mesh The mesh to save as obj.
* @param[in] filename Output filename.
* @param[in] filename Output filename (including ".obj").
*/
inline void write_obj(Mesh mesh, std::string filename)
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment