SPH
|
Text format containing mesh vertices (prefixed by 'v') and triangle indices (prefixed by 'f') 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 () |
Text format containing mesh vertices (prefixed by 'v') and triangle indices (prefixed by 'f')
Definition at line 47 of file MeshFile.h.
Implements IMeshFile.
Definition at line 185 of file MeshFile.cpp.
Implements IMeshFile.
Definition at line 179 of file MeshFile.cpp.