PyMaterialXRender.TinyObjLoader

class TinyObjLoader

Bases: GeometryLoader

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

See:

https://materialx.org/docs/api/class_tiny_obj_loader.html

Methods

__init__(self)

create()

load(self, arg0, arg1, arg2)

Methods

__init__(self: TinyObjLoader) None
static create() TinyObjLoader
load(self: TinyObjLoader, arg0: FilePath, arg1: list[Mesh], arg2: bool) bool