Re: [R] rgl crashes after one successful draw

2013-05-29 Thread Bryan Hanson
Thank you Brian. Yes, problem is on R.app I will send to R-sig-mac. Thanks, Bryan On May 29, 2013, at 11:07 AM, Prof Brian Ripley wrote: > This is most relevant to R-sig-mac. There are two different rgl devices on > OS X, depending how you are running this. One based on X11 and one on >

Re: [R] rgl crashes after one successful draw

2013-05-29 Thread Prof Brian Ripley
This is most relevant to R-sig-mac. There are two different rgl devices on OS X, depending how you are running this. One based on X11 and one on Apple's GL. In particular, are you using command-line R or R.app? I seem to be able to reproduce it using R.app, in which case it is most definite

[R] rgl crashes after one successful draw

2013-05-29 Thread Bryan Hanson
This is really odd, and probably 100% local to me, but I'm at a loss as to a next step. After narrowing things down, here's how to reproduce: library("rgl") showSomething <- function() { open3d() points3d(rnorm(10),rnorm(10),rnorm(10)) axes3d() title3d('main','s