|
MaterialXglTF 1.39.5
|
Utility and command line interface to convert from a glTF file to a MaterialX file. More...
Functions | |
| gltf2Mtlx (gltf_file, mtlx_file, options=GLTF2MtlxOptions(), zip=False) | |
| 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 | ( | gltf_file, | |
| mtlx_file, | |||
| options = GLTF2MtlxOptions(), | |||
| zip = False ) |
Utility to convert a glTF file to MaterialX file.
| gltf_file | Path to glTF file to convert |
| mtlx_file | Path to MaterialX file to write |
| options | Options for conversion |
| zip | Write document to zip with image references vs just the document. |
Definition at line 10 of file gltf2Mtlx.py.
| materialxgltf.gltf2Mtlx.main | ( | ) |
Command line interface to convert from a glTF file to a MaterialX file.
Definition at line 44 of file gltf2Mtlx.py.