Re: [R] Defining origin for rotation in RGL device

2011-04-25 Thread Duncan Murdoch
On 25/04/2011 7:54 AM, Duncan Murdoch wrote: On 25/04/2011 5:46 AM, Mark Heckmann wrote: > Hi all, > > How can I tell RGL to set the center for the rotation to the origin of the coordinate system (0,0,0). > It seems that the default is to use the center of the display not the origin of the

Re: [R] Defining origin for rotation in RGL device

2011-04-25 Thread Duncan Murdoch
On 25/04/2011 5:46 AM, Mark Heckmann wrote: Hi all, How can I tell RGL to set the center for the rotation to the origin of the coordinate system (0,0,0). It seems that the default is to use the center of the display not the origin of the coordinate system. open3d() lines3d(c(0, 1), c(0,0), c

[R] Defining origin for rotation in RGL device

2011-04-25 Thread Mark Heckmann
Hi all, How can I tell RGL to set the center for the rotation to the origin of the coordinate system (0,0,0). It seems that the default is to use the center of the display not the origin of the coordinate system. open3d() lines3d(c(0, 1), c(0,0), c(0,0)) lines3d(c(0,0), c(0, 1), c(0,0)) lines3