ndtv
ndtv copied to clipboard
3d rendering of animation in x,y,t space
this would use compute.animation()
to figure x,y coordinates, time as z, and probably use rgl::cylinder3d()
to render the vertics as tubes stretching over time, quads3d() to render the edges as curved surfaces. perhaps rgl::planes3d()
to render the time points