rgl 0.109.6
Minor changes
rglwidget()
displays now act on “pointer” events, not just “mouse” events, so they should be more usable on touch screens and tablets (PR #240).
Bug fixes
- Plotting
scene3d()
objects didn’t handle suppressed axes properly, drawing the default axis instead (issue #241). - On some systems using X11, rgl would segfault when the “fixed” font was not found.
- X11 errors could cause R to abort.