|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| std::vector< Kakshya::MeshData > MayaFlux::IO::ModelReader::load | ( | const std::string & | filepath | ) |
Load all meshes from a file in one call.
Opens, imports, extracts, and closes in a single synchronous operation. Returns an empty vector on failure; check get_last_error().
| filepath | Path to the model file. |
Definition at line 63 of file ModelReader.cpp.
References close(), extract_meshes(), and open().
Here is the call graph for this function: