HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TinyObjLoader Class Reference

#include <TinyObjLoader.h>

+ Inheritance diagram for TinyObjLoader:

Public Member Functions

 TinyObjLoader ()
 
virtual ~TinyObjLoader ()
 
bool load (const FilePath &filePath, MeshList &meshList, bool texcoordVerticalFlip=false) override
 Load geometry from disk. More...
 
- Public Member Functions inherited from GeometryLoader
 GeometryLoader ()
 
virtual ~GeometryLoader ()
 
const StringSetsupportedExtensions () const
 

Static Public Member Functions

static TinyObjLoaderPtr create ()
 Create a new TinyObjLoader. More...
 

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.

Definition at line 21 of file TinyObjLoader.h.

Constructor & Destructor Documentation

TinyObjLoader::TinyObjLoader ( )
inline

Definition at line 24 of file TinyObjLoader.h.

virtual TinyObjLoader::~TinyObjLoader ( )
inlinevirtual

Definition at line 28 of file TinyObjLoader.h.

Member Function Documentation

static TinyObjLoaderPtr TinyObjLoader::create ( )
inlinestatic

Create a new TinyObjLoader.

Definition at line 31 of file TinyObjLoader.h.

bool TinyObjLoader::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 file: