GLTFReader#
- class GLTFReader(*args, **kwargs)[source]#
GLTFeader for .gltf and .glb files.
Wraps vtkGLTFReader.
Note
This reads the file’s mesh geometry only. Any plot-specific items such as colors or material properties are not read.
See also
pyvista.Plotter.import_gltfImport a glTF file into a plotter.