![]() |
MaterialX 1.39.4
|
Wrapper for geometry loader to read in OBJ files using the TinyObj library. More...
#include <TinyObjLoader.h>
Public Member Functions | |
| bool | load (const FilePath &filePath, MeshList &meshList, bool texcoordVerticalFlip=false) override |
| Load geometry from disk. | |
Public Member Functions inherited from GeometryLoader | |
| const StringSet & | supportedExtensions () const |
| Returns a list of supported extensions. | |
Static Public Member Functions | |
| static TinyObjLoaderPtr | create () |
| Create a new TinyObjLoader. | |
Additional Inherited Members | |
Protected Attributes inherited from GeometryLoader | |
| StringSet | _extensions |
Wrapper for geometry loader to read in OBJ files using the TinyObj library.
|
overridevirtual |
Load geometry from disk.
Implements GeometryLoader.