PyMaterialXRender.CgltfLoader

class CgltfLoader

Bases: GeometryLoader

Wrapper for loader to read in GLTF files using the Cgltf library.

See:

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

Methods

__init__(self)

create()

load(self, arg0, arg1, arg2)

Methods

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