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