RGL is a 3D real-time rendering system for R.
Multiple windows are managed at a time. Windows
may be divided into “subscenes”, where one has the current focus
that receives instructions from the R command-line.
The device design is oriented towards the R device metaphor. If you send
scene management instructions, and there's no device open, it will be opened
automatically.
Opened devices automatically get the current device focus. The focus may be
changed by using set3d()
or useSubscene3d()
.
RGL provides medium to high level functions for 3D interactive graphics, including
functions modelled on base graphics (plot3d()
, etc.) as well as functions for
constructing geometric objects (cube3d()
, etc.). Output
may be on screen using OpenGL, or to various standard 3D file formats including
WebGL, PLY, OBJ, STL as well as 2D image formats, including PNG, Postscript, SVG, PGF.
The open3d()
function attempts to open a new RGL window,
using default settings specified by the user.
See the first example below to display the ChangeLog.