-
-
Notifications
You must be signed in to change notification settings - Fork 624
Closed
Labels
Description
Currently tinyobjloader only supports single search path for .mtl, texture files, etc.
It would be better to support multiple search paths so that we can find .mtl and texture files in different path.
A solution is:
v1 API: Introduce path separator(e.g. :
in POSX, ;
in Win32)
v2 API: Use std::vector<std::string>
for search path setting.