Gallery¶
Every runnable example lives under examples/, grouped by feature so
the file layout mirrors the Cookbook. Each
script renders the same scene twice, once with pl.screenshot(...)
(PyVista's GL output) and once with pl.blender.render(...) (Cycles
path-traced through the bridge), so the visual difference between
engines is immediate.
Rendered outputs land under docs/assets/examples/<group>/ and are
embedded inline on each group page below.
Run any example with:
Groups¶
- PBR materials, Stanford Bunny, material-mode comparison.
- Rendering styles, wire overlay, wireframe, plain surface.
- Lights, custom SUN + POINT + SPOT kit.
- Backgrounds, solid / gradient / HDRI worlds, transparent renders.
- Scalars & datasets, random hills, St. Helens, FEA bracket, cell scalars.
- Glyph instancing, Geometry-Nodes-instanced arrow glyphs.
- Point clouds, Gaussian splats sized by a scalar field.
- Cameras & layout, multi-actor identity cache, orthographic multi-view.
- HUD overlays, scalar bar, text, axes triad, bounds box in one render.
- Animation, turntable orbit and wave deformation.
Related cookbook recipes¶
Each example backs a narrative recipe in the cookbook, so the gallery is the integration test surface for the cookbook content: