GLTFReader#
- class GLTFReader(*args, **kwargs)[source]#
GLTFReaderfor .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.
Inheritance#
Inherited members are documented on BaseReader, _FileIOBase.
See them all under Inherited Attributes and Inherited Methods.
Inherited Attributes#
Return mapping from regex pattern matching associated with this class. |
|
Return the file extensions associated with this class. |
|
Return or set the filename or directory of the reader. |
|
Return the vtk Reader object. |
Inherited Methods#
Hide the progress bar when loading the file. |
|
Read data in file. |
|
Show a progress bar when loading the file. |