rmaia / pavo

tools for the analysis of color data in R
http://pavo.colrverse.com
GNU General Public License v2.0
68 stars 17 forks source link

Replace rgl.triangles with triangles3d #242

Closed dmurdoch closed 1 year ago

dmurdoch commented 1 year ago

Some upcoming changes to the rgl package will require changes to pavo. 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

pavo uses rgl.triangles in one spot; I have made the required changes in the attached patch.

thomased commented 1 year ago

Many thanks @dmurdoch! Much appreciated.