MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ read_mesh()

auto MayaFlux::Creator::read_mesh ( const std::string &  filepath) -> MeshGroupHandle
inline

Definition at line 157 of file Creator.hpp.

158 {
159 return MeshGroupHandle(load_mesh_buffers(filepath));
160 }
std::vector< std::shared_ptr< Buffers::MeshBuffer > > load_mesh_buffers(const std::string &filepath)
Definition Creator.cpp:134