movie3dRound: movie3dRound

Description Usage Arguments Details Value Author(s)

Description

Generating a movie of a full round

Usage

1
2
3
4
5
6
7
movie3dRound(movie = "movie", frameTime = 1, duration = 16, dir = tempdir(), 


    convert = "convert -delay 1x%f %s*.png %s.%s", top = TRUE, 


    ...)

Arguments

movie
frameTime

number of seconds for displying a frame

duration

number of seconds for the full rotation

dir

A directory in which to create temporary files for each frame of the movie

convert
top

bring rgl window to top before creating snapshots

...

further arguments to movie3d

Details

The default parameterization provides 16 views, in analogy of the clock

In contrast to play3dRound this methods does not set standard position.

See examples how to do this.

Value

The directory where the movie was generated

Author(s)

Thomas Wutzler


twMiscRgl documentation built on May 2, 2019, 4:14 p.m.