MaterialX 1.38.10
Loading...
Searching...
No Matches
TinyObjLoader Class Reference

Wrapper for geometry loader to read in OBJ files using the TinyObj library. More...

#include <TinyObjLoader.h>

Inheritance diagram for TinyObjLoader:
GeometryLoader

Public Member Functions

bool load (const FilePath &filePath, MeshList &meshList, bool texcoordVerticalFlip=false) override
 Load geometry from disk. More...
 
- Public Member Functions inherited from GeometryLoader
const StringSetsupportedExtensions () const
 Returns a list of supported extensions. More...
 
virtual bool load (const FilePath &filePath, MeshList &meshList, bool texcoordVerticalFlip=false)=0
 Load geometry from disk. More...
 

Static Public Member Functions

static TinyObjLoaderPtr create ()
 Create a new TinyObjLoader.
 

Additional Inherited Members

- Protected Attributes inherited from GeometryLoader
StringSet _extensions
 

Detailed Description

Wrapper for geometry loader to read in OBJ files using the TinyObj library.

Member Function Documentation

◆ load()

bool load ( const FilePath filePath,
MeshList meshList,
bool  texcoordVerticalFlip = false 
)
overridevirtual

Load geometry from disk.

Implements GeometryLoader.


The documentation for this class was generated from the following files: