SPH
|
Exports meshes into a Polygon File Format (.ply file). More...
#include <MeshFile.h>
Public Member Functions | |
virtual Outcome | save (const Path &path, ArrayView< const Triangle > triangles) override |
virtual Expected< Array< Triangle > > | load (const Path &path) override |
![]() | |
virtual | ~Polymorphic () |
Exports meshes into a Polygon File Format (.ply file).
See https://en.wikipedia.org/wiki/PLY_(file_format)
Definition at line 23 of file MeshFile.h.
Implements IMeshFile.
Definition at line 51 of file MeshFile.cpp.
|
overridevirtual |
Implements IMeshFile.
Definition at line 7 of file MeshFile.cpp.