Skip to content
Back to formatted view

Raw Message

Message-ID: <1391533683.30854.YahooMailNeo@web141206.mail.bf1.yahoo.com>
Date: 2014-02-04T17:08:03Z
From: Omphalodes Verna
Subject: two active RGL device / linked devices

Dear list!

My question is, if there is an option in RGL, that two devices can be active. It means, when eg. points in first device is rotated also points in second devies is rotated. For example:

library(rgl)
x <- rnorm(1000)
y <- rnorm(1000)
z <- rnorm(1000)
open3d()
points3d(x,y,z)
open3d()
points3d(x,y,z)

rgl.set(c(1,2), silent=TRUE) #does not work

Thanks for suggestions.

OV