MaterialXglTF 1.39.0.1
|
Utility and command line interface to convert from a glTF file to a MaterialX file. More...
Functions | |
gltf2Mtlx (gltfFileName, mtlxFileName, options=GLTF2MtlxOptions()) | |
Utility to convert a glTF file to MaterialX file. | |
main () | |
Command line interface to convert from a glTF file to a MaterialX file. | |
Utility and command line interface to convert from a glTF file to a MaterialX file.
materialxgltf.gltf2Mtlx.gltf2Mtlx | ( | gltfFileName, | |
mtlxFileName, | |||
options = GLTF2MtlxOptions() ) |
Utility to convert a glTF file to MaterialX file.
gltfFileName | Path to glTF file to convert |
mtlxFileName | Path to MaterialX file to write |
options | Options for conversion |
Definition at line 12 of file gltf2Mtlx.py.
materialxgltf.gltf2Mtlx.main | ( | ) |
Command line interface to convert from a glTF file to a MaterialX file.
Definition at line 38 of file gltf2Mtlx.py.