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

◆ read_mesh() [2/2]

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

Definition at line 172 of file Creator.hpp.

173 {
174 return MeshGroupHandle(load_mesh_buffers(filepath));
175 }
std::vector< std::shared_ptr< Buffers::MeshBuffer > > load_mesh_buffers(const std::string &filepath)
Definition Creator.cpp:136