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.- 戻り値:
The damaged helmet mesh.
- 戻り値の型:
参考
- download_damaged_helmet を使用する
Interactive browser tutorial for glTF rendering.
サンプル
>>> from pyvista_js import examples >>> mesh = examples.download_damaged_helmet() >>> type(mesh).__name__ '_GLTFMesh'