David Winsemius wrote > > > > open3d() > [1] 2 > > points3d(rnorm(10),rnorm(10),rnorm(10)) > > > > # First add standard axes > > axes3d() > > lines3d( x=c(-1,1), y=c(-1,1), z=c(-1,1) ,col="red") >
Thank you so much, it works! I have set a photo as a background by rgl.bg(sphere=TRUE, texture=system.file("textures/sunsleep.png", package="rgl"), back="filled" ) and now the lines barely have any color left (they turned really dark). Do you happen to know how I prevent this from happening? Anyway many thanks! Gr -- View this message in context: http://r.789695.n4.nabble.com/How-do-I-connect-dots-in-the-RGL-package-tp4633123p4633305.html Sent from the R help mailing list archive at Nabble.com. ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.