You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on github.com and signed with GitHub’s verified signature.
rgl 1.3.14
Minor changes
rgl.incrementID() has been added.
An example using log axes has been added to the
help page for axes3d().
Bug fixes
clear3d("all"), calling bg3d() on the root
subscene, and some cases of pop3d() involving the
background could create a leak of a background object
(issue #439). For back compatibility of saved results, these cases
still increment the object ID number, but don't
actually create a new object.
rglwidget() displays didn't support objects with smooth = FALSE.