Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Support multiple search paths for .mtl #244

@syoyo

Description

@syoyo

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions