Skip to content

rgl 0.109.6

Compare
Choose a tag to compare
@dmurdoch dmurdoch released this 09 Jul 11:53
· 434 commits to master since this release

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.