rgl.hold {rglplus}R Documentation

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()

Value

None

Author(s)

Danail Obreschkow

See Also

rgl.draw


[Package rglplus version 1.3 Index]