import_gltf
Import glTF/GLB files into 3ds Max, optionally merging into the current scene. If the glTF plugin is missing, the call fails with err.class_missing.
Instructions
导入 glTF / GLB。glTF 是插件,若本机未安装会直接报错(err.class_missing)。 [English] Import glTF / GLB. glTF is a plugin - if this Max lacks it the call fails with err.class_missing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 要导入的 .gltf/.glb 文件路径。 | glTF/GLB file path to import. | |
| merge | No | 是否合并进当前场景,默认否。 | Merge into the current scene, default false. |