relund / gMOIP

2D and 3D plots of linear/integer programming models in R
https://relund.github.io/gMOIP/
5 stars 2 forks source link

Change rgl.* to *3d #7

Closed dmurdoch closed 1 year ago

dmurdoch commented 1 year ago

Some upcoming changes to the rgl package will require changes to gMOIP. I will be deprecating a number of rgl.* function calls. You can read about the issues here:

  https://dmurdoch.github.io/rgl/articles/deprecation.html

I have made the required changes to gMOIP in the attached patch. These changes should work with both old and new rgl versions.