Description Usage Arguments Value
Showing the 3D scans in motion is a useful way to visualize cleat indentations and visualize the surface microtopography.
1 2 3 4 5 6 7 8 9 | dirtGIF3d(
mesh,
output_file,
phi = -35,
zoom = 0.8,
n_snaps = 10,
fps = 2,
bg_color = "grey60"
)
|
mesh |
mesh3d object to record |
output_file |
relative file path to save (quoted, ending in ".gif") |
phi |
vertical observer angle, see |
zoom |
zooming factor, larger number is smaller object. Defaults to 0.8. |
n_snaps |
number of snapshots to concatenate |
fps |
speed at which frames are displayed (frames per second) |
bg_color |
quoted color name or hex code for the scene background |
no return value; file is saved to disk
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.