Import/convert/export 3-d objects.
enum Format
class vtb::assets::Converter
class vtb::assets::Options
export_asset(std::any asset, Options options) -> void
filename_to_format(std::string filename) -> Format
make_output_file(const std::string & input_file, const std::string & output_directory, Format to, const Options & options) -> std::string
operator<<(std::ostream & out, Format rhs) -> std::ostream &
operator>>(std::istream & in, Format & rhs) -> std::istream &
option_type(const std::string & name) -> std::type_index
string_to_format(std::string s) -> Format
supported_extensions() -> std::vector< std::string >
supported_options() -> auto
to_extension(Format rhs) -> const char *
to_string(Format rhs) -> const char *
to_type_info(Format rhs) -> const std::type_info &
type_info_to_format(const std::type_info & type) -> Format