| cgv_run | R Documentation |
Starts the rendering loop.
cgv_run(viewer, n_frames = 0L)
viewer |
External pointer returned by |
n_frames |
Maximum number of frames to render. |
No return value, called for side effects: drives the render
loop. Blocks until the window is closed (interactive mode,
n_frames = 0) or until exactly n_frames frames have
been rendered (scripted/offscreen mode). Returns NULL invisibly.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.