dmurdoch / rgl

rgl is a 3D visualization system based on OpenGL. It provides a medium to high level interface for use in R, currently modelled on classic R graphics, with extensions to allow for interaction.
https://dmurdoch.github.io/rgl/
GNU General Public License v2.0
85 stars 20 forks source link

Do abclines3d adapt to bbox changes? #303

Open dmurdoch opened 1 year ago

dmurdoch commented 1 year ago

I don't think abclines objects adapt to bbox changes if they occur in WebGL. Check, and fix if necessary.

dmurdoch commented 1 year ago

Not sure if they would, but currently the bbox doesn't adapt to vertex changes, so it's not really an issue.