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

◆ get_supported_extensions()

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

File extensions handled by this writer (without dot).

Implements MayaFlux::IO::ModelWriter.

Definition at line 102 of file AssimpModelWriter.cpp.

103{
104 return { "dae", "obj", "stl", "ply", "3ds", "gltf", "glb", "fbx", "x3d", "json" };
105}

Referenced by can_write().

+ Here is the caller graph for this function: