Changeset View
Changeset View
Standalone View
Standalone View
source/blender/io/wavefront_obj/importer/obj_import_file_reader.hh
| Context not available. | |||||
| Span<std::string> mtl_libraries() const; | Span<std::string> mtl_libraries() const; | ||||
| private: | private: | ||||
| void add_mtl_library(const std::string &path); | void add_mtl_library(StringRef path); | ||||
| void add_default_mtl_library(); | void add_default_mtl_library(); | ||||
| }; | }; | ||||
| Context not available. | |||||
| /** | /** | ||||
| * Open material library file. | * Open material library file. | ||||
| */ | */ | ||||
| MTLParser(StringRef mtl_library_, StringRefNull obj_filepath); | MTLParser(StringRefNull mtl_library_, StringRefNull obj_filepath); | ||||
| /** | /** | ||||
| * Read MTL file(s) and add MTLMaterial instances to the given Map reference. | * Read MTL file(s) and add MTLMaterial instances to the given Map reference. | ||||
| Context not available. | |||||