Displaying 1 result from an estimated 1 matches for "td14649977".
2008 Dec 04
1
rgl.snapshot() on Vista
...ces
black or funky output on a simple static image. rgl.postscript hangs.
I am afraid this might be a generic Vista problem ... I haven't yet
gotten around to rebooting my Linux machine into Vista so that I can
check on it.
http://www.nabble.com/Can-a-dynamic-graphic-produced-by-rgl-be-saved--td14649977.html
The example we ran would be something as simple as
library(rgl)
rgl.open()
rgl.spheres(1:3,1:3,1:3,col="red")
rgl.snapshot("test.png")
## brings rgl window to top, creates funky gray and white png file
rgl.postscript("test.ps") ## hangs
Duncan, do you ha...