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

◆ read_mesh() [1/2]

auto MayaFlux::Creator::read_mesh ( ) -> MeshGroupHandle
inline

Definition at line 177 of file Creator.hpp.

178 {
179 return MeshGroupHandle(choose_mesh());
180 }
std::vector< std::shared_ptr< Buffers::MeshBuffer > > choose_mesh()
Present a native open-file dialog filtered to 3D model formats and load the chosen file via IOManager...
Definition Depot.cpp:155

References MayaFlux::choose_mesh().

+ Here is the call graph for this function: