rgl.bringtotop(stay = FALSE)
stay
is TRUE
, then the window will stay on top
of normal windows.bringToTop
rgl.open()
rgl.points(rnorm(1000), rnorm(1000), rnorm(1000), color=heat.colors(1000))
rgl.bringtotop(stay = TRUE)
Run the code above in your browser using DataLab