pyvista_js.examples.download_damaged_helmet#
- pyvista_js.examples.download_damaged_helmet() PolyData#
Download the damaged helmet glTF example.
Downloads
DamagedHelmet.gltffrom the KhronosGroup glTF-Sample-Models repository and returns it as aPolyDatamesh, mirroring thepyvista.examples.gltf.download_damaged_helmetAPI.- Returns:
The damaged helmet mesh.
- Return type:
See also
- Using download_damaged_helmet
Interactive browser tutorial for glTF rendering.
Examples
>>> from pyvista_js import examples >>> mesh = examples.download_damaged_helmet() >>> type(mesh).__name__ '_GLTFMesh'