MCPcopy Create free account
hub / github.com/SaschaWillems/HowToVulkan / MaterialReader

Class MaterialReader

source/external/tinyobj/tiny_obj_loader.h:462–471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

460};
461
462class MaterialReader {
463 public:
464 MaterialReader() {}
465 virtual ~MaterialReader();
466
467 virtual bool operator()(const std::string &matId,
468 std::vector<material_t> *materials,
469 std::map<std::string, int> *matMap, std::string *warn,
470 std::string *err) = 0;
471};
472
473///
474/// Read .mtl from a file.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected