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

◆ get_supported_extensions()

std::vector< std::string > MayaFlux::IO::ModelReader::get_supported_extensions ( ) const
overridevirtual

Get supported file extensions for this reader.

Returns
Vector of supported extensions (without dots).

Implements MayaFlux::IO::FileReader.

Definition at line 355 of file ModelReader.cpp.

356{
357 return {
358 "gltf", "glb",
359 "obj",
360 "fbx",
361 "ply",
362 "stl",
363 "dae",
364 "3ds",
365 "x3d",
366 "blend"
367 };
368}

Referenced by can_read().

+ Here is the caller graph for this function: