Learn R Programming

rglplus (version 1.3)

rgl.hold: Stop drawing on screen

Description

Prevents the following rgl functions from drawing on the screen, until the function rgl.draw is called. This is used to accelerate complex drawings. This routine is identical to calling par3d(skipRedraw=TRUE).

Usage

rgl.hold()

Arguments

Value

None

Author

Danail Obreschkow

See Also

rgl.draw