pyvista_wasm.examples.download_damaged_helmet#
- pyvista_wasm.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_wasm import examples >>> mesh = examples.download_damaged_helmet() >>> type(mesh).__name__ '_GLTFMesh'