11010tianyi / playwith

Automatically exported from code.google.com/p/playwith
0 stars 2 forks source link

Rgl does not work with playwith #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. load rgl/playwith/gtk2 libraries (platform:debian_lenny64)
2. call function playwith(rgl.open())
3. 3D Rgl window pops up outside the playwith window. playwith fails to 
interact with the 3d plot.

What is the expected output? What do you see instead?
Rgl 3d window pops up outside playwith tool. Playwith fails to interact 
with the produced 3d plot

What version of the product are you using? On what operating system?
R 2.7.0 debian_lenny64, Rcmdr 1.5-3, playwith 0.9-44

Please provide any additional information below.

Original issue reported on code.google.com by ieatma...@gmail.com on 18 Jan 2010 at 9:33

GoogleCodeExporter commented 8 years ago
Uh, yeah. playwith does not work with Rgl. And it never will. Playwith only 
works with plots on standard R graphic devices, but (as far as I know) Rgl has 
its own device. 

I thought Rgl had some interactivity of its own anyway...

Original comment by foolish.android on 21 Jun 2010 at 1:00