glTF Import Settings¶
About¶
Header File: io_gltf/description/fgltfimporter.h
Description Category: Scene Import/Export.
- Included Description:
Parameters¶
Parameters are accessed with C4DAtom.GetParameter()
/C4DAtom.SetParameter()
.
Parameter: Cameras
Parameter ID: c4d.GLTFIMPORTER_CAMERAS
Parameter Type: bool
Parameter: Geometry
Parameter ID: c4d.GLTFIMPORTER_GEOMETRY
Parameter Type: bool
Parameter: Normals
Parameter ID: c4d.GLTFIMPORTER_NORMALS
Parameter Type: int
- Cycle Values:
None (c4d.GLTFIMPORTER_NORMALS_NONE)
Vertex (c4d.GLTFIMPORTER_NORMALS_VERTEX)
Phong (c4d.GLTFIMPORTER_NORMALS_PHONG)
Parameter: Phong Angle
Parameter ID: c4d.GLTFIMPORTER_PHONGANGLE
Parameter Type: float
Parameter: Vertex Colors
Parameter ID: c4d.GLTFIMPORTER_VERTEXCOLORS
Parameter Type: bool
Parameter: UVs
Parameter ID: c4d.GLTFIMPORTER_UVS
Parameter Type: bool
Parameter: Flip Z
Parameter ID: c4d.GLTFIMPORTER_FLIPZ
Parameter Type: bool
Parameter: Materials
Parameter ID: c4d.GLTFIMPORTER_MATERIALS
Parameter Type: bool