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

bbox in WebGL should respond to vertex changes #305

Open dmurdoch opened 1 year ago

dmurdoch commented 1 year ago

It appears that vertex changes (e.g. by vertexControl can move a vertex out of the bounding box, without causing the bounding box to resize itself. That should perhaps be an option, but the default should be to adjust as points move.

This will affect #303 .