|
MayaFlux 0.5.0
Digital-First Multimedia Processing Framework
|
| bool MayaFlux::IO::save_mesh | ( | const std::shared_ptr< Buffers::ComputeMeshBuffer > & | buffer, |
| const std::string & | filepath, | ||
| const ModelWriteOptions & | options = {} |
||
| ) |
Save a ComputeMeshBuffer's current live geometry to disk.
Wraps download_compute_mesh() and write_via_registry() in one call. See download_compute_mesh's own doc for the one-shot readback this performs.
Definition at line 349 of file ModelExport.cpp.
References buffer, and download_compute_mesh().
Here is the call graph for this function: